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

Pk1d covariance improvements #1003

Merged
merged 20 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f2b335e
removing unnecessary warning
corentinravoux Apr 25, 2023
1f739d0
removing obsolete simple_snr weighting method
corentinravoux Apr 25, 2023
51e1e39
using output_snrfit onbly for outputing
corentinravoux Apr 25, 2023
cf145cf
fix
corentinravoux Apr 25, 2023
e86662e
fix
corentinravoux Apr 25, 2023
485c2c6
Applying the weight method for the covariance matrix calculation
corentinravoux Apr 26, 2023
6b5a8b2
good solution for no_weights calculation -- tested
corentinravoux Apr 27, 2023
a5067e8
aestetic changes
corentinravoux Apr 27, 2023
793df27
Improvement of weighting for fit_snr. Covariance gives proper diagona…
corentinravoux Apr 27, 2023
ce28d30
Renormalization of the covariance matrix
corentinravoux May 3, 2023
643542b
removing unecessary comments
corentinravoux May 3, 2023
fbda063
pylint error
corentinravoux May 3, 2023
2dbf84d
Merge branch 'master' into pk1d_covariance_improvements
corentinravoux May 3, 2023
c3d9125
Merge branch 'master' into pk1d_covariance_improvements
corentinravoux May 3, 2023
0ee7357
Latest corrections for fit_snr covariance calculation
corentinravoux May 25, 2023
31817af
Merge branch 'master' into pk1d_covariance_improvements
corentinravoux May 25, 2023
16559a4
pylint error
corentinravoux May 25, 2023
db9aa43
Merge branch 'master' into pk1d_covariance_improvements
iprafols May 29, 2023
e6d8621
Merge remote-tracking branch 'origin/master' into pk1d_covariance_imp…
Waelthus Jun 1, 2023
9c7dd61
Following comments, renormalization of all the matrix
corentinravoux Jun 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/picca_Pk1D_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def main(cmdargs):
type=str,
default='no_weights',
help='SNR weighting scheme for the mean P1D computation,'
'Possible options: no_weights, simple_snr, fit_snr')
'Possible options: no_weights, fit_snr')

parser.add_argument('--apply_z_weights',
action='store_true',
Expand Down
Loading