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-27178: Standardize aliases on Gen 2 Exposure get #336

Merged
merged 5 commits into from
Dec 17, 2020

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    5b4c69c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b3ace9 View commit details
    Browse the repository at this point in the history
  3. Add dummy Instrument to test_cameraMapper.py.

    The Instrument will allow tests of more complex CameraMapper functionality.
    kfindeisen committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    7143692 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Rework Gen 2 filter standardization.

    The new standardizer uses FilterDefinitions as input, where possible,
    and uses the enhanced precision of FilterLabel to write exactly the
    desired filter.
    kfindeisen committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a3d8e6c View commit details
    Browse the repository at this point in the history
  2. Test filter handling without FilterDefinition.

    Not having access to FilterDefinition is an edge case, but one that
    might persist for a while.
    kfindeisen committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a099a3b View commit details
    Browse the repository at this point in the history