You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default in TOD processing, an array of a full-sky map is written to disk. For high resolution partial sky maps this is a bit wasteful. An implicit pixel indexing, similar to hp.write_map(..., partial=True), would be useful for these cases.
By default in TOD processing, an array of a full-sky map is written to disk. For high resolution partial sky maps this is a bit wasteful. An implicit pixel indexing, similar to
hp.write_map(..., partial=True), would be useful for these cases.