示例#1
0
 def selection_axis_changed(self):
     o_selection = BraggEdgeSelectionTab(parent=self)
     o_selection.update_selection_profile_plot()
示例#2
0
 def distance_detector_sample_changed(self):
     self.update_time_spectra()
     o_selection = BraggEdgeSelectionTab(parent=self)
     o_selection.update_selection_profile_plot()
示例#3
0
 def detector_offset_changed(self):
     self.update_time_spectra()
     o_selection = BraggEdgeSelectionTab(parent=self)
     o_selection.update_selection_profile_plot()
示例#4
0
 def roi_moved(self):
     o_selection = BraggEdgeSelectionTab(parent=self)
     o_selection.update_selection_profile_plot()
     o_selection.update_all_size_widgets_infos()
     o_selection.update_roi_defined_by_profile_of_bin_size_slider()