Skip to content

Commit

Permalink
Increased the min_T cut for source density calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclearyj committed Dec 5, 2022
1 parent b711e80 commit 1dd2f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superbit_lensing/shear_profiles/make_annular_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def _compute_metacal_quantities(self):

# TODO: It would be nice to move selection cuts
# to a different file
min_Tpsf = 0.5
min_Tpsf = 1.2
max_sn = 1000
min_sn = 10
min_T = 0.0
Expand Down

0 comments on commit 1dd2f2a

Please sign in to comment.