Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Aug 2, 2024
1 parent ff3e0d4 commit c243003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iris/_spectrograph/_spectrograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class SpectrographObservation(
# Load a 320-step raster
obs = iris.SpectrographObservation.from_time_range(
time_start=astropy.time.Time("2021-09-23T02:00"),
time_stop=astropy.time.Time("2021-09-23T03:00"),
time_start=astropy.time.Time("2021-09-23T06:00"),
time_stop=astropy.time.Time("2021-09-23T07:00"),
)
# Calculate the mean rest wavelength of the
Expand Down

0 comments on commit c243003

Please sign in to comment.