Releases: sun-data/interface-region-imaging-spectrograph
Releases · sun-data/interface-region-imaging-spectrograph
v0.8.0
What's Changed
- Added
iris.sg.open()function for convenience. by @roytsmart in #32 - Added
SpectrographObservation.show()method to plot a single raster of an observation. by @roytsmart in #33 - Modified
SpectrographObservation.from_fits()to be robust against observations with an invalidDATE_OBS. by @roytsmart in #34 - Modified
SpectrographObservationto have a different time for each frame in the raster. by @roytsmart in #35 - Minor formatting fixes to
SpectographObservation._animate(). by @roytsmart in #36 - Modified
iris.sg.effective_area()to useirispyinstead of calculating it from the response files. by @roytsmart in #37
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Modified the behaviour of
iris.sg.SpectrographObservation.from_time_range()to include both finalized and NRT data ifnrt=True. by @roytsmart in #28 - Fixed a bug in
iris.sg.SpectrographObservation.from_time_range()where an error was thrown if the current file had a smaller size than the other files in the sequence. by @roytsmart in #29 - Added
SpectrographObservation.to_jshtml()method to display the observation as a Javascript animation. by @roytsmart in #31
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Fixed a bug where separate observations weren't being sorted before being loaded. by @byrdie in #26
- Modified
iris.sg.SpectrographObservation.from_fits()to crop files that have a different shape than the first file. by @byrdie in #27
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0
What's Changed
- Fixed a bug where obs coordinates were being interpreted as being on cell centers instead of cell vertices. by @byrdie in #19
- Added
iris.sg.SpectrographObservation.timedeltafield which stores the exposure time for each frame of the observation. by @byrdie in #20 - Added
iris.sg.SpectrographObservation.radianceproperty which converts from DN to radiometric units. by @byrdie in #21 - Bump
named-arraysto version 0.16.0 by @byrdie in #22
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.1
v0.3.0
What's Changed
- Fixed bug where times weren't being displayed in ISOT format by @byrdie in #10
- Fix broken link in readme (again). by @byrdie in #11
- Added Python 3.12 support by removing the
urlpathdependency. by @byrdie in #12 - Added
iris.sg.effective_area()function. by @byrdie in #13 - Bump
named-arraysto version 0.14.0 by @byrdie in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
- Added Ruff Github workflow. by @byrdie in #1
- Added
iris.SpectrographObservationclass. by @byrdie in #2 - Fixed bug in
iris.SpectrographObservation.from_fits()where the time wasn't being loaded properly. by @byrdie in #3 - Added false-color movie example. by @byrdie in #4
- Added example to the readme by @byrdie in #5
- Fixed broken link in
pyproject.toml. by @byrdie in #6
New Contributors
- @byrdie made their first contribution in #1
Full Changelog: v0.0.2...v0.1.0