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-42636: Support universe that uses day_obs and group in exposure record #477

Merged
merged 15 commits into from
Feb 29, 2024

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    9719c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    860551d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9fb611 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    610d14a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add Instrument.group_name_to_group_id method

    This supports visit definition from group dimension.
    timj committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    13bf1be View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Restore group-by-metadata visit definition with group dimension

    This requires that we call a method on the Instrument class to
    get the group_id from the name.
    timj committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9ba09fd View commit details
    Browse the repository at this point in the history
  2. Add timespan calculation for day_obs on ingest

    Uses ObservationInfo.observing_day_offset
    timj committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4312848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2728574 View commit details
    Browse the repository at this point in the history
  4. Return empty record list if exposure is not known to universe

    This allows subclasses to call the parent class even if exposure
    is not known.
    timj committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b6b67ad View commit details
    Browse the repository at this point in the history
  5. Add the observing_day_offset to one of the test JSON files

    This allows the codepath to be tested with and without the
    offset. Only change a single dataset and move it to a different
    day to avoid definition inconsistencies.
    timj committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    99bb95f View commit details
    Browse the repository at this point in the history
  6. Add translatorClass property to Instrument

    This can be used to calculate the observing day offset when
    importing old registry YAML files into a butler repository.
    timj committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    56d8523 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52b9758 View commit details
    Browse the repository at this point in the history
  8. Add news fragment

    timj committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3198547 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85fd2dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c44de8 View commit details
    Browse the repository at this point in the history