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-11422: Adapt prototype pipeline to use coadds as templates #10

Merged
merged 4 commits into from
Nov 21, 2017

Commits on Nov 21, 2017

  1. Add template command line arguments.

    The system is designed so that old calls to ap_pipe will have the same
    behavior. The --templateRepo argument does not yet work and will
    probably raise a NameError.
    kfindeisen committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    cc6d5b9 View commit details
    Browse the repository at this point in the history
  2. "Ingest" templates into ap_pipe repo.

    This change is needed because ImageDifferenceTask assumes the
    templates are in the processed repository. We can have less hacky
    handling once ImageDifferenceTask supports an explicit location
    for templates.
    kfindeisen committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    56901db View commit details
    Browse the repository at this point in the history
  3. Let ap_verify use provided templates.

    The intended behavior for ap_verify is that it provides coadd
    templates as part of the Dataset framework, and can use its dataset
    management code to tell ap_pipe where to find the templates.
    kfindeisen committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    b6c0031 View commit details
    Browse the repository at this point in the history
  4. Generalize to CCDs other than 25.

    The CCD number was hardcoded into the visit-based template, for
    reasons unknown.
    kfindeisen committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    81a9584 View commit details
    Browse the repository at this point in the history