Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Team:Data Release Production
Description
The handling for the FITS keyword INHERIT is in the free function readMetadata in fits.cc rather than in the closer-to-the-metal member function Fits::readMetadata.
I'm pretty sure that it's safe to move it to Fits (simplifying the reading of e.g. DecoratedImages – see the linked ticket), and this ticket requests that that be done.
DecoratedImage has been deprecated for at least 6 years (see DM-3190) and obs_lsst does not use a DecoratedImage.