Project

General

Profile

Falcon raw frame saving » History » Revision 11

Revision 10 (Anchi Cheng, 08/11/2014 04:45 PM) → Revision 11/13 (Anchi Cheng, 08/11/2014 08:46 PM)

h1. Falcon raw frame saving 

 Falcon II base frame (the frame defined by the camera rolling shutter) rate is ~ 18 frames per second. 

 Raw frame saving can be achieved either with an custom hardware modification as designed at MRC-LMB or directly through FEI "Inermediate Image" tool.    We only have experience in latter. 


 h2. Saving raw frame in Leginon 

 1. Activate "Store intermediate images" option in C:\Titan\Exe\IntermediateImageTool.exe 
 !FalconIntermediateImageTool.png! 
 2. Edit the camera configuration of the imaging condition preset that you'd like to save frames like this: 
 !FalconSaveframe.png! 
 * Frame saving should only be used on the 4096x4096 bin 1 camera configuration. 
 * *Exposure time* is the total integration time of the camera image returned to Leginon.    This should be approximately equal or higher than the mid-point exposure time of the last base frame saved. 
 * *Frames to Use*, defines the way base frames are saved in the saved frame bins as explained in the next section.    This is the only input that that affects the frame saving. "Exposure Time per Frame" and "Readout Delay" are ignored in the algorithm for this camera. 

 Activate the checkbox "Save Frames" to use the configuration when the preset is used. 

 h3. Configure frame saving using "Use Frames" settings 

 Falcon Intermediate Image Tool allows base frames to be saved in 7 frame bins. 

 Frame number 0 that started readout as the beam shutter is open is usually discarded. 

 The format of this input is: (first_frame_number, first_distributed_frame_number, last_frame_number) 

 Frame number starts from 0 but frame 0 is normally discarded. 
 |parameter|description|example value| 
 |first_frame_number|The base frame number where the frame saving starts|1| 
 |first_distributed_frame_number|Base frames before this will each occupies one saved frame bin.    Starting from this frame number, Leginon will attempt to put the same number of base frames in each remaining saved frame bin.|2| 
 |last_frame_number|The last base frame number to be saved.|17| 

 !falcon_frame_bin.png! 
 This figure shows how the 17 frames are put into 7 saved frame bins according to a settings of (1,2,17) 
 The first bin includes frame 1 only. The algorithm takes the remaining 16 base frames and divide them into (7-1)=6 bins.    As a result, each bin contains at least 2 base frames.    The remaining (17 - 1 - 2*6) = 4 base frames are put in the last four bins since these are less likely to have motion that requires correction. 

 {{include(Falcon_raw_frame_saving_configuration_xml)}} 

 h2. File location: 

 The raw frame files are saved in 

 <pre> 
 E:\\frames\\ 
 </pre> 

 The file location is determined in pyscope/falconframe.py in the statement 
 <pre> 
 self.base_frame_path = 'E:\\frames' 
 </pre>  
 You must create this parent directory manually before starting saving the frames.    Saving the raw frame file directly on to a network drive has not worked for us. 

 Each set of raw frame is saved in a folder identified by the date and a unique number.    This is set by Leginon in pyscope/falconframe.py. 
 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.