Skip to content

Commit

Permalink
fixing mflike scales to [30,9000] (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiardie authored Jul 4, 2023
1 parent 9c19140 commit 87dae4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions soliket/mflike/MFLike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ defaults:
# Which spectra?
polarizations: ['TT', 'TE', 'ET', 'EE']
# Scale cuts (in ell) for each spectrum
# these scales should be used when marginalizing over foregrounds!
scales:
TT: [50, 5000]
TE: [50, 5000]
ET: [50, 5000]
EE: [50, 5000]
TT: [30, 9000]
TE: [30, 9000]
ET: [30, 9000]
EE: [30, 9000]
# If True, TE' = (TE + ET) / 2 will be used
# instead of TE and ET separately.
symmetrize: False
Expand Down

0 comments on commit 87dae4a

Please sign in to comment.