| Tomography Toolbox |
|
tom_make_acquisition_structure
creates the data structures for acquiring a tiltseries
Syntax
[Tiltseries, Search, Tracking, Focus, Acquisition, Slit]=tom_make_acquisition_structure(COMS)
Input:
| COMS | :structrure including the interface to the microcoscope (ActiveX Server) |
| to check the organisation of the structures see tom_make_acquisition_structure and tom_make_all_coms | |
| Output | |
| Tiltseries | :state (structure), which includes the Values to setup the tiltseries (Tiltangles, Filename ...) |
| Search | :state (structure), to set microscope in serach mode |
| Tracking | :state (structure), to set microscope in Tracking mode |
| Focus | :state (structure), to set microscope in Focus mode |
| Acquisition | :state (structure), to set microscope in Acquisition mode |
| Slit | :state (structure), to set microscope in "Slit mode" ... used for centering the Slit |
Description
tom_make_acquisition_structure creates the data
structure by calling the Examples [Tiltseries, Search, Tracking, Focus,
Acquisition, Slit]=tom_make_acquisition_structure(COMS)
constructure function. The string in brackets determins which
substructures should be allocated.
Hardcoded path in the following line:
45 Tiltseries.ImageBeamShiftCalibrationPath='t:\tom\Acquisition\Calibration\ImageBeamShift\';
change the line to adapt your system!
See Also
|
| tom_get_state | tom_make_all_coms |
|