Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:10
-
Epic Link:
-
Sprint:AP S19-1
-
Team:Alert Production
Description
This implements RFC-549. To my knowledge, PhotoCalib is currently the only part of the codebase that uses any unit for calibrated fluxes right now. Please comment here if you know of any other code.
Attachments
Issue Links
- contains
-
DM-16696 PhotoCalib produces negative flux errors for negative flux measurements.
- Done
- duplicates
-
DM-16696 PhotoCalib produces negative flux errors for negative flux measurements.
- Done
- is triggered by
-
RFC-549 Use nanojansky for calibrated fluxes in DM code and intermediate data products
- Implemented
- is triggering
-
DM-16830 Add versioning to PhotoCalib
- Done
- relates to
-
DM-17029 Update LoadReferenceObjectsTask to output fluxes in nanojansky
- Done
There's still the issue that right now one can call (from python) lsst.afw.image.fluxFromABMag() and this is something different from lsst::utils::ABMagnitudeToNanojansky() (though I guess this isn't exposed in Python by this name). The fact that this first call is actually part of Calib rather than PhotoCalib is not apparent to the user (for example me, until now) at all.