Skip to content

Commit

Permalink
Merge pull request #145 from lsst/tickets/DM-39168
Browse files Browse the repository at this point in the history
DM-39168: Add task needed for proper motion in metrics
  • Loading branch information
cmsaunders committed Sep 10, 2024
2 parents f8896b6 + 97cbcd4 commit e065537
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ subsets:
- plotPropertyMapTract
- refCatObjectTract
- validateObjectTableCore
- objectEpochTable
description: |
Tasks that can be run together, but only after the 'step1' and 'step2'
subsets.
Expand Down
1 change: 1 addition & 0 deletions pipelines/HSC/DRP-RC2_subset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ subsets:
- psfPhotRepStar2
- psfPhotRepStar3
- psfPhotRepStar4
- objectEpochTable
description: |
Tasks that can be run together, but only after the 'step1' and 'step2'
subsets.
Expand Down
18 changes: 18 additions & 0 deletions pipelines/HSC/DRP-ci_hsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,24 @@ tasks:
atools.wholeSkyMetric.bands: ["r", "i"]
python: |
from lsst.analysis.tools.atools import *
analyzeMatchedVisitCore:
class: lsst.analysis.tools.tasks.AssociatedSourcesTractAnalysisTask
config:
# gbdesAstrometricFit is not run on ci_hsc, so there is no proper motion
# and parallax catalog available to use here.
applyAstrometricCorrections: false
analyzeMatchedVisitExtended:
class: lsst.analysis.tools.tasks.AssociatedSourcesTractAnalysisTask
config:
# gbdesAstrometricFit is not run on ci_hsc, so there is no proper motion
# and parallax catalog available to use here.
applyAstrometricCorrections: false
sourceObjectMatch:
class: lsst.analysis.tools.tasks.SourceObjectTableAnalysisTask
config:
# gbdesAstrometricFit is not run on ci_hsc, so there is no proper motion
# and parallax catalog available to use here.
applyAstrometricCorrections: false

subsets:
analysis_tools:
Expand Down
2 changes: 2 additions & 0 deletions pipelines/LSSTCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ subsets:
- plotPropertyMapTract
- refCatObjectTract
- validateObjectTableCore
- objectEpochTable
description: |
Tasks that can be run together, but only after the 'step1' and 'step2d'
subsets.
Expand Down Expand Up @@ -152,6 +153,7 @@ subsets:
step6:
subset:
- consolidateDiaSourceTable
- sourceObjectMatch
description: |
Tasks that can be run together, but only after the 'step1', 'step2',
'step3', and 'step4' subsets
Expand Down
2 changes: 2 additions & 0 deletions pipelines/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ subsets:
- plotPropertyMapTract
- refCatObjectTract
- validateObjectTableCore
- objectEpochTable
description: |
Tasks that can be run together, but only after the 'step1' and 'step2d'
subsets.
Expand Down Expand Up @@ -152,6 +153,7 @@ subsets:
step6:
subset:
- consolidateDiaSourceTable
- sourceObjectMatch
description: |
Tasks that can be run together, but only after the 'step1', 'step2',
'step3', and 'step4' subsets
Expand Down

0 comments on commit e065537

Please sign in to comment.