Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_algorithms
-
Labels:
-
Team:External
Description
Masayuki Tanaka suggests that photoCal might benefit from a signal-to-noise cut.
Attachments
Issue Links
- relates to
-
DM-17430 Unify names for SourceSelector config fields
- To Do
Lauren MacArthur, would you mind reviewing this please? It's not urgent (so please don't waste time on it over the holiday weekend), but I'd like it to go into the next HSC release (targeting December 5).
price@byoung2013:~/LSST/meas_algorithms (tickets/DM-12798=) $ git sub
commit 4dbd1a09a9cadf8fa6f948c95dff15130b6df870
Author: Paul Price <price@astro.princeton.edu>
Date: Wed Nov 22 20:48:19 2017 -0500
sourceSelector: factor out min/max limits
The various source selection modules have had common code to apply
minimum and maximum limits. Factor this common code into a base class.
python/lsst/meas/algorithms/sourceSelector.py | 79 ++++++++++++++++-----------
1 file changed, 47 insertions(+), 32 deletions(-)
commit a862090054b00431a2b8c6d3927104c36eda2d29
Author: Paul Price <price@astro.princeton.edu>
Date: Wed Nov 22 20:48:52 2017 -0500
sourceSelector: add selection by signal-to-noise
Masayuki Tanaka (NAOJ) suggested that a signal-to-noise ratio limit would
be a useful addition.
python/lsst/meas/algorithms/sourceSelector.py | 46 +++++++++++++++++++++++++++
tests/test_sourceSelector.py | 18 +++++++++++
2 files changed, 64 insertions(+)
commit 297ac191b4cf2637f7396fbd0f98052c39bb8a74 (HEAD -> tickets/DM-12798, origin/tickets/DM-12798)
Author: Paul Price <price@astro.princeton.edu>
Date: Wed Nov 22 21:10:50 2017 -0500
git: ignore pytest_session.txt
File generated by pytest.
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)