Skip to content

Commit

Permalink
Merge pull request #320 from lsst/tickets/DM-25692
Browse files Browse the repository at this point in the history
DM-25692: Add definition for Filter component in Exposure
  • Loading branch information
timj committed Jun 26, 2020
2 parents 319242f + aea30e9 commit 347fe88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/datastores/formatters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ Plot: lsst.daf.butler.formatters.matplotlib.MatplotlibFormatter
MetricValue: lsst.daf.butler.formatters.yaml.YamlFormatter
BrighterFatterKernel: lsst.daf.butler.formatters.pickle.PickleFormatter
StructuredDataDict: lsst.daf.butler.formatters.yaml.YamlFormatter
Filter: lsst.obs.base.formatters.filter.FilterFormatter
3 changes: 3 additions & 0 deletions config/storageClasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ storageClasses:
pytype: lsst.meas.algorithms.Curve
CrosstalkCalib:
pytype: lsst.ip.isr.CrosstalkCalib
Filter:
pytype: lsst.afw.image.Filter
Exposure:
pytype: lsst.afw.image.Exposure
assembler: lsst.obs.base.exposureAssembler.ExposureAssembler
Expand All @@ -111,6 +113,7 @@ storageClasses:
coaddInputs: CoaddInputs
transmissionCurve: TransmissionCurve
metadata: PropertyList
filter: Filter
ExposureF:
inheritsFrom: Exposure
pytype: lsst.afw.image.ExposureF
Expand Down

0 comments on commit 347fe88

Please sign in to comment.