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

Issue with FG caching algorithm #29

Open
dwhan89 opened this issue Jun 24, 2019 · 1 comment
Open

Issue with FG caching algorithm #29

dwhan89 opened this issue Jun 24, 2019 · 1 comment
Labels

Comments

@dwhan89
Copy link
Collaborator

dwhan89 commented Jun 24, 2019

The current default signal caching algorithm works like this

  1. For given set number and sim number, the code computes fullsky CMB+FG alms.
  2. Cache full sky CMB+FG alms
  3. Make a copy of full sky CMB+FG alms, and do (patch, array, frequency) specific routines (e.x. beam convolution etc)
  4. Cache (patch, array, frequency) specific alms

The potential issue is that the code doesn't distinguish high flux FG and low flux FG when caching CMB+FG alms (step 2 above). So if you generate D56 signal sims with low-flux FG and then try to generate BossN sims with high-flux FG for the same set idx and the sim number, it can load cached CMB+low flux FG alms instead of recomputing alms from scratch.

@dwhan89
Copy link
Collaborator Author

dwhan89 commented Jun 24, 2019

Disable signal caching until the issue is solved.

@dwhan89 dwhan89 added the bug label Jun 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant