Project

General

Profile

Actions

DE raw frame saving » History » Revision 7

« Previous | Revision 7/9 (diff) | Next »
Anchi Cheng, 07/11/2014 05:06 PM


DDD raw frame saving

Camera Configuration

  1. Select "save raw frames"
  2. "Exposure time" specifies the total time in which the frames are saved.
  3. "Frame time" defines the length of each frame. The minimal value than can be set is limited by the sensor clock frequency.
  4. "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.
    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
  5. "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.

File location:

You must create the parent directory described below manually.

The frame set is identified by the date and a unique number. Leginon retrieve this and saved in its database so that rawtransfer.py script can transfer it to the Leginon rawdata directory under the same session.

DECamera computer D:\\RawFrames\DE12\

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.
K2 Summit computer D:\\frames\

Each set of raw frames is saved as an unsigned 16-bit integer MRC image stack without extended header.
This can be changed in pyscope/dmsem.py calculateFileSavingParams function

Updated by Anchi Cheng almost 10 years ago · 7 revisions