Skip to content

Commit

Permalink
Reduce ISR code duplication: add ISR thumbnail defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jan 3, 2019
1 parent 591ef1f commit 4b3aea7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,20 @@ runIsr_metadata:
python: lsst.daf.base.PropertySet
tables: raw
template: ''
ossThumb:
description: "Overscan subtracted thumbnail image, generated by ISR processing."
persistable: None
storage: TextStorage
python: builtins.str
tables: raw
template: ''
flattenedThumb:
description: "Flattened thumbnail image, with ISR processing up to the flat applied."
persistable: None
storage: TextStorage
python: builtins.str
tables: raw
template: ''
icSrc:
description: >
High signal-to-noise source catalog produced by CharacterizeImageTask (a subset of `src`).
Expand Down

0 comments on commit 4b3aea7

Please sign in to comment.