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

Add support in LoadContext for running preprocessing up through demodulation #1008

Open
tskisner opened this issue Oct 17, 2024 · 3 comments

Comments

@tskisner
Copy link
Member

If we are running a preprocessing pipeline during load, and that pipeline config has demodulation enabled, then create demodulated toast observation containers rather than the usual ones. The mapping between axismanager and toast detector naming conventions should be extracted to helper functions callable by the work needed to address #1007 .

@msilvafe
Copy link
Contributor

Are you just planning to scan the preprocess config file or loaded pipeline class attributes for this?

@tskisner
Copy link
Member Author

I had been planning to just look at the config- are there any "gotchas" with that path?

@msilvafe
Copy link
Contributor

I don't think so! You can just look for the config pipeline element with name == 'demodulate'

name = "demodulate"

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

No branches or pull requests

2 participants