Project

General

Profile

DE raw frame saving » History » Version 7

Anchi Cheng, 07/11/2014 05:06 PM

1 1 Anchi Cheng
h1. DDD raw frame saving
2
3
h2. Camera Configuration
4
5
# Select "save raw frames"
6 7 Anchi Cheng
# "Exposure time" specifies the total time in which the frames are saved.
7 4 Anchi Cheng
# "Frame time" defines the length of each frame.  The minimal value than can be set is limited by the sensor clock frequency.
8 6 Anchi Cheng
# "Frames to use" needs an input of a tuple, such as (0,1,2,3,4,5), gives the frame numbers used in the summed images returned to Leginon for display or to be processed as a classical image.  It does not affect number of raw frame saving.  If left blank, all frames will be used for the sum.
9 1 Anchi Cheng
*If you increase the exposure time and also want to increase the frames in the returned sum image, make sure you either erase "Frames to use" to use all frames for sum, or adjust the tuple in "Frames to use" accordingly*
10 7 Anchi Cheng
# "Readout Delay" sets the delay of frame saving relative to the shutter opening.  Positive value means the frames starts to be recorded after the shutter is opened. Negative value means that the frame saving starts before the shutter is opened.
11 5 Anchi Cheng
12 4 Anchi Cheng
!DE12Saveframe.png!
13
14 3 Anchi Cheng
15 1 Anchi Cheng
h2. File location:
16
17 2 Anchi Cheng
You must create the parent directory described below manually.
18
19
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.
20
21
22 1 Anchi Cheng
<pre>
23
DECamera computer D:\\RawFrames\DE12\
24
</pre>
25 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.
26 1 Anchi Cheng
27 2 Anchi Cheng
<pre>
28
K2 Summit computer D:\\frames\
29
</pre>
30
Each set of raw frames is saved as an unsigned 16-bit integer MRC image stack without extended header.
31
This can be changed in pyscope/dmsem.py calculateFileSavingParams function