Skip to content

Commit

Permalink
fixing typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiardie committed Feb 20, 2024
1 parent 0906410 commit 5e17e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mflike/mflike.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def get_sacc_names(pol, exp_1, exp_2):
{
"ids": (index_sofar + np.arange(cls.size, dtype=int)),
"pol": ppol_dict[pol],
"hasYX_xsp": pol # this flag is true for pol = TE, BE, BT
"hasYX_xsp": pol # this flag is true for pol = ET, BE, BT
in ["ET", "BE", "BT"],
"t1": exp_1,
"t2": exp_2,
Expand Down

0 comments on commit 5e17e67

Please sign in to comment.