Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bps/clustering/clustering_ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cluster:
dimensions: visit,detector
equalDimensions: visit:group
singleFrameMeasurement:
pipetasks: singleFrameDetectAndMeasure,associateSolarSystemDirectSource
pipetasks: singleFrameDetectAndMeasure
dimensions: visit,detector
diaSrcDetectorAnalysis:
pipetasks: analyzeAssociatedDiaSourceTable,analyzeTrailedDiaSourceTable
Expand Down
2 changes: 1 addition & 1 deletion bps/clustering/clustering_ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cluster:
dimensions: visit,detector
equalDimensions: visit:group
singleFrameMeasurement:
pipetasks: singleFrameDetectAndMeasure,associateSolarSystemDirectSource
pipetasks: singleFrameDetectAndMeasure
dimensions: visit,detector
diaSrcDetectorAnalysis:
pipetasks: analyzeAssociatedDiaSourceTable,injectedMatch,analyzeDiaFakesDetectorVisitCore,analyzeTrailedDiaSourceTable
Expand Down
2 changes: 1 addition & 1 deletion bps/clustering/clustering_Daytime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cluster:
pipetasks: associateApdb,analyzeDiaSourceAssociationMetrics,analyzeAssociateDiaSourceTiming
dimensions: visit,detector
singleFrameMeasurement:
pipetasks: singleFrameDetectAndMeasure,associateSolarSystemDirectSource
pipetasks: singleFrameDetectAndMeasure
dimensions: visit,detector
diaSrcDetectorAnalysis:
pipetasks: analyzeAssociatedDiaSourceTable,analyzeTrailedDiaSourceTable
Expand Down
2 changes: 0 additions & 2 deletions pipelines/LSSTCam/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ subsets:
- analyzePreliminarySummaryStats
- analyzeVisitSampledImageSubtractionMetrics
- singleFrameDetectAndMeasure
- associateSolarSystemDirectSource
description: >
An alias of ApPipe to use in higher-level pipelines.
prompt:
Expand Down Expand Up @@ -116,7 +115,6 @@ subsets:
- analyzeDiaFakesVisitCore
- analyzeVisitSampledImageSubtractionMetrics
- singleFrameDetectAndMeasure
- associateSolarSystemDirectSource
description: >
Tasks for QA and other non-real-time processing.
Requires prompt subset to be run first.
10 changes: 0 additions & 10 deletions pipelines/_ingredients/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,6 @@ tasks:
connections.sources_footprints: single_visit_star_reprocessed_footprints
connections.background: preliminary_visit_image_reprocessed_background
id_generator.release_id: parameters.release_id
associateSolarSystemDirectSource:
class: lsst.ap.association.SsSingleFrameAssociationTask
config:
connections.exposure: preliminary_visit_image
connections.sourceTable: single_visit_star_reprocessed_footprints
connections.solarSystemObjectTable: preloaded_ss_object
connections.associatedSsSources: ss_source_direct_detector
connections.unassociatedSsObjects: ss_object_direct_unassociated

subsets:
apPipeSingleFrame:
Expand Down Expand Up @@ -243,7 +235,6 @@ subsets:
- consolidateVisitSummary
- analyzeVisitSampledImageSubtractionMetrics
- singleFrameDetectAndMeasure
- associateSolarSystemDirectSource
description: >
An alias of ApPipe to use in higher-level pipelines.
preload:
Expand Down Expand Up @@ -281,7 +272,6 @@ subsets:
- analyzeSampledImageSubtractionMetrics
- analyzeVisitSampledImageSubtractionMetrics
- singleFrameDetectAndMeasure
- associateSolarSystemDirectSource
description: >
Tasks for QA and other non-real-time processing.
Requires prompt subset to be run first.
Expand Down
Loading