Esempio n. 1
0
 def run_reduction_button(self):
     o_live_reduction = LiveReductionHandler(parent = self)
     o_live_reduction.run()
Esempio n. 2
0
 def sf_qmax_value_field(self):
     norm_or_stitching_object = NormalizationOrStitchingButtonStatus(
         parent=self)
     norm_or_stitching_object.setWidget(activated_button=0)
     live_reduction = LiveReductionHandler(parent=self)
     live_reduction.recalculate()
Esempio n. 3
0
 def first_angle_range_button(self):
     first_angle_handler = FirstAngleRangeGuiHandler(parent=self)
     first_angle_handler.setWidgets(is_sf_button_clicked=False)
     live_reduction = LiveReductionHandler(parent=self)
     live_reduction.recalculate()
Esempio n. 4
0
 def sf_manual_stitching_button(self):
     norm_or_stitching_object = NormalizationOrStitchingButtonStatus(
         parent=self)
     norm_or_stitching_object.setWidget(activated_button=2)
     live_reduction = LiveReductionHandler(parent=self)
     live_reduction.recalculate()
Esempio n. 5
0
 def export_reduction_script_button(self):
     o_reduction = LiveReductionHandler(parent=self)
     o_reduction.export()
Esempio n. 6
0
 def run_reduction_button(self):
     o_live_reduction = LiveReductionHandler(parent=self)
     o_live_reduction.run()