Skip to content

Commit

Permalink
import DM-44628 new processStar.yaml to get rid of bitrot warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyneveu committed May 10, 2024
1 parent ac3885c commit 3196531
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pipelines/processStar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 3196531

Please sign in to comment.