Skip to content

Commit

Permalink
Remove base_ClassificationSizeExtendedness from measurement plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed May 9, 2024
1 parent 20ab879 commit 295660e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipelines/processStar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ 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 295660e

Please sign in to comment.