Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP S19-5
-
Team:Alert Production
Description
The two `countsTo*` methods that operate in-place on SourceCatalogs in PhotoCalib are marked "not implemented" due RFC-322. Once that RFC is completed and the necessary key name changes are in place, we can finally implement those methods.
We might want to consolidate them into a single countsToFluxAndMagnitude, since if we're iterating over the catalog anyway, might as well do all the math at once.
Attachments
Issue Links
- is blocked by
-
DM-10153 Replace Calib with finished PhotoCalib
- Done
- is duplicated by
-
DM-12017 Write a function to apply PhotoCalib results to a catalog
- Invalid
- is triggering
-
DM-19456 fix docstring for PhotoCalib.calibrateCatalog
- Done
- relates to
-
DM-19457 Update pipe_analysis scripts to make use of PhotoCalib’s calibrateCatalog()
- Won't Fix
-
DM-19225 PhotoCalib methods should take BaseCatalog instead of SourceCatalog
- Won't Fix
-
DM-15254 Option to normalize warps by Jointcal's PhotoCalib
- Done
This is close, but I just tested it on an stack-produced afw table, and the "do all the columns" version fails because of base_Blendedness_abs_child_instFlux, which doesn't have a corresponding *_instFluxErr field. I wonder if I should add a check for the word "Blendedness" in the field name, or just ignore fields that don't have error, or what?