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-35207: update visit summaries and use them downstream #47

Merged
merged 5 commits into from
Jan 11, 2023

Commits on Jan 6, 2023

  1. Add UpdateVisitSummaryTask to DRP pipelines.

    Changes in pipe_tasks will take care of making existing tasks use this
    new task's outputs instead of the old visit summaries, so most of the
    changes here are about redefining subsets to be compatible with the
    new overall flow.
    
    Many of the DECam changes are actually removals of Gen2 config options
    that now do nothing (but previously did the equivalent of Gen3
    connection changes).
    TallJimbo committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    281efe9 View commit details
    Browse the repository at this point in the history
  2. Revert "Use piff for characterizeImage in DRP"

    Now that we're using the final Piff PSF measurements to drive coadd
    selection and other visit-summary-based things, we can switch back to
    PSFEx for speed and robustness for our first PSF model.
    TallJimbo committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b38b9e3 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary tasks from fakes pipeline.

    This pipeline is soon to be deprecated anyway, but since we're still
    nominally maintaining it it's useful to drop these tasks that don't
    serve a purpose there: they're all things that really only need to be
    run once, before the fakes are inserted, and rerunning them after the
    fakes have been inserted either doesn't change them or adds circular
    measurements (e.g. PSF summary stats on fakes inserted with the PSF
    model we're trying to summaries) that we don't.
    TallJimbo committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    3a504fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41e04d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Remove DP0.2 pipeline.

    This hasn't been the actual pipeline run for DP0.2 for a long time,
    and (unlike HSC's RC@) the ImSim test-med-1 pipeline is already just
    as suitable for large-scale productions (it differs only in which
    analysis plots/metrics are run).
    TallJimbo committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    623c28f View commit details
    Browse the repository at this point in the history