diff --git a/config/latiss/calibrateImage.py b/config/latiss/calibrateImage.py index 15e5c1e91..2381e3e83 100644 --- a/config/latiss/calibrateImage.py +++ b/config/latiss/calibrateImage.py @@ -33,6 +33,9 @@ # enough" for the shallow LATISS data). config.measure_aperture_correction.sourceSelector["science"].doSignalToNoise = False +# Allow deblending of larger areas, due to LATISS's larger plate scale. +config.star_deblend.maxFootprintArea = 100000 + # Configure the photometry to use atlas_refcat2. config.connections.photometry_ref_cat = "atlas_refcat2_20220201" config.photometry_ref_loader.load(os.path.join(config_dir, "filterMap.py"))