Project

General

Profile

MSI-Diffr application » History » Version 1

Anchi Cheng, 12/05/2019 08:45 PM

1 1 Anchi Cheng
h1.  MSI-Diffr application 
2
3
MSI-Diffr application is designed for electron diffraction data collection workflow.  It is similar to other MSI workflow except the following nodes
4
5
h2. DExposure Targeting
6
7
This node is of JAHCFinder class.  It is set not to require focus target, and to skip the automatic hole finding.  The targets are sent to a queue.  Only preview and acquisition targets are processed down stream from here.
8
9
h2. DPreview
10
11
This node is of MoveAlphaAcquisition class.  It is set to process preview targets.  The default behavior acquires a 5 second exposure image in the diffraction mode while the grid is tilted by ~5 degrees.  The target is reached by stage position movement.  The default does not do iterative navigator move so the targeting may not best but will ensure lowest radiation damage in this preview process.
12
13
h2. DExposure
14
15
This node is of DiffrFocuser class.  It is set to process acquisition targets.  The steps this node performs are
16
17
# move to the desired target with iterative navigation stage position movement
18
# follow the focus sequence to set the stage to eucentric at this position so that it is less likely to miss the crystal as it tilts. The images are taken in hl preset.
19
# set scope to df preset in Diffraction mode
20
# insert beam stop (AutoIt Script BeamstopIn)
21
# set the stage tilt to the start tilt and starts tilting
22
# close previous movie tab in TIA gui to avoid overloading the memory
23
# AutoItScript TuiAcquire do the followings in a separate thread;
24
## set and check TUI Camera interface to match the required parameters for rolling shutter movie acquisition.
25
## click the Acquire button to start movie collection
26
# When the tilting is completed, AutoItScript TuiAcquire clicks the Acquire button again to stop the movie recording.
27
# AutoItScript TiaExportSeries exports the movie series in binary format with name according to the parent image id and target number.
28
# stage is tilted back to the original value.