Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pipelines/_ingredients/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ tasks:
# Downsample footprints prior to deblending to optimize speed
do_downsample_footprints: True
downsample_max_footprints: 1000
# Use adaptive thresholds for matching to the reference catalog
# This narrows and brightens the magnitude range of reference sources
do_adaptive_threshold_detection: True
# Disable refining the background level after star detection, which can
# take many 10s of seconds in crowded fields
do_remeasure_star_background: False
consolidateVisitSummary:
class: lsst.pipe.tasks.postprocess.ConsolidateVisitSummaryTask
config:
Expand Down
Loading