Breaking Changes
- In IRIS spectrograph read, move all metadata to the meta objects of
the raster cubes. ([182][])
- Remove extra_coords keyword from <span
class="title-ref">\~sunraster.spectrogram.SpectrogramCube.\_\_init\_\_</span>
in accordance with new ndcube 2.0 API. Extra coords can by added
through the ndcube ExtraCoords.add API which is new in ndcube 2.0.
([182][])
- In IRIS spectrograph reader, all extra coords except time have been
moved to the meta object. ([182][])
- Removed `lon` and `lat` properties from all objects in sunraster.
([184][])
[182]: https://github.com/sunpy/sunraster/pull/182
[184]: https://github.com/sunpy/sunraster/pull/184
New Features
- Create new property <span
class="title-ref">\~sunraster.spectrogram.SpectrogramSequence.celestial</span>,
on <span
class="title-ref">\~sunraster.spectrogram.SpectrogramSequence</span>
to return a <span
class="title-ref">\~astropy.coordinates.SkyCoord</span> holding the
celestial world coords of the pixels. ([182][])
- Create new property <span
class="title-ref">\~sunraster.spectrogram.SpectrogramCube.celestial</span>,
on <span
class="title-ref">\~sunraster.spectrogram.SpectrogramCube</span> to
return a <span
class="title-ref">\~astropy.coordinates.SkyCoord</span> holding the
celestial world coords of the pixels. ([182][])
- Create a new <span
class="title-ref">\~sunraster.instr.iris.IRISSGMeta</span> metadata
object. ([182][])
- Added a sliceable `Meta` class for axis-associated metadata.
([184][])
[182]: https://github.com/sunpy/sunraster/pull/182
[184]: https://github.com/sunpy/sunraster/pull/184