simonsobs / sotodlib

Simons Observatory: Time-Ordered Data processing library.
MIT License
16 stars 19 forks source link

Incomplete observation finding doesn't work for LAT #937

Closed kmharrington closed 2 months ago

kmharrington commented 3 months ago

https://github.com/simonsobs/sotodlib/blob/75fd13954f9c895a2d9dc3c8ec984f49ba683923/sotodlib/io/imprinter.py#L1141

need to replace with something like [x for xs in [t.get('slots') for (_,t) in imprint.tubes.items()] for x in xs]