From ead9484ad0fc8cc51239863547b345a3fe494ba6 Mon Sep 17 00:00:00 2001 From: Ian Sullivan Date: Fri, 30 Aug 2024 17:23:46 -0700 Subject: [PATCH] Use average PSF for packaged alerts Significantly faster than recalculating the PSF at the location of every source, but not as accurate --- pipelines/_ingredients/ApPipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/_ingredients/ApPipe.yaml b/pipelines/_ingredients/ApPipe.yaml index bb8659f..3662eef 100644 --- a/pipelines/_ingredients/ApPipe.yaml +++ b/pipelines/_ingredients/ApPipe.yaml @@ -75,6 +75,7 @@ tasks: doConfigureApdb: False apdb_config_url: parameters.apdb_config connections.exposure: initial_pvi + alertPackager.useAveragePsf: True # Speed up production processing; don't want as default or in ApPipeWithFakes connections.coaddName: parameters.coaddName sampleSpatialMetrics: class: lsst.ip.diffim.SpatiallySampledMetricsTask