Project

General

Profile

Setup falcon4 eer » History » Version 1

Anchi Cheng, 08/17/2022 06:13 PM

1 1 Anchi Cheng
h1. Setup falcon4 eer
2
3
To save eer format on Falcon4, you need to modify fei.cfg on your scope computer.  Set these under [camera] section following the template in pyscope/fei.cfg.template
4
5
<pre>
6
# Falcon EC EER
7
SAVE_EER = True
8
# Falcon EC Gain reference directory for EER files
9
EER_GAIN_REFERENCE_DIR = z:\ImagesForProcessing\BM-Falcon\300kV
10
# Falcon EER render factor. Some version of TFS software works with Falcon 4 is 7, Falcon 4i is 9, the newer versions should be 1
11
EER_RENDER = 1
12
# Falcon EER may flip relative to mrc
13
EER_FRAME_FLIP = False
14
# Falcon EER may rotate relative to mrc after flip.
15
#   1 rotates features on x to -y axis direction
16
EER_FRAME_ROTATE = 0
17
</pre>
18
19
h2. SAVE_EER
20
21
This allows you to turn eer saving on and off.
22
23
h2. EER_RENDER
24
25
EER format movie should record as rolling shutter frame rate.  In leginon, this is saved under camera meta data as nframes.  Depending on version of TFS software and camera model, this is either 1, 7, 9.  See comment above. nframes for 1 second exposure should give ~240 nframes.  If this is 7 times larger on your camera, change this to 7 if it is Falcon 4.  Getting this wrong affects motioncor2 settings in Appion.
26
27
h2. EER_GAIN_REFERENCE_DIR
28
29
30
h2. EER_GAIN_REFERENCE_DIR is where leginon will import gain reference collected in TFS Falcon software.  This reference is needed only for EER format, not mrc format.