Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Robert Lupton
Robert LuptonReporter
Robert Lupton
Robert LuptonReviewers
John Parejko
Story Points
0
RubinTeam
Data Release Production
Components
Sprint
None
Checklist
Checklist
Created July 8, 2017 at 10:31 AM
Updated May 10, 2021 at 5:15 PM
Resolved July 12, 2017 at 5:20 PM
The image constructors such as
DecoratedImage
andExposure
do not obey theINHERIT
keyword.This is a rather murky piece of fits, but the intention of
INHERIT
is to allow an HDU to also read the PDU. This is necessary when reading e.g.DecoratedImage
or an LSSTExposure
as much of the useful information (EXPTIME
etc.) is in the PDU – e.g. it's not repeated in each of the 16 amplifier HDUs.I added support for
INHERIT
a while ago, but not in the code path that's used to read Images (mea culpa). For this ticket I'm going to just adjust things to call the free function that handles this correctly, but see .