Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: daf_butler, obs_base
-
Labels:
-
Team:Architecture
-
Urgent?:No
Description
I noticed on DM-29370 that:
- MaskedImage is missing the parameters that all other image-like StorageClasses have (I'm pretty sure its FITS formatter does support them).
- MaskedImage is missing components (maybe its FITS formatter can handle them? It's hard to say).
- Things like Image and Mask that don't have components are declared with ExposureAssembler, which looks to me like it's not actually for anything other than Exposure. And MaskedImage probably should get an assembler if it gets components.
I've pushed one commit to the daf_butler branch for this ticket may be a useful starting point (it's what I had already done on
DM-29370before I decided I didn't want to try to address this as a side project to that ticket). I have no immediate plans to do anything more with it.