Skip to content

Commit

Permalink
Add CrosstalkCalib.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jun 4, 2020
1 parent 37abf38 commit 4d0c5ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1490,8 +1490,3 @@ matchedVisitMetrics_config:
storage: ConfigStorage
python: lsst.validate.drp.matchedVisitMetricsTask.MatchedVisitMetricsConfig
template: config/matchedVisitMetrics.py
crosstalk:
persistable: ignored
storage: YamlStorage
python:
template:
2 changes: 2 additions & 0 deletions python/lsst/obs/base/_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"storageClass": "Defects"},
"qe_curve": {"dimensions": ("instrument", "detector", "calibration_label"),
"storageClass": "QECurve"},
"crosstalk": {"dimensions": ("instrument", "detector", "calibration_label"),
"storageClass": "CrosstalkCalib"},
}


Expand Down
1 change: 1 addition & 0 deletions python/lsst/obs/base/gen2to3/convertRepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ class ConvertRepoConfig(Config):
"dark": "ExposureF",
"flat": "ExposureF",
"defects": "Defects",
"crosstalk": "CrosstalkCalib",
"BaseSkyMap": "SkyMap",
"BaseCatalog": "Catalog",
"BackgroundList": "Background",
Expand Down

0 comments on commit 4d0c5ac

Please sign in to comment.