Skip to content

Commit

Permalink
Allow deblending of larger sources on LATISS
Browse files Browse the repository at this point in the history
LATISS's plate scale is 2x LSSTCam, so blends intrinsically cover more pixels.
  • Loading branch information
parejkoj committed Jun 28, 2024
1 parent e125432 commit 197bd65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/latiss/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 197bd65

Please sign in to comment.