| Tomography Toolbox |
|
tom_acquire_image
Syntax
[image]=tom_make_acquire_image(State,COMS,Options)
Input:
| State | :state (structure), to set microscope in a certain mode |
| COMS | :structrure including the interface to the microcoscope (ActiveX Server) |
| Options | :string including the information which sub-structure(e.g. Magnificatio,CCD ..) of the state should be applied |
| to check the organisation of the structures see tom_make_acquisition_structure and tom_make_all_coms | |
| Output | |
| image | :acquired image |
Description
tom_acquire_image acquires an image. Before
imaging the PVP (PreVacuumPump) Examples acquisition=tom_acquire_image(handles.Search,handles.COMS,Options);
is checked, the acquisition process is paused for 30 secs, checks again etc.
(avoid vibrations while acquiring the image).
Optional image processing can be applied.
The processing is always set to 'AcquireImage' because of the strange
behaviour of the actxserver 'tecnaiccd.gatancamera' ... processing
'AcquireImage' aquires a dark substracted image.
See Also
tom_tilt_series, tom_make_acquisition_structure
|
| tom_acquire_focus | tom_acquire_tracking |
|