| Tomography Toolbox |
|
tom_acquire_acquisition
acquires an image, adds a header in EM-format and writes out the image.
Syntax
Input:
| Tiltseries | :state (structure), which includes the values to setup the tiltseries (Tiltangles, Filename ...) |
| Acquisition | :state (structure), which includes the values to setup the tiltseries (Tiltangles, Filename ...) |
| 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 ...) |
| Acquisition | :state (structure), which includes the values to setup the tiltseries (Tiltangles, Filename ...) |
Description
tom_acquire acquires an image and updates the
EM-header using the microscope parameters.Also the logfile is updated. Examples [Tiltseries,Acquisition]=tom_acquire_acquisition(Tiltseries,Acquisition,COMS);
See Also
tom_make_acquisition_structure,
tom_make_all_coms,
tom_acquire_tracking,
tom_acquire_focus,
tom_center_slit
|
| tom_acquire | tom_acquire_focus |
|