-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPT-3G export tune up #588
base: toast3
Are you sure you want to change the base?
Conversation
Thanks @cnweaver , will check this out soon. |
Hm, it looks like there might be something fishy about the change in b1a3e6c. I'll look into it as soon as I can. |
This reverts commit b1a3e6c.
Just a note, I am working on a PR that systematically enforces consistent units for timestreams across all simulation operators, noise estimation, etc. Should only impact a few lines of this PR, but wanted to give you a heads up. |
Okay, I'll be happy to rebase/sync merge/whatever to work with that. |
This set of changes encompasses my fixes to make data exported by TOAST readable by spt3g_software to a point such that a skymap can be produced from simulated detector data. As my focus was on the export case, some new functionality isn't mirrored for importing, although some of the more fundamental parts are.
The main changes are:
G3Frame
s in a manner more typical for experimental dataThere is also some optimization of
IntervalList
intersections, as this was a bottleneck for exporting data.