Project

General

Profile

DE raw frame saving » History » Version 2

Anchi Cheng, 02/25/2014 10:34 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
h2. File location:
9
10 2 Anchi Cheng
You must create the parent directory described below manually.
11
12
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.
13
14
15 1 Anchi Cheng
<pre>
16
DECamera computer D:\\RawFrames\DE12\
17
</pre>
18 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.
19 1 Anchi Cheng
20 2 Anchi Cheng
<pre>
21
K2 Summit computer D:\\frames\
22
</pre>
23
Each set of raw frames is saved as an unsigned 16-bit integer MRC image stack without extended header.
24
This can be changed in pyscope/dmsem.py calculateFileSavingParams function