Skip to content

Commit

Permalink
Add TODO refering to DM-10153.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Jun 18, 2018
1 parent f1d447b commit ef3b880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ap/association/afwUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ def get_ccd_visit_info_from_exposure(exposure):
"""
visit_info = exposure.getInfo().getVisitInfo()
sphPoint = exposure.getWcs().getSkyOrigin()
# TODO: Calib is going away and being replaced with photoCalib as in
# DM-10153.
flux0, flux0_err = exposure.getCalib().getFluxMag0()
filter_obj = exposure.getFilter()
# Values list is:
Expand Down

0 comments on commit ef3b880

Please sign in to comment.