Skip to content

Commit

Permalink
decrease memory use
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Aug 2, 2024
1 parent 1bfc07e commit eb267a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ and display as a false-color movie.

# Load a 320-step raster
obs = iris.SpectrographObservation.from_time_range(
time_start=astropy.time.Time("2021-09-23T13:00"),
time_stop=astropy.time.Time("2021-09-23T15:30"),
time_start=astropy.time.Time("2021-09-23T02:00"),
time_stop=astropy.time.Time("2021-09-23T03:00"),
)

# Calculate the mean rest wavelength of the
Expand Down
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-23T13:00"),
time_stop=astropy.time.Time("2021-09-23T15:30"),
time_start=astropy.time.Time("2021-09-23T02:00"),
time_stop=astropy.time.Time("2021-09-23T03:00"),
)
# Calculate the mean rest wavelength of the
Expand Down

0 comments on commit eb267a4

Please sign in to comment.