Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-5532 #9

Merged
merged 3 commits into from
Mar 30, 2016
Merged

DM-5532 #9

merged 3 commits into from
Mar 30, 2016

Commits on Mar 30, 2016

  1. Update dia catalog star selector to new API

    Rename DiaCatalogSourceSelector to DiaCatalogSourceSelectorTask
    and make it a subclass of lsst.meas.algorithms.StarSelectorTask.
    Change it to return a (struct containing a) catalog of sources
    instead of a list sources (or a list of PSFCandidates, as all other
    star selectors used to do).
    Update the unit test accordingly.
    r-owen committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    938ac11 View commit details
    Browse the repository at this point in the history
  2. Unify naming of bad flags

    Change badPixelFlags to badFlags in diaCatalogSourceSelector.py
    to match standard config field name.
    r-owen committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    636b40f View commit details
    Browse the repository at this point in the history
  3. Add documentation to dia catalog star selector

    Add full task documentation to DiaCatalogStarSelectorTask
    r-owen committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    bc59171 View commit details
    Browse the repository at this point in the history