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

tickets/DM-3213 #6

Merged
merged 4 commits into from
Oct 5, 2015
Merged

tickets/DM-3213 #6

merged 4 commits into from
Oct 5, 2015

Commits on Oct 5, 2015

  1. Fix typos and omissions while reviving ImageDifference

        dipoleMeasurment: Add SourceFlagChecker to __all__
        diaCatalogSourceSelector: default flag slot names
        DipoleMeasurementConfig: default slots.centroid
        - 'ip_diffim_NaiveDipoleCentroid_pos'-->'ip_diffim_NaiveDipoleCentroid'
        - '..._pos' is not an algorithm and does not work in slots.centroid
           outside of unit tests. When running ip_diffim_NaiveDipoleCentroid in
           a slot both unit tests and ImageDifferenceTask require
           _x/_y fields be added to schema.
    yalsayyad committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    ea269a6 View commit details
    Browse the repository at this point in the history
  2. ImagePsfMastchTask: Fix and extend candidateList type checking

    Existing type check was a no-op: type of the type and class were both <type 'type'>.
    Improve to convert the candidateList to a list of SourceRecords if possible.
    For example, if kernelCandidates recycled from the src dataset, the
    candidatelList is of type lsst.meas.algorithms.PsfCandidateF.
    yalsayyad committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    f8989d6 View commit details
    Browse the repository at this point in the history
  3. PsfMatch: Remove redundant error handling

    No need to log pexExcept.Expections and Expections separately anymore
    yalsayyad committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    63bc709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd403b3 View commit details
    Browse the repository at this point in the history