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-39227: drop overrides for deprected config options #456

Merged
merged 4 commits into from
Jul 13, 2023

Commits on Jul 11, 2023

  1. Drop usage of deprecated ForcedPhotCcd config options.

    The correct external-calibs behavior no longer requires different
    per-instrument configs.
    TallJimbo committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    c0448e2 View commit details
    Browse the repository at this point in the history
  2. Drop usage of deprecated MakeWarp config options.

    The correct external-calibs behavior no longer requires different
    per-instrument configs.
    TallJimbo committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9bfa9e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540531f View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary overrides for compareWarpAssembleCoadd.

    These overrides are for subtask usage of AssembleCoaddTask, which
    gets these config options from CoaddBaseTask but doesn't use them
    (they should have only been options for MakeWarpTask, but they're
    being deprecated anyway).
    TallJimbo committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    91f24a9 View commit details
    Browse the repository at this point in the history