DD Frame Alignment Server Installation » History » Revision 5
« Previous |
Revision 5/11
(diff)
| Next »
Anchi Cheng, 12/16/2013 09:44 PM
DD Frame Alignment Server Installation¶
In addition to the typical Leginon processing server installation, you need to do these add these steps:
install Appion sub-package from NRAMM¶
Since the appion package includes many executable scripts, it is important that you know where they are being installed. To prevent cluttering up the /usr/bin directory, you can specify an alternative path, typically /usr/local/bin, or a directory of your choice that you will later add to your PATH environment variable. Install appion like this:
cd /path/to/myami-VERSION/appion sudo python setup.py install --install-scripts=/usr/local/bin/appion
For a gpu computer used for frame alignment, it is easiest to install CUDA at the version that also works with other GPU programs
Appion knows this program as dosefgpu_driftcorr, you may need to link to it.
Testing:
type
dosefgpu_driftcorr
should give help menu
Test run¶
If myami is installed, you can run the following script to create a small framestack and run the program.
Updated by Anchi Cheng almost 11 years ago · 5 revisions