Skip to content

Commit

Permalink
config: support ingest of sky frames into calib registry
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPrice committed Nov 3, 2017
1 parent bdab767 commit fb2d194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ingestCalibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
}

config.register.unique = ['filter', 'ccd', 'calibDate']
config.register.tables = ['bias', 'dark', 'flat', 'fringe']
config.register.tables = ['bias', 'dark', 'flat', 'fringe', 'sky']
config.register.visit = ['calibDate', 'filter']

0 comments on commit fb2d194

Please sign in to comment.