DE raw frame saving » History » Version 3
Anchi Cheng, 07/11/2014 04:38 PM
1 | 1 | Anchi Cheng | h1. DDD raw frame saving |
---|---|---|---|
2 | |||
3 | h2. Camera Configuration |
||
4 | |||
5 | # Select "save raw frames" |
||
6 | # "Frames to use" does not affect raw frame saving which always saves all the frames read. |
||
7 | |||
8 | 3 | Anchi Cheng | !DE12Saveframe.png! |
9 | |||
10 | 1 | Anchi Cheng | h2. File location: |
11 | |||
12 | 2 | Anchi Cheng | You must create the parent directory described below manually. |
13 | |||
14 | The frame set is identified by the date and a unique number. Leginon retrieve this and saved in its database so that [[DDD_raw_frame_file_transfer|rawtransfer.py]] script can transfer it to the Leginon rawdata directory under the same session. |
||
15 | |||
16 | |||
17 | 1 | Anchi Cheng | <pre> |
18 | DECamera computer D:\\RawFrames\DE12\ |
||
19 | </pre> |
||
20 | 2 | Anchi Cheng | Each set of raw frame is saved in a folder identified by the date and a unique number. This is set by the camera software. |
21 | 1 | Anchi Cheng | |
22 | 2 | Anchi Cheng | <pre> |
23 | K2 Summit computer D:\\frames\ |
||
24 | </pre> |
||
25 | Each set of raw frames is saved as an unsigned 16-bit integer MRC image stack without extended header. |
||
26 | This can be changed in pyscope/dmsem.py calculateFileSavingParams function |