simonsobs / sotodlib

Simons Observatory: Time-Ordered Data processing library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Units in loaded data

kmharrington opened this issue · comments

Right now the level 2 loader converts the raw numbers into more meaningful phase units.

rad_per_count = np.pi / 2**15

It would be very nice if the book loaders returned the data in the same units because that one number will always be there and all the detector tuning we've done in the past have been baselined for phase units.