Exemple #1
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 #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 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()