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-6640: IsrTask is not a valid CmdLineTask #15

Merged
merged 1 commit into from
Sep 24, 2018
Merged

Commits on Sep 21, 2018

  1. Make IsrTask a valid CmdLineTask.

    The IsrTask was not usable as a CmdLineTask, as it was written to be
    called as a subtask of ProcessCcdTask.  This allows the default
    IsrTask to be retargeted to camera-specific versions of the ISR
    processing.  A new RunIsrTask now exists to hold IsrTask for
    retargetting in standalone processing, and both processCcd.py and
    runIsr.py now read from the same configuration files for each obs_
    package.  This has involved migrating configuration values from
    config/processCcd.py to config/isr.py for many obs_ packages.
    czwa committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    a6cdffe View commit details
    Browse the repository at this point in the history