Exemple #1
0
 def run_reduction_button(self):
     o_live_reduction = LiveReductionHandler(parent = self)
     o_live_reduction.run()
Exemple #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()
Exemple #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()
Exemple #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()
Exemple #5
0
 def export_reduction_script_button(self):
     o_reduction = LiveReductionHandler(parent=self)
     o_reduction.export()
Exemple #6
0
 def run_reduction_button(self):
     o_live_reduction = LiveReductionHandler(parent=self)
     o_live_reduction.run()