simonsobs / BBPower

BBPower - the C_ell-based pipeline for BB
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

TQU map ordering in power_specter.py #5

Closed kwolz closed 10 months ago

kwolz commented 3 years ago

To enable TQU map ordering in addition to QU-only when calculating Cells, we should add another option

mp_q, mp_u = hp.read_map(fname, field=[3*b+1, 3*b+2], verbose=False)

Current code is: https://github.com/simonsobs/BBPower/blob/caa2eff4852892b4d9ec6e0a63a4902db74b149a/bbpower/power_specter.py#L68