Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jim Bosch
Jim BoschReporter
Jim Bosch
Jim BoschReviewers
Lauren MacArthur
Story Points
1
RubinTeam
Data Release Production
Components
Sprint
None
Checklist
Checklist
Created February 5, 2016 at 1:32 PM
Updated June 6, 2016 at 10:09 AM
Resolved February 10, 2016 at 10:29 AM
PropagateVisitFlags
, which was recently ported over from HSC on DM-4878, doesn't work due to some inconsistencies with earlier packages/tasks:The default fields to transfer have new names: "calib_psfCandidate" and "calib_psfUsed"
We're not currently transferring these fields from icSrc to src, so those fields aren't present in src anyway. I propose we just match against icSrc for now, since it has all of the fields we're concerned with.
It makes a call to
afw.table.ExposureCatalog.subsetContaining(Point, Wcs, bool)
, which apparently exists in C++ but not in Python; I'll look into seeing which HSC commits may have been missed in that port.