Skip to content

Commit

Permalink
Add dataset type for spectractor output
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Jun 22, 2021
1 parent 03d0202 commit 159c804
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,13 @@ spectractorOutputRoot:
persistable: ignored
python: None
storage: PickleStorage
template: 'spectractorOutput/v%(expId)d/'
template: 'spectractorOutput/%(dayObs)s/%(seqNum)04d/'
spectraction:
description: "The main Spectractor output dataset"
persistable: ignored
python: None
storage: PickleStorage
template: 'spectractorOutput/%(dayObs)s/%(seqNum)04d/spectraction-%(dayObs)s-%(seqNum)04d.pickle'
brighterFatterKernel:
description: >
The new brighter-fatter kernels as generated by the makeBrighterFatterKernel in cp_pipe, not to be
Expand Down

0 comments on commit 159c804

Please sign in to comment.