Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:6
-
Epic Link:
-
Sprint:AP F18-4
-
Team:Alert Production
Description
Per Jim Bosch's Community post, we should keep track of whether an Exposure is a surface brightness or fluence image (bool in ExposureInfo should be fine), and which of those a PhotoCalib maps from and to (probably a 3-value enum: SB->SB, SB->F, F->F). This ticket is just to add this metadata, we'll make use if it in other tickets, e.g. to ensure than an image input into PhotoCalib.calibrateImage() is of the correct type.
Attachments
Issue Links
- relates to
-
DM-15254 Option to normalize warps by Jointcal's PhotoCalib
- Done
Or in the flat-construction tasks, to be propagated to ISR with the flats. Haven't thought too deeply about it.
I haven't thought too deeply about this either, yet, but it seems like a pretty important aspect of the image (though I think I'd slightly prefer to attach it to PhotoCalib rather than ExposureInfo directly). Might mostly be useful for downstream ad-hoc analysis, but I could imagine e.g. asserting that the image is fluence when doing photometry (once we actually make the pipelines do that) or that they're surface-brightness when running background estimation.