Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Mar 30, 2021
1 parent 3437541 commit aed8fca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/5126.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Several `sunpy.map.GenericMap` attributes have been updated to return `None`
when the relevant piece of FITS metadata is missing. These are:

- `~sunpy.map.GenericMap.exposure_time`, previously defaulted to zero seconds.
- `~sunpy.map.GenericMap.measurement`, previously defaulted to zero.
- `~sunpy.map.GenericMap.waveunit`, previously defaulted to ``u.one``.
- `~sunpy.map.GenericMap.wavelength`, previously defaulted to zero.

0 comments on commit aed8fca

Please sign in to comment.