Skip to content

Commit

Permalink
fixup repro
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Sep 16, 2024
1 parent 1bf90f4 commit 6755e69
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pipelines/_ingredients/LSSTCam-imSim/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ tasks:
class: lsst.pipe.tasks.multiBand.MeasureMergedCoaddSourcesTask
config:
connections.refCat: "cal_ref_cat_2_2"
connections.sourceTableHandles: preSourceTable_visit
python: |
config.match.refObjLoader.filterMap = parameters.filterMap
# PreSource tasks are defined here so that the output of calibrate_image can
# PreSource tasks are defined here so that the output of calibrateImage can
# be passed on to isolatedStarAssocation.
transformPreSourceTable:
class: lsst.pipe.tasks.postprocess.TransformSourceTableTask
Expand All @@ -58,6 +59,11 @@ tasks:
config:
connections.inputCatalogs: preSourceTable
connections.outputCatalog: preSourceTable_visit
# Use the above preSource tables.
isolatedStarAssociation:
class: lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationTask
config:
connections.source_table_visit: preSourceTable_visit
reprocessVisitImage:
class: lsst.drp.tasks.reprocess_visit_image.ReprocessVisitImageTask
config:
Expand Down Expand Up @@ -160,8 +166,6 @@ subsets:
- makeVisitTable
- updateVisitSummary
- consolidateVisitSummary
- catalogMatchVisit
- astrometricRefCatSourceVisit
description: |
Tasks that can be run together, but only after the 'step1'.
Expand Down Expand Up @@ -199,7 +203,6 @@ subsets:
- healSparsePropertyMaps
- matchObjectToTruth
- compareObjectToTruth
- analyzeMatchedVisitCore
- analyzeObjectTableCore
- catalogMatchTract
- diff_matched_analysis
Expand Down Expand Up @@ -234,6 +237,9 @@ subsets:
- reprocessVisitImage
- transformSourceTable
- consolidateSourceTable
- catalogMatchVisit
- analyzeMatchedVisitCore
- astrometricRefCatSourceVisit
description: |
Tasks that can be run together, but only after the 'step1', 'step2' and
'step3' subsets
Expand Down

0 comments on commit 6755e69

Please sign in to comment.