Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_base
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Measurement-S14-4
-
Team:Data Release Production
Description
We've never figured out how to handle wrapping multiple-aperture photometry algorithms. They can't use the existing Result objects - at least not out of the box.
We should try to write a new multiple-aperture photometry algorithm from the ground up, using the old ones on the HSC branch as a guide, but not trying to transfer the old code over. The new one should:
- Have the option of using elliptical apertures (as defined by the shape slot) or circular apertures.
- Have a transition radius at which we switch from the sinc photometry algorithm to the naive algorithm (for performance reasons).
Added a starting point on u/jbosch/
DM-837: it's a minimal conversion of the ApertureFlux code from meas_algorithms by Perry (originally on tickets/DM-976) that I've rebased here. Still need to solveDM-836before we make significant progress here, though.