Skip to content

Commit

Permalink
FIX: powder_eq display for the calibration dialog
Browse files Browse the repository at this point in the history
Former-commit-id: 85854ff [formerly 85854ff [formerly ed5dd12 [formerly 812cd66]]]
Former-commit-id: ed5dd12
Former-commit-id: 376e64b
Former-commit-id: aeb3b92
Former-commit-id: 26f60e2
  • Loading branch information
LaurentRDC committed May 24, 2018
1 parent c2cf9ac commit c86bc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def launch_recompute_angular_average_dialog(self):

@QtCore.pyqtSlot()
def launch_calq_dialog(self):
I = self.controller.dataset.powder_eq()
I = self.controller.dataset.powder_eq(bgr = True)
dialog = QCalibratorDialog(I, parent = self)
dialog.resize(0.75*self.size())
dialog.calibration_parameters.connect(self.controller.powder_calq)
Expand Down

0 comments on commit c86bc0f

Please sign in to comment.