From 1dd2f2a7c3e593679daa551402f3c63b57b33949 Mon Sep 17 00:00:00 2001 From: Jacqueline McCleary Date: Mon, 5 Dec 2022 17:40:02 -0500 Subject: [PATCH] Increased the min_T cut for source density calculations --- superbit_lensing/shear_profiles/make_annular_catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superbit_lensing/shear_profiles/make_annular_catalog.py b/superbit_lensing/shear_profiles/make_annular_catalog.py index abac7f57..0fa60b39 100755 --- a/superbit_lensing/shear_profiles/make_annular_catalog.py +++ b/superbit_lensing/shear_profiles/make_annular_catalog.py @@ -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