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-42467: add properties for ExposureCatalog objects #725

Merged
merged 4 commits into from
Jan 17, 2024
Merged

Commits on Jan 12, 2024

  1. clang-format pass

    parejkoj committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    457bf4b View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary header

    parejkoj committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1fabf5c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Use a regular setter for apCorrMap

    This lambda is no longer necessary; various cleanups since 2017 have
    fixed the underlying bug.
    parejkoj committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    442f131 View commit details
    Browse the repository at this point in the history
  2. Add properties for ExposureCatalog

    read/write where we can, readonly for the rest, except for bbox which should
    not have a property, per RFC-279.
    parejkoj committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    76007f5 View commit details
    Browse the repository at this point in the history