Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_base
-
Labels:
-
Story Points:1.5
-
Team:Architecture
-
Urgent?:No
Description
In DM-22655 there was a hack left in place where cpBias and friends were listed in daf_butler as storage classes and also listed the formatters. This is not correct. Instead we need to generalize the raw->formatter mapping in obs packages to allow ingest to support arbitrary instrument specific dataset types.
Attachments
Issue Links
- is triggered by
-
DM-22655 Genericize gen2to3.py to be useable with any gen2 repo
- Done
After looking at this what I've done is add formatterClasses to the convertRepo configuration file and that formatter is then passed all the way down to TargetFileHandler where it is added to the FileDataset. Seems to work for cpBias/cpFlat.