Full Changelog¶
0.3.0 (2022-05-24)¶
Backwards Incompatible Changes¶
Features¶
Added functions for SUVI:
sunkit_instruments.suvi.read_suvi()
to read FITS or NetCDF SUVI files.sunkit_instruments.suvi.files_to_map()
to read SUVI files and turn them intosunpy.map.GenericMap
.sunkit_instruments.suvi.despike_l1b_file()
andsunkit_instruments.suvi.despike_l1b_array()
to despike SUVI L1b files.sunkit_instruments.suvi.get_response()
to get the response function for a given SUVI L1b file or wavelength. (#61)
Bug Fixes¶
Fermi pointing file names changed from “_p202_v001” to “_p310_v001” upstream. (#48)
0.2.0 (2021-02-13)¶
Features¶
Add
sunkit_instruments.rhessi.imagecube2map()
function to extractsunpy.map.MapSequence
objects from a RHESSI 4D image cube. (#35)
0.1.0 (2020-09-30)¶
Features¶
Creation of the package with all code from
sunpy.instr
.