Skip to content

Commit

Permalink
fixing pol angle default
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiardie committed Feb 6, 2024
1 parent c380f72 commit 12b408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mflike/theoryforge.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def _get_rotated_spectra(self, dls_dict, **nuis_params):

#allowing for not having polarization angles in the yaml for ACT DR6

rot_pars = [nuis_params.get(f"alpha_{exp}", 1) for exp in self.experiments]
rot_pars = [nuis_params.get(f"alpha_{exp}", 0) for exp in self.experiments]

rot = syl.Rotation_alm(ell=self.l_bpws, spectra=dls_dict)

Expand Down

0 comments on commit 12b408a

Please sign in to comment.