Skip to content

Commit

Permalink
Merge pull request #196 from LSSTDESC/flagsname
Browse files Browse the repository at this point in the history
update flags name for test
  • Loading branch information
esheldon authored Jul 19, 2023
2 parents eb8370f + 3e4c35a commit 98bf8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shear_meas_tests/test_shear_meas.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ def _make_lsst_sim(*, rng, g1, g2, layout):


def _shear_cuts(arr):
assert arr is not None
msk = (
(arr['flags'] == 0)
(arr['wmom_flags'] == 0)
& (arr['wmom_s2n'] > 10)
& (arr['wmom_T_ratio'] > 1.2)
)
Expand Down

0 comments on commit 98bf8cf

Please sign in to comment.