Tomography Toolbox    

tom_set_state

set the state settings to the microscope

Syntax

tom_set_state(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 excluding sub-structure info(e.g. Magnificatio,CCD ..) not set
   
to check the organisation of the structures see tom_make_acquisition_structure and tom_make_all_coms

 

Description

tom_set_state sets the state settings to the microscope. Sub-structures excluded by Options are not
set to the microscope.

Examples

COMS=tom_make_all_coms;
[Tiltseries, Search, Tracking, Focus, Acquisition, Slit]=tom_make_acquisition_structure(COMS);
Options='';
tom_set_state(Tracking,COMS,Options);
Tracking state with default values (from tom_make_acquisition_structure) is set

tom_set_state(handles.Search,handles.COMS,Options); % call in tom_tilt_series

See Also

tom_tilt_series, tom_get_state, tom_set_gui_Values

    tom_set_stageshift  tom_shift_calib_manual