From 3196531722a588ff11a4aae611e6b28c3654df8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Neveu?= Date: Fri, 10 May 2024 07:26:52 +0000 Subject: [PATCH] import DM-44628 new processStar.yaml to get rid of bitrot warnings --- pipelines/processStar.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pipelines/processStar.yaml b/pipelines/processStar.yaml index 69492f7..59c16c2 100644 --- a/pipelines/processStar.yaml +++ b/pipelines/processStar.yaml @@ -15,9 +15,6 @@ tasks: doSaturationInterpolation: True overscan.fitType: 'MEDIAN_PER_ROW' doBias: True - python : | - # if we turn PSF measurement on re-enable this plugin - config.measurement.plugins.names = set(config.measurement.plugins.names) - set(('base_ClassificationSizeExtendedness',)) characterizeImage: class: lsst.pipe.tasks.characterizeImage.CharacterizeImageTask config: @@ -26,6 +23,11 @@ tasks: doMeasurePsf: False doMaskStreaks: False detection.includeThresholdMultiplier: 3 + python : | + # if we turn PSF measurement on re-enable this plugin + config.measurement.plugins.names = set(config.measurement.plugins.names) - set(('base_ClassificationSizeExtendedness',)) + # assess carefully whether turning on cosmic ray repair hurts performance singleStarCentroid: lsst.atmospec.centroiding.SingleStarCentroidTask processStar: lsst.atmospec.processStar.ProcessStarTask +