From 6755e697dfe3af37762594b59c82aeb417980151 Mon Sep 17 00:00:00 2001 From: John Parejko Date: Mon, 16 Sep 2024 16:44:24 -0700 Subject: [PATCH] fixup repro --- pipelines/_ingredients/LSSTCam-imSim/DRP.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml b/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml index 4329b0ce..4017fb9f 100644 --- a/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml +++ b/pipelines/_ingredients/LSSTCam-imSim/DRP.yaml @@ -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 @@ -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: @@ -160,8 +166,6 @@ subsets: - makeVisitTable - updateVisitSummary - consolidateVisitSummary - - catalogMatchVisit - - astrometricRefCatSourceVisit description: | Tasks that can be run together, but only after the 'step1'. @@ -199,7 +203,6 @@ subsets: - healSparsePropertyMaps - matchObjectToTruth - compareObjectToTruth - - analyzeMatchedVisitCore - analyzeObjectTableCore - catalogMatchTract - diff_matched_analysis @@ -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