Skip to content

Commit

Permalink
FLASH PR: Update Flight Path Default (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSullivan7 committed May 20, 2024
2 parents aa6025b + e18863b commit eae8b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantidimaging/gui/windows/spectrum_viewer/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def __init__(self, main_window: MainWindowView):

self.flightPathSpinBox.setMinimum(0)
self.flightPathSpinBox.setMaximum(1e10)
self.flightPathSpinBox.setValue(56)
self.flightPathSpinBox.setValue(56.4)
self.flightPathSpinBox.setSuffix(" m")
self.timeDelaySpinBox.setMaximum(1e10)
self.timeDelaySpinBox.setSuffix(" \u03BCs")
Expand Down

0 comments on commit eae8b87

Please sign in to comment.