hpc4cmb / toast

Time Ordered Astrophysics Scalable Tools
Other
44 stars 39 forks source link

SPT-3G export tune up #588

Open cnweaver opened 2 years ago

cnweaver commented 2 years ago

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:

There is also some optimization of IntervalList intersections, as this was a bottleneck for exporting data.

tskisner commented 2 years ago

Thanks @cnweaver , will check this out soon.

cnweaver commented 2 years ago

Hm, it looks like there might be something fishy about the change in b1a3e6c. I'll look into it as soon as I can.

tskisner commented 2 years ago

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.

cnweaver commented 2 years ago

Okay, I'll be happy to rebase/sync merge/whatever to work with that.