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-26119: Changes to support composite disassembly in ci_hsc_gen3 #337

Merged
merged 5 commits into from
Aug 4, 2020

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    4d3cef8 View commit details
    Browse the repository at this point in the history
  2. Add storage class when printing a DatasetRef

    This makes it much easier to work out what is happening
    without having to lookup the dataset type
    timj committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    b7c2714 View commit details
    Browse the repository at this point in the history
  3. Fix parameter handling for assembly of disassembled composite

    Parameters were being added to the assembler if they were
    used rather than if they were not used by the formatter.
    timj committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    85d6689 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27f154b View commit details
    Browse the repository at this point in the history
  5. Remove default entries from composites configuration

    Defining ExposureF and calexp disassembly behavior in the default
    configuration did not gain us anything over the default "false".
    It was there for historical purposes but it now confuses downstream
    overrides.
    timj committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    0528dca View commit details
    Browse the repository at this point in the history