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"