You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Minimum version of ``sunpy`` is now 4.0 (LTS). (`#61 <https://github.com/sunpy/sunkit-instruments/pull/61>`__)
9
+
10
+
11
+
Features
12
+
--------
13
+
14
+
- Added functions for `SUVI <https://www.swpc.noaa.gov/products/goes-solar-ultraviolet-imager-suvi>`__:
15
+
16
+
* :func:`sunkit_instruments.suvi.read_suvi` to read FITS or NetCDF SUVI files.
17
+
* :func:`sunkit_instruments.suvi.files_to_map` to read SUVI files and turn them into :class:`sunpy.map.GenericMap`.
18
+
* :func:`sunkit_instruments.suvi.despike_l1b_file` and :func:`sunkit_instruments.suvi.despike_l1b_array` to despike SUVI L1b files.
19
+
* :func:`sunkit_instruments.suvi.get_response` to get the response function for a given SUVI L1b file or wavelength. (`#61 <https://github.com/sunpy/sunkit-instruments/pull/61>`__)
20
+
21
+
22
+
Bug Fixes
23
+
---------
24
+
25
+
- Fermi pointing file names changed from "_p202_v001" to "_p310_v001" upstream. (`#48 <https://github.com/sunpy/sunkit-instruments/pull/48>`__)
0 commit comments