Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:BG3_F18_08, BG3_F18_09
-
Team:Data Release Production
Description
As they're implemented in C++ and return non-polymorphic types, all of our FITS readers coerce the on-disk object to a specific type. Gen3 Butler code could be greatly simplified by providing Image, Mask, Exposure, and Catalog readers that return infer the template specialization from what's actually in the file.
Attachments
Issue Links
- blocks
-
DM-15238 Remove template-specialization StorageClasses
- To Do
- is blocked by
-
DM-15563 Refactor Mask global state and make it thread-friendly
- Done
-
DM-15836 Add helper code for invoking C++ templates from Python dtype arguments
- Done
- is triggered by
-
RFC-518 Image reading should reject conversions that could overflow
- Implemented
- relates to
-
DM-15613 Unsigned, uncompressed FITS images written with incorrect BZERO
- Done
-
DM-16043 Revert accidental dependency on numpy 1.14
- Done
-
DM-10141 provide ability to read non-header ExposureInfo objects
- Invalid