-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor dipoleFitTask to give better centroids
* Enforce plugin order, so that DipoleFit can fall back on SdssCentroid for non-dipoles. * DipoleFitPlugin can run at "centroid" order, because it simultaneously fits centroids and fluxes. * Switch centroid slot after SdssCentroid, so that the "best" centroid comes from DipoleFit (even if it's just copied over). * Switch dipole centroid field names to better match centroid slot convention (foo_x/foo_y, for plugin foo). * Rename DipoleFitTask default name to match Task name convention. Cleanup tests to pass with the better centroids: * Loosen flux tolerance. * Remove test of "unphysical" sources that relied on bad centroiding pushing the sky sources off the image. * Remove tests that relied on old centroider behavior when measuring on unmerged footprints.
- Loading branch information
Showing
3 changed files
with
58 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters