Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_comCam
-
Labels:None
-
Team:DM Science
Description
The problem is a typo in the yaml file for raw_hdu; python: lsst.daf.base.propertyList not python: lsst.daf.base.PropertyList
git diff master
diff --git a/policy/comCamMapper.yaml b/policy/comCamMapper.yaml
--- a/policy/comCamMapper.yaml
+++ b/policy/comCamMapper.yaml
raw_hdu:
level: Ccd
persistable: PropertyList
- python: lsst.daf.base.propertyList
+ python: lsst.daf.base.PropertyList
storage: FitsStorage
tables: raw