diff --git a/pipelines/_ingredients/SingleFrame.yaml b/pipelines/_ingredients/SingleFrame.yaml index 52658603..452b22d8 100644 --- a/pipelines/_ingredients/SingleFrame.yaml +++ b/pipelines/_ingredients/SingleFrame.yaml @@ -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.