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-43077: Convert all tasks to use CalibrateImageTask outputs #285

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    a9d2347 View commit details
    Browse the repository at this point in the history
  2. Remove STREAK pixel flag propagation

    initial_pvi does not have STREAK; we probably should change this task
    to run on the final `pvi` dataset, which is fully calibrated and with
    the best PSF. It will (eventually) have the STREAK propagated from the
    diffim, where it should come from (not this single frame output).
    parejkoj committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3ee5de9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    308b7ae View commit details
    Browse the repository at this point in the history
  2. Use 'pvi', not 'initial_pvi', in forcedPhotCcd.

    We also turn off using the finalVisitSummary input, which is important
    for the PhotoCalib, since both pvi and initial_pvi have their pixel
    values calibrated to nJy and their PhotoCalib reset to the identity.
    This means forcedPhotCcd's instFlux columns will actually have nJy
    units, but this is fine since their "DN" is already an arbitrary unit
    and the LocalPhotoCalib column will reflect this by being full of ones.
    TallJimbo committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    80fcb17 View commit details
    Browse the repository at this point in the history