From 557597243b23a4e9c54bf22ced108e6c6a7b3446 Mon Sep 17 00:00:00 2001 From: Merlin Fisher-Levine Date: Mon, 24 Jun 2024 16:17:33 -0700 Subject: [PATCH] Update pipelines for compensated tophats --- pipelines/LSSTComCamSim/quickLook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/LSSTComCamSim/quickLook.yaml b/pipelines/LSSTComCamSim/quickLook.yaml index 5330e30..e178275 100644 --- a/pipelines/LSSTComCamSim/quickLook.yaml +++ b/pipelines/LSSTComCamSim/quickLook.yaml @@ -23,7 +23,6 @@ tasks: python: | config.measurement.plugins.names = ['base_CircularApertureFlux', 'base_PsfFlux', - 'base_CompensatedGaussianFlux', 'base_LocalBackground', 'base_SdssCentroid', 'base_SdssShape', @@ -34,6 +33,7 @@ tasks: 'base_SkyCoord', 'base_FPPosition', 'base_ClassificationSizeExtendedness', + 'base_CompensatedTophatFlux', ] config.measurement.slots.shape = "base_SdssShape" config.measurement.slots.psfShape = "base_SdssShape_psf"