Skip to content

tsz x cib #29

@msyriac

Description

@msyriac

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions