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-38546: Implement new CalibrateImageTask #802

Merged
merged 4 commits into from
Jul 31, 2023
Merged

DM-38546: Implement new CalibrateImageTask #802

merged 4 commits into from
Jul 31, 2023

Commits on Jul 25, 2023

  1. Log photoCalib result in PhotoCalTask

    It's worth logging this in addition to the zero point logged above,
    as this is the value that is saved in the PhotoCalib object.
    parejkoj committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f248aa7 View commit details
    Browse the repository at this point in the history
  2. Make refObjLoader optional

    gen3 pipetasks call setRefObjLoader; users in notebooks and tests may
    still want to use the __init__ interface though.
    parejkoj committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4253110 View commit details
    Browse the repository at this point in the history
  3. Return matchMeta in PhotoCalTask

    This is necessary for writing the denormalized match catalog.
    parejkoj committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8cc778a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Add CalibrateImageTask, with tests

    This task will replace CharacterizeImageTask and CalibrateTask.
    parejkoj committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    db7a6e0 View commit details
    Browse the repository at this point in the history