- Added functions for SUVI:
- :func:`sunkit_instruments.suvi.read_suvi` to read FITS or NetCDF SUVI files.
- :func:`sunkit_instruments.suvi.files_to_map` to read SUVI files and turn them into :class:`sunpy.map.GenericMap`.
- :func:`sunkit_instruments.suvi.despike_l1b_file` and :func:`sunkit_instruments.suvi.despike_l1b_array` to despike SUVI L1b files.
- :func:`sunkit_instruments.suvi.get_response` to get the response function for a given SUVI L1b file or wavelength. (#61)
- Fermi pointing file names changed from "_p202_v001" to "_p310_v001" upstream. (#48)
- Add :func:`sunkit_instruments.rhessi.imagecube2map` function to extract sunpy.map.MapSequence objects from a RHESSI 4D image cube. (#35)
- Creation of the package with all code from
sunpy.instr
.