That info is stored in the TelescopeConfig_N branches which are of type Sash::TelescopeConfig. However, it seems they have custom streamers, or at least the DSTs do not contain the information to decode them.
>>> run["TelescopeConfig_5"].show(interpretation_width=60)
name | typename | interpretation
---------------------+--------------------------+-------------------------------------------------------------
TelescopeConfig_5 | Sash::TelescopeConfig | AsObjects(AsDynamic(model=Model_Sash_3a3a_TelescopeConfig))
That seems to mean we cannot read them, as re-implementing the streamer for this would be a lot of work (it has a lot of sub-classes that describe e.g. the telescope ground position, the pixel positions, and other aspects of the telescope and camera).
That info is stored in the
TelescopeConfig_Nbranches which are of typeSash::TelescopeConfig. However, it seems they have custom streamers, or at least the DSTs do not contain the information to decode them.That seems to mean we cannot read them, as re-implementing the streamer for this would be a lot of work (it has a lot of sub-classes that describe e.g. the telescope ground position, the pixel positions, and other aspects of the telescope and camera).