-
Notifications
You must be signed in to change notification settings - Fork 0
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
Seed for consistency #45
Comments
I realised I was not keeping the original metadata in the blinded sacc! This is now fixed :) I also added a |
String seed:
|
I also tested that if you give different number of parameters, the values are the same for the same parameters:
|
Now, of course... if you invert or change the order of the required shift parameters, the shifts will be different:
Maybe this can be avoided by looping over CCL dictionaries of cosmological parameters instead of looping over the shifts dictionary... |
yeah, that worked! Fixed by 53ba5af |
If we ensure that a given seed always results in the same set of cosmological parameters, it can be used to blind different probes individually. This will remove the necessity of generating the data vectors of all your probes at the same time.
IMPORTANT reminder: save the seed on the blinded data vector file!
The text was updated successfully, but these errors were encountered: