Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: astro_metadata_translator
-
Labels:
-
Story Points:20
-
Epic Link:
-
Sprint:BG3_F18_09, BG3_F18_10
-
Team:Architecture
Description
As decribed on confluence we need a set of classes and methods for taking a PropertyList, extracting the relevant information and creating an object summarizing that information in a standard form. Cameras can implement their own subclasses to override specific information, with the intent to reuse code wherever possible when a header has the same definition across multiple cameras.
We have not yet decided whether this should go into obs_base or be a standalone infrastructure package.
Attachments
Issue Links
- blocks
-
DM-15914 Use astro_metadata_translator in daf_butler
- Done
- is blocked by
-
DM-15865 PropertyList __copy__ is broken
- Done
- is parent task of
-
DM-15707 Get instrument, telescope, and DATE-OBS working in obs_metadata
- Done
- relates to
-
DM-15705 Create an RFC for a dict-like interface to PropertySet/List
- Done
- mentioned in
-
Page Loading...
One advantage of the standalone repository is that this is another piece of code that could in theory be generally useful (like daf_butler). Especially if it could work with dict-like entities and did not have to be completely PropertyList based.