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