Project

General

Profile

Actions

How to Update from v32 (Instrument Windows Computer) » History » Revision 4

« Previous | Revision 4/13 (diff) | Next »
Anchi Cheng, 10/11/2017 12:28 PM


How to Update from v32 (Instrument Windows Computer)

Preparation

You will need these myami subpackages from the myami-3.3 branch of our git repository.

Name: Purpose:
leginon modular TEM image acquisition
pyami general functions
sinedon database interaction
pyscope microscope control and monitoring
imageviewer image viewing for tomography

No internet access - copy from linux Leginon workstation the python files.

If your Windows computer has no access to internet, copy from your linux processing server the git clone of myami super package of the right branch for the installation which you used to upgrade there.

See Acquiring NRAMM SVN Repository files for different examples and match the repository with what you do on the Linux side.

OR

With internet access

Install Git-for-Windows

[[include(git_for_windows installation)}}

Clone the proper branch from git repository

Start Git Bash Window

  • Right Click at the folder where it will contain your clone and choose "Git Bash Here" to start the shell window.
  • With Windows XP "Git Bash Here" does not appear with right-click. In this case, you can start git bash from Start menu/Programs/Git/Git Bash and move the folder created to where you want it to be.

To checkout (called clone in git) the package from NRAMM:
See Acquiring NRAMM GIT Repository files for different examples and match the repository with what you do on the Linux side.

Install

Move the cloned folder according to your use environment variable PYTHONPATH if you use that during the original installation.

OR

Install to default python site-packages

  • Start a command line Window from Start Menu
  • Install the package in each folder with commands such as
    cd path_to\myami-VERSION\myami\leginon
    c:\\python27\python.exe setup.py install

    Then continue with the other packages, replacing leginon with the package name. See the packages listed above for the complete list.

Configure

GatanK2Summit

Compare pyscope/dmsem.cfg.template with your active dmsem.cfg There are additional configuration that you may want to add.

Updated by Anchi Cheng over 6 years ago · 4 revisions