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 9229 #54

Merged
merged 4 commits into from
Apr 3, 2017
Merged

Tickets/dm 9229 #54

merged 4 commits into from
Apr 3, 2017

Commits on Apr 3, 2017

  1. Remove unnecessary comment

    yalsayyad committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    a7e9e79 View commit details
    Browse the repository at this point in the history
  2. Remove config padPsf

    In modelPsfMatchTask, padPsf controlled whether users
    want to either clip or pad the Warped Psf to a standard size.
    We should always pad.
    yalsayyad committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    02a9d97 View commit details
    Browse the repository at this point in the history
  3. Pad science PSF if too small for matching kernel in ModelPsfMatchTask

    Add three config parameters to ModelPsfMatchTask that
    enable automatic or manual padding of the science PSF before matching
    to a model PSF. By default, doAutoPadPsf is set to True and will
    automatically pad the PSF to the minimum size appropriate,
    as defined by the config autoPadPsfTo (in units of the kernel size).
    If doAutoPadPsf is set to False, science PSFs will be padded by the
    padPsfBy number of pixels.
    yalsayyad committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    4b3ab69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edbf328 View commit details
    Browse the repository at this point in the history