As noted in DM-1945, the fixes here have been exercised by running through all the multiband.py tasks (which do require these fixes to run sucessfully).
Note that the following from HSC-1215 was imported as part of DM-1945:
pipe_tasks:
$ git --no-pager log --stat --reverse NAOJ/master..tickets/HSC-1215
|
commit a6271303ce6c85220c0e554cd440343fb65bb3c2
|
Author: Jim Bosch <jbosch@astro.princeton.edu>
|
Date: Thu Apr 16 12:28:30 2015 -0400
|
|
Sort post-merge Peaks by value before deblending/measuring them.
|
|
python/lsst/pipe/tasks/multiBand.py | 6 ++++++
|
1 file changed, 6 insertions(+)
|
And a final commit was added to update the merge flag names to use underscores.
The changesets can be found on the u/lauren/DM-2606 branch in afw. A simultaneous u/lauren/DM-1945 + u/lauren/DM-2606 Buildbot was successful (although I do believe they would build independently).
I am adding HSC-541 to this issue.