-
Notifications
You must be signed in to change notification settings - Fork 12
Open
simonsobs/syslibrary
#22Description
I am using MFLike in the context of a TE/EE only run. The list of requested_cls is then ['te', 'ee'].
If we set polarization rotation systematic parameters alpha_{exp} different from zero, the code will try running L627 in mflike.py.
It results in a KeyError, requesting a missing 'tt' key. I suspect this is coming from the syslibrary module, and in particular from the syslib_mflike.Rotation_alm class. The associated eval method requests for the TT power spectrum in self.cl.
A quick fix would be to add some checks to ensure that the requested power spectrum is in the cls list passed as an argument.
Metadata
Metadata
Assignees
Labels
No labels