Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Team:Alert Production
Description
Currently, ExposureCatalog supports old Calib calibration objects. However, for use with jointcal or fgcmcal these need to support new PhotoCalib calibration objects. This will also allow multiple PhotoCalib objects to be bundled into one persistence file (per visit, for example, the number of required inodes would be reduced by a factor of 100 for HSC data for fgcmcal outputs).
Attachments
Issue Links
- is contained by
-
DM-10156 Replace all uses of Calib with PhotoCalib
- Done
I suppose that's fair. I guess I had just envisioned Calib->PhotoCalib happening at the same time.
ExposureRecord is basically a version of ExposureInfo that you can make a catalog out of. We use them extensively in coadds to be able to store metadata about what into the coadd, including some things that are necessary for coadd functionality (like CoaddPsf). And like any other kind of record, you can add other fields to them, too. There's a sad tale of why ExposureRecord and ExposureInfo can't easily be unified that I think involves BBox ownership, but I forget the details.