Open
Description
We should:
- Add a generic way to include simulation configuration key/value pairs to
DataWriter
, not just the pre-configured run header container object - Include the simtel metaparams for simtel files
Some points:
- This probably needs to happen by obs-id
- Simtel metaparams are always string keys and string values, although values can semantically be anything (e.g. RANDOM_MONO_PROB is a float)
- tables at the moment does not support variable length string tables, which will create some issues for this
Activity