Skip to content
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

Native map-maker design #258

Closed
tskisner opened this issue Sep 12, 2018 · 1 comment
Closed

Native map-maker design #258

tskisner opened this issue Sep 12, 2018 · 1 comment
Assignees

Comments

@tskisner
Copy link
Member

This issue is to track the design of the TOAST mapmaker, which exists as notes in various places.
The requirements are:

  • Support for Madam-style baselines and noise filter (which in the limiting case of baseline == one sample, is equivalent to traditional GLS map making)

  • Support for NPIPE-style (toast-planck) gain and other templates that may span multiple observations

  • Modular design that allows chaining sparse matrix operations without need to process full TOD at a time

  • Support for on-the-fly pointing and burst buffer caching

  • Extendable to support unforeseen systematics templates

  • Must support both precomputed and on-the-fly-evaluated templates

@tskisner
Copy link
Member Author

The native map-maker is now merged as of #321 and working, except for one known performance issue which should be a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants