Skip to content

Commit

Permalink
Add cut on maximum seeing for LATISS processing, suitable for 71 pixe…
Browse files Browse the repository at this point in the history
…l kernel.
  • Loading branch information
erykoff committed Nov 1, 2023
1 parent 92080f9 commit e5b7901
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pipelines/LATISS/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ tasks:
config:
connections.cycleNumber: 6

updateVisitSummary:
class: lsst.drp.tasks.update_visit_summary.UpdateVisitSummaryTask
selectDeepCoaddVisits:
class: lsst.pipe.tasks.selectImages.BestSeeingSelectVisitsTask
config:
wcs_provider: "input_summary"
photo_calib_provider: "global"
background_provider: "input_summary"
# This is the maximum seeing that can be used with the default 71 pixel
# psf kernel size.
maxPsfFwhm: 1.9

# Importing and defining analyzeObjectTableCore here to omit plots that
# require z and/or y band data.
Expand Down

0 comments on commit e5b7901

Please sign in to comment.