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-39842: Configurable exception handling in CalibrateImageTask #835

Merged
merged 2 commits into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. Handle exceptions in CalibrateImage

    Use the new Task exceptions and a pre-defined results struct to manage partial
    outputs for failures of CalibrateImage subtasks.
    Add tests of runQuantum exception handling.
    The input is now a multiple `exposures`, so we can use that to simplify
    the code by renaming output_exposure->exposure.
    parejkoj committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7020ca4 View commit details
    Browse the repository at this point in the history
  2. Fix bug in snap tests

    This didn't actually affect the tests, but it's better to have two
    distinct exposures in the test butler.
    parejkoj committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f2d3e67 View commit details
    Browse the repository at this point in the history