Skip to content
Merged
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
27 changes: 0 additions & 27 deletions pipelines/_ingredients/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,11 @@ imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
include:
- apPipeSingleFrame
- getRegionTimeFromVisit
- mpSkyEphemerisQuery
- location: $ANALYSIS_TOOLS_DIR/pipelines/apSingleFrameDetectorVisitQuality.yaml
tasks:
singleFrameDetectAndMeasure:
class: lsst.drp.tasks.single_frame_detect_and_measure.SingleFrameDetectAndMeasureTask
config:
connections.exposure: preliminary_visit_image
connections.input_background: preliminary_visit_image_background
connections.sources: single_visit_star_reprocessed_unstandardized
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:
singleFrame:
subset:
- isr
- calibrateImage
- singleFrameDetectAndMeasure
- getRegionTimeFromVisit
- mpSkyEphemerisQuery
- associateSolarSystemDirectSource
- analyzePreliminarySummaryStats
- analyzeAssociatedDirectSolarSystemObjectTable
- analyzeUnassociatedDirectSolarSystemObjectTable
description: >
An alias of SingleFrame to use in higher-level pipelines.