Exemplo n.º 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()
Exemplo 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()
Exemplo n.º 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()