Skip to content

Commit

Permalink
add rbClassify
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellm committed Dec 4, 2024
1 parent 28dbbc3 commit 5e2d0a4
Show file tree
Hide file tree
Showing 6 changed files with 15 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 @@ -204,6 +204,7 @@ subsets:
- getTemplate
- subtractImages
- detectAndMeasureDiaSources
- rbClassify
- transformDiaSourceCat
- writeForcedSourceTable
description: |
Expand Down
1 change: 1 addition & 0 deletions pipelines/LATISS/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ subsets:
- getTemplate
- subtractImages
- detectAndMeasureDiaSources
- rbClassify
- transformDiaSourceCat
- writeForcedSourceTable
description: |
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ subsets:
- getTemplate
- subtractImages
- detectAndMeasureDiaSources
- rbClassify
- transformDiaSourceCat
- writeForcedSourceTable
description: |
Expand Down
1 change: 1 addition & 0 deletions pipelines/LSSTComCamSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ subsets:
- getTemplate
- subtractImages
- detectAndMeasureDiaSources
- rbClassify
- transformDiaSourceCat
- writeForcedSourceTable
description: |
Expand Down
10 changes: 10 additions & 0 deletions pipelines/_ingredients/DRP-minimal-calibration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,18 @@ tasks:
connections.matchedTemplate: goodSeeingDiff_matchedExp
connections.difference: goodSeeingDiff_differenceTempExp
connections.subtractedMeasuredExposure: goodSeeingDiff_differenceExp
rbClassify:
class: lsst.meas.transiNet.RBTransiNetTask
config:
modelPackageStorageMode: butler
connections.science: pvi
connections.coaddName: goodSeeing
connections.template: goodSeeingDiff_templateExp
connections.difference: goodSeeingDiff_differenceTempExp
transformDiaSourceCat:
class: lsst.ap.association.TransformDiaSourceCatalogTask
config:
doIncludeReliability: True

Check warning on line 173 in pipelines/_ingredients/DRP-minimal-calibration.yaml

View workflow job for this annotation

GitHub Actions / call-workflow / yamllint

173:29 [truthy] truthy value should be one of [false, true]
connections.coaddName: goodSeeing
connections.diaSourceSchema: goodSeeingDiff_diaSrc_schema
connections.diaSourceCat: goodSeeingDiff_diaSrc
Expand Down Expand Up @@ -301,6 +310,7 @@ subsets:
- getTemplate
- subtractImages
- detectAndMeasureDiaSources
- rbClassify
- transformDiaSourceCat
- consolidateDiaSourceTable
- drpAssociation
Expand Down
1 change: 1 addition & 0 deletions pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ subsets:
- getTemplate
- subtractImages
- detectAndMeasureDiaSources
- rbClassify
- transformDiaSourceCat
- writeForcedSourceTable
description: |
Expand Down

0 comments on commit 5e2d0a4

Please sign in to comment.