pyfast_adt.main.FAST_ADT_gui ============================ .. py:module:: pyfast_adt.main.FAST_ADT_gui Attributes ---------- .. autoapisummary:: pyfast_adt.main.FAST_ADT_gui.dir_path pyfast_adt.main.FAST_ADT_gui.root Classes ------- .. autoapisummary:: pyfast_adt.main.FAST_ADT_gui.FastADT Module Contents --------------- .. py:data:: dir_path .. py:class:: FastADT(master=None, brand='fei', camera='timepix1') Bases: :py:obj:`tkinter.Toplevel` Toplevel widget, e.g. for dialogs. .. py:attribute:: camera :value: 'timepix1' .. py:attribute:: brand :value: 'fei' .. py:attribute:: zero_pos_row :value: 1 .. py:attribute:: zero_pos_col :value: 0 .. py:attribute:: var12 :value: None .. py:attribute:: var11 :value: None .. py:attribute:: tracking_images_done :value: False .. py:attribute:: tracking_done :value: False .. py:attribute:: ub .. py:attribute:: haadf :value: None .. py:attribute:: tracking_precision_running :value: False .. py:attribute:: init_position_stage_tracking :value: None .. py:attribute:: start_experiment :value: False .. py:method:: change_colors(new_bg_color) .. py:method:: change_beam_settings_image(slot=1) if slot =0, reset colors to both blank. if equal 1 change the image beam setting color to green and the diff beam setting to blank. if equal 2 change both to green .. py:method:: tem_hide() .. py:method:: create_widgets() .. py:method:: open_additional_space() .. py:method:: seq_value() .. py:method:: cont_value() .. py:method:: tem_value() .. py:method:: stem_value() .. py:method:: stem_pixeltime_value() .. py:method:: tem_imagetime_value() .. py:method:: angle_value() .. py:method:: final_angle_value() .. py:method:: tilt_step_value() .. py:method:: go_to_value() .. py:method:: exposure_value() .. py:method:: binning_value() .. py:method:: processing_value() .. py:method:: beamblank_value() .. py:method:: tracking_step_value() .. py:method:: get_tracking_method() .. py:method:: get_KL_value() .. py:method:: get_mag_value() .. py:method:: get_dir_value() .. py:method:: get_sample_value() .. py:method:: get_exp_num_value() .. py:method:: get_diff_lens_value() .. py:method:: get_stem_image_size_value() .. py:method:: get_stem_binning_value() .. py:method:: get_a_backlash_correction_value() .. py:method:: get_x_backlash_correction_value() .. py:method:: get_y_backlash_correction_value() .. py:method:: get_z_backlash_correction_value() .. py:method:: get_init_position_value() .. py:method:: get_high_performance_value() .. py:method:: get_speed_tracking() .. py:method:: get_switch_axis_rb() .. py:method:: clear_backlash_entries() Clears all backlash position entries (X, Y, Z). .. py:method:: get_backlash_position_entries() Return a dict of non-empty entries for x, y, z, converted to float. .. py:method:: get_work_dir() .. py:method:: browse_dir() .. py:method:: open_dir() .. py:method:: exp_name(full_path=False) .. py:method:: delete_last() .. py:method:: update_experiment_number() .. py:method:: widget_status() .. py:method:: abort_data_acquisition() .. py:method:: live_view_gui() .. py:data:: root