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-20763: Add initial support for Gen3 Butler to obs_decam #175

Merged
merged 3 commits into from
Aug 27, 2019

Commits on Aug 26, 2019

  1. Refactor Instrument while implementing DECam subclass

    While implementing the DarkEnergyCamera Instrument:
    * applyConfigOverrides() had an obvious default implementation using a list of
    paths.
    * getCamera() was lifted from obs_subaru as an abstractmethod. We will
    eventually have versioned Camera repositories, but until then we need a way
    to access Camera information for an Instrument.
    
    Add instrument_test framework for obs package tests.
    parejkoj authored and TallJimbo committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    4882bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806cf25 View commit details
    Browse the repository at this point in the history
  3. Add dummy FilterDefinitions

    Instrument will be moved into obs_base eventually, and we can just use
    obs.base.FilterDefintions then.
    parejkoj authored and TallJimbo committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    f616843 View commit details
    Browse the repository at this point in the history