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