Project

General

Profile

Make DDD movie stack » History » Version 17

Sargis Dallakyan, 05/07/2015 01:34 PM

1 3 Anchi Cheng
h2. Make DDD movie stack
2
3
The following section comes from Appion Manual
4 1 Anchi Cheng
5
{{include(appion:Direct_Detector_Frame_Processing)}}
6 2 Anchi Cheng
7 5 Anchi Cheng
h2. Making Gain/Dark correction one image at a time without saving results to databases
8 4 Anchi Cheng
9 7 Anchi Cheng
Two scripts are attached here.  They use Leginon infrastructure to locate references and do gain/dark correction and bad pixel/column/row correction.  It, however, does not involve saving results to the leginon/appion databases.  These are good for testing of add your own idea to it.
10 2 Anchi Cheng
11
*correctframes.py* let you correct a range of raw frames in an image and output as mrc file.
12
*correctstack.py* let you correct each frame in the specified summed image and output at 2D image stack in mrc format.
13
14
type:
15
<pre>
16
python correctframes.py
17
</pre>
18
for the options
19 4 Anchi Cheng
20 17 Sargis Dallakyan
{{include(Make movie stack with dark/bright/norm/gain references yourself without Leginon/Appion libraries)}}