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

Tickets/dm-3766: A new Task ingestCalibs #19

Merged
merged 3 commits into from
Oct 2, 2015
Merged

Commits on Sep 23, 2015

  1. ingest: fakeContext needs to be instantiated for dryrun to work.

    DM-3668
    Hsin-Fang Chiang committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    491286c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. ingest: Generalize methods of RegisterTask and IngestTask

    Same behaviors are kept by default.
    Hsin-Fang Chiang committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    521069b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. Add a new task IngestCalibsTask for calibration images

    It uses and expands IngestTask to parse through the file headers
    for information and add to the calibration registry of the data
    repository.  Dataset type (e.g. bias/dark/flat/fringe) is
    determined by the header info OBSTYPE, and by default the
    calibration images are valid on the observation date only.
    Optional argument "validity" can be used to set a wider validity
    period on the command line. Overlaps in validity ranges are fixed.
    Hsin-Fang Chiang committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    5c91ff2 View commit details
    Browse the repository at this point in the history