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-4692: Refactor ProcessCcdTask and sub-tasks #19

Merged
merged 6 commits into from
Mar 8, 2016
Merged

Commits on Mar 8, 2016

  1. Configuration menu
    Copy the full SHA
    6cdcdf1 View commit details
    Browse the repository at this point in the history
  2. Add InstallGaussianPsfTask

    Add InstallGaussianPsfTask, a task to install a trivial Gaussian PSF model
    into an exposure.
    r-owen committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    7faf2c7 View commit details
    Browse the repository at this point in the history
  3. Standardize star selectors

    Standardize StarSelectorRegistry names and documentation.
    Standardize arguments and documentation for selectStars method of
    SecondMomentStarSelector and ObjectSizeStarSelector.
    r-owen committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    f9394c5 View commit details
    Browse the repository at this point in the history
  4. Add usesMatches to star selectors

    Add usesMatches class variable to SizeMagnitudeStarSelector,
    ObjectSizeStarSelector and SecondMomentStarSelector.
    Describe usesMatches class variable in StarSelectorRegistry.
    r-owen committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    3b0cf02 View commit details
    Browse the repository at this point in the history
  5. detection: plot peak positions on image

    Detection debugging would show the image, but not the detections.
    PaulPrice authored and r-owen committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    4ef6e68 View commit details
    Browse the repository at this point in the history
  6. detection: fix log message about detection level

    Reported detection level didn't include the 'includeThresholdMultiplier'.
    PaulPrice authored and r-owen committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    9160203 View commit details
    Browse the repository at this point in the history