simonsobs / pspy

Python power spectrum code
Other
7 stars 5 forks source link

switch to v1.5 #20

Closed thibautlouis closed 2 years ago

thibautlouis commented 2 years ago

so_cov: add_function mc_cov_from_spectra_list(sim_spectra_list, spectra=None) bin_mat -> use fortran routine, can deal with a spec list cov_spin0 -> option for full mcm deconvolution cov_spin0and2 -> option for full mcm deconvolution

so_mcm mcm_and_bbl_spin0 -> clean option for using full mcm instead of binned one mcm_and_bbl_spin0and2 -> clean option for using full mcm instead of binned one -> fac in bbl array creation set to -1 (tested on sim)

save_coupling -> only save two array: mode_coupling and Bbl, the function is now blind on if the mode coupling mat is binned or not read_coupling -> only load two array mode_coupling and Bbl, the function is now blind on if the mode coupling mat is binned or not

so_spectra -> clean the bin_spectra function -> include a deconvolve_mode_coupling_matrix function

pspy_utils -> from @xgarrido : Use CAMB raw_cl parameter to get Cl or Dl spectra

thibautlouis commented 2 years ago

should we merge boss ?