Skip to content

typo in 'get_leakage_spectra' and 'get_leakage_beams" functions #10

@CesileyKing

Description

@CesileyKing

norm_fac in both of these functions should be the entire spectrum that is being normalized by, not the maximum of that spectrum. That is, in MMTModules.py, lines 243 and 409 should read norm_fac = binned_spectra_dict['TT'][1:] ; lines 245 and 411 should read norm_fac = binned_spectra_dict['EE'][1:] ; and lines 247 and 413 should read norm_fac = binned_spectra_dict['BB'][1:] .

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