Details
-
Type:
Bug
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:2
-
Sprint:AP S19-5
-
Team:Alert Production
Description
Lauren MacArthur pointed out that PhotoCalib.instFluxToMagnitude takes a SourceCatalog, but some use cases call for a SimpleCatalog or even a BaseCatalog. I'll try to make it (plus the corresponding SourceRecord version, and the instFluxToNanojansky versions too) more generic.
I'm just using:
where baseCatalog has flux and fluxErr entries that were calibrated using PhotoCalib along the lines of:
I'm assuming the error I get back from photoCalib.instFluxToNanojansky() includes the calibration error.