-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
I'm trying to get correlated tSZ x CIB following Zack's notebook: https://github.com/simonsobs/fgspectra/blob/master/notebooks/ACT_Models.ipynb
The output of
# joint tSZ, CIB, and their correlation
tSZ_and_CIB(
{'kwseq': (
{'nu':freqs, 'nu_0':par['nu_0']},
{'nu': freqs, 'nu_0':par['nu_0'], 'temp':par['T_d'], 'beta':par['beta_c']}
)},
{'kwseq': (
{'ell':ells, 'ell_0':par['ell_0'],
'amp':par['a_tSZ']},
{'ell':ells, 'ell_0':par['ell_0'],
'alpha':2-par['n_CIBC'], 'amp':par['a_c']},
{'ell':ells, 'ell_0':par['ell_0'],
'amp': -par['xi'] * np.sqrt(par['a_tSZ'] * par['a_c'])}
)})
however seems to be a tuple with one element whose shape is (1, 2998) where I've asked for 2998 multipoles. Shouldn't this be at least a (2,2,2998) array? @xzackli
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels