| Tomography Toolbox |
|
tom_get_gui_Values
reads out the actual settings of the GUI (tom_tilt_series).
Syntax
[State,Options]=tom_get_gui_Values(State,COMS,direction)
| Input: | |
| State | :state (structure), to set the microscope in a certain mode |
| COMS | :structrure including the interface to the microcoscope (ActiveX Server) |
| direction | :determines which Radiobuttons shold be read (<< >>) see also tom_check_radio_buttons |
| to check the organisation of the structures see tom_make_acquisition_structure and tom_make_all_Coms | |
| Output: | |
| State | :state (structure), to set microscope in acertain mode ... containing the settings from the GUI |
| Options | :string including the Information which sub-structure(e.g. Magnificatio,CCD ..) of the state should be applied |
Description
tom_get_gui_Value reads
out the actual settings of the microscope and stores Examples [handles.Acquisition,
Options]=tom_get_gui_Values(handles.Acquisition,handles.COMS,'set');
in the given parameter State. Only the sub-structures specified in
Options are read from the GUI (tom_tilt_series).
See Also
tom_tilt_series,tom_set_state,tom_get_state,tom_set_gui_Values
|
| tom_get_filter | tom_get_pointer |
|