Skip to content

Commit

Permalink
Add eotest_gain as a dataset
Browse files Browse the repository at this point in the history
Add this new dataset type to allow gains to be put() and
get() by the butler.
  • Loading branch information
mfisherlevine committed Dec 8, 2017
1 parent 58be381 commit 052e2f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions policy/comCamMapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,10 @@ datasets:
storage: FitsCatalogStorage
tables: raw
template: schema/transformed_src.fits
eotest_gain: # set of amplifier gains, as measured by eotest
level: Ccd
persistable: ignored
python: dict
storage: PickleStorage
tables: raw
template: gain/%(run)s/gain%(ccd)s_%(run)s.pickle

0 comments on commit 052e2f4

Please sign in to comment.