Skip to content
Open
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
4 changes: 2 additions & 2 deletions pipelines/DECam/ApPipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
description: End to end AP pipeline specialized for DECam
# (1) Run $AP_PIPE_DIR/pipelines/DECam/RunIsrForCrosstalkSources.yaml
# (1) Run resource://lsst.ap.pipe/resources/pipelines/DECam/RunIsrForCrosstalkSources.yaml
# (2) Execute `apdb-cli create-sql`, e.g.,
# apdb-cli create-sql "sqlite:////project/user/association.db" apdb_config.yaml
# apdb-cli metadata set apdb_config.yaml instrument DECam
# (3) Run this pipeline, setting the apdb_config parameter to point to the new file

instrument: lsst.obs.decam.DarkEnergyCamera
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipe.yaml
tasks:
isr:
class: lsst.ip.isr.IsrTask
Expand Down
4 changes: 2 additions & 2 deletions pipelines/DECam/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: DECam AP Pipeline with synthetic/fake sources. Templates are inputs.
# Remember:
# (0) Ensure median calibration products and template coadds exist for the data being processed
# (1) Run $AP_PIPE_DIR/pipelines/DECam/RunIsrForCrosstalkSources.yaml
# (1) Run resource://lsst.ap.pipe/resources/pipelines/DECam/RunIsrForCrosstalkSources.yaml
# (2) Execute `apdb-cli create-sql`, e.g.,
# apdb-cli create-sql "sqlite:////project/user/association.db" apdb_config.yaml
# apdb-cli metadata set apdb_config.yaml instrument DECam
Expand All @@ -12,7 +12,7 @@ imports:
# Warning: In the import below, _ingredients/ApPipeWithFakes.yaml is a file
# that is generated when running scons compilation of the ap_pipe package.
# Do not edit this file as changes will be overwritten during the next build.
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithFakes.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithFakes.yaml

parameters:
coaddName: goodSeeing
Expand Down
4 changes: 2 additions & 2 deletions pipelines/DECam/ApPipeWithPreconvolution.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
description: End to end AP pipeline specialized for DECam
# (1) Run $AP_PIPE_DIR/pipelines/DECam/RunIsrForCrosstalkSources.yaml
# (1) Run resource://lsst.ap.pipe/resources/pipelines/DECam/RunIsrForCrosstalkSources.yaml
# (2) Execute `apdb-cli create-sql`, e.g.,
# apdb-cli create-sql "sqlite:////project/user/association.db" apdb_config.yaml
# apdb-cli metadata set apdb_config.yaml instrument DECam
# (3) Run this pipeline, setting the apdb_config parameter to point to the new file

instrument: lsst.obs.decam.DarkEnergyCamera
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
tasks:
# Override the class for `isr`, which is set to `IsrTaskLSST` in the base
# pipeline in `_ingredients`
Expand Down
2 changes: 1 addition & 1 deletion pipelines/DECam/QuickTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: The AP template building pipeline specialized for DECam
instrument: lsst.obs.decam.DarkEnergyCamera

imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/QuickTemplate.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/QuickTemplate.yaml

tasks:
isr:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/DECam/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: >-
Standalone single-frame pipeline, specialized for DECam.
instrument: lsst.obs.decam.DarkEnergyCamera
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrame.yaml
tasks:
isr:
class: lsst.ip.isr.IsrTask
Expand Down
2 changes: 1 addition & 1 deletion pipelines/HSC/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: End to end AP pipeline specialized for HSC

instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipe.yaml
contracts:
# Add contracts for calibrateImage here since they are not valid for the Fakes pipeline
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
Expand Down
2 changes: 1 addition & 1 deletion pipelines/HSC/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ imports:
# Warning: In the import below, _ingredients/ApPipeWithFakes.yaml is a file
# that is generated when running scons compilation of the ap_pipe package.
# Do not edit this file as changes will be overwritten during the next build.
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithFakes.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithFakes.yaml

parameters:
coaddName: goodSeeing
Expand Down
2 changes: 1 addition & 1 deletion pipelines/HSC/ApPipeWithPreconvolution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: End to end AP pipeline specialized for HSC

instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
tasks:
# Override the class for `isr`, which is set to `IsrTaskLSST` in the base
# pipeline in `_ingredients`
Expand Down
2 changes: 1 addition & 1 deletion pipelines/HSC/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
Standalone single-frame pipeline, specialized for HSC.
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrame.yaml
2 changes: 1 addition & 1 deletion pipelines/LATISS/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: >-
AP pipeline specialized for LATISS.
instrument: lsst.obs.lsst.Latiss
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
contracts:
# Add contracts for calibrateImage here since they are not valid for the Fakes pipeline
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LATISS/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
Standalone single-frame pipeline, specialized for LATISS.
instrument: lsst.obs.lsst.Latiss
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTCam-imSim/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: End to end AP pipeline specialized for ImSim.

instrument: lsst.obs.lsst.LsstCamImSim
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipe.yaml
contracts:
# Add contracts for calibrateImage here since they are not valid for the Fakes pipeline
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam-imSim/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ imports:
# Warning: In the import below, _ingredients/ApPipeWithFakes.yaml is a file
# that is generated when running scons compilation of the ap_pipe package.
# Do not edit this file as changes will be overwritten during the next build.
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithFakes.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithFakes.yaml

parameters:
coaddName: goodSeeing
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam-imSim/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
Standalone single-frame pipeline, specialized for LSSTCam-imSim.
instrument: lsst.obs.lsst.LsstCamImSim
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrame.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: >-
AP pipeline specialized for LSSTCam.
instrument: lsst.obs.lsst.LsstCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
contracts:
# Add contracts for calibrateImage here since they are not valid for the Fakes pipeline
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imports:
# Warning: In the import below, _ingredients/ApPipeWithFakes.yaml is a file
# that is generated when running scons compilation of the ap_pipe package.
# Do not edit this file as changes will be overwritten during the next build.
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithFakes.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithFakes.yaml

parameters:
coaddName: goodSeeing
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/ApPipeWithPreconvolution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: >-
AP pipeline specialized for LSSTCam.
instrument: lsst.obs.lsst.LsstCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
contracts:
# Add contracts for calibrateImage here since they are not valid for the Fakes pipeline
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/ApdbDeduplication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
AP pipeline to export catalogs from the APDB and re-run association.
instrument: lsst.obs.lsst.LsstCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApdbDeduplication.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApdbDeduplication.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/PromptTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The LSSTCam AP template building pipeline with preliminary_visit_im
instrument: lsst.obs.lsst.LsstCam

imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/QuickTemplate.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/QuickTemplate.yaml
exclude:
- isr
- calibrateImage
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/QuickTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: The LSSTCam AP template building pipeline
instrument: lsst.obs.lsst.LsstCam

imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/QuickTemplate.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/QuickTemplate.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTCam/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
Standalone single-frame pipeline, specialized for LSSTCam.
instrument: lsst.obs.lsst.LsstCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTComCam/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: >-
AP pipeline specialized for LSST ComCam.
instrument: lsst.obs.lsst.LsstComCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
contracts:
# Add contracts for calibrateImage here since they are not valid for the Fakes pipeline
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTComCam/ApPipeWithFakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ imports:
# Warning: In the import below, _ingredients/ApPipeWithFakes.yaml is a file
# that is generated when running scons compilation of the ap_pipe package.
# Do not edit this file as changes will be overwritten during the next build.
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithFakes.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithFakes.yaml

parameters:
coaddName: goodSeeing
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTComCam/ApPipeWithPreconvolution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: >-
AP pipeline specialized for LSST ComCam.
instrument: lsst.obs.lsst.LsstComCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithPreconvolution.yaml
contracts:
# Add contracts for calibrateImage here since they are not valid for the Fakes pipeline
- contract: calibrateImage.connections.ConnectionsClass(config=calibrateImage).exposure.name ==
Expand Down
2 changes: 1 addition & 1 deletion pipelines/LSSTComCam/QuickTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: The AP template building pipeline specialized for ComCam
instrument: lsst.obs.lsst.LsstComCam

imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/QuickTemplate.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/QuickTemplate.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTComCam/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
Standalone single-frame pipeline, specialized for LSSTComCam.
instrument: lsst.obs.lsst.LsstComCam
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTComCamSim/ApPipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
AP pipeline specialized for Simulated ComCam.
instrument: lsst.obs.lsst.LsstComCamSim
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
2 changes: 1 addition & 1 deletion pipelines/LSSTComCamSim/SingleFrame.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: >-
Standalone single-frame pipeline, specialized for LSSTComCamSim.
instrument: lsst.obs.lsst.LsstComCamSim
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
4 changes: 2 additions & 2 deletions pipelines/_ingredients/ApPipe.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: End to end Alert Production pipeline.
# Look in subdirectories of $AP_PIPE_DIR/pipelines to find customized pipelines
# Look in subdirectories of resource://lsst.ap.pipe/resources/pipelines to find customized pipelines
# for each camera. Those pipelines import this general AP pipeline.
#
# Per RFC-997, all variants of ApPipe must define three mutually exclusive subsets:
Expand All @@ -13,7 +13,7 @@ description: End to end Alert Production pipeline.
# --connection_timeout 240

imports:
- $ANALYSIS_TOOLS_DIR/pipelines/apDetectorVisitQualityCore.yaml
- resource://lsst.analysis.tools/resources/pipelines/apDetectorVisitQualityCore.yaml
parameters:
# Pipeline configurable to run on both goodSeeing and deep templates, depending on dataset.
coaddName: goodSeeing
Expand Down
2 changes: 1 addition & 1 deletion pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: End to end Alert Production pipeline with IsrTaskLSST.
# - afterburner is metrics and other non-essential tasks that are skipped by Prompt Processing

imports:
- $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
- resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipe.yaml

tasks:
isr:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/_ingredients/ApPipeWithPreconvolution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: End to end Alert Production pipeline with preconvolution.
# - afterburner is metrics and other non-essential tasks that are skipped by Prompt Processing

imports:
- $AP_PIPE_DIR/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml
- resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipeWithIsrTaskLSST.yaml

tasks:
subtractImagesScore:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/_ingredients/QuickTemplate.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: The AP template building pipeline

imports:
- location: $DRP_PIPE_DIR/pipelines/_ingredients/base-v2.yaml
- location: resource://lsst.drp.pipe/resources/pipelines/_ingredients/base-v2.yaml
include:
- isr
- calibrateImage
Expand All @@ -19,7 +19,7 @@ imports:
- aggregateTemplateCoaddMaskFractions
- makeAggregatedTemplateCoaddMaskFractionsTable
- aggregatedTemplateCoaddMaskFractionsWholeSkyPlot
- location: $ANALYSIS_TOOLS_DIR/pipelines/coaddDepthMetrics.yaml
- location: resource://lsst.analysis.tools/resources/pipelines/coaddDepthMetrics.yaml
include:
- analyzeCoaddDepthCore
- coaddDepthMetricTract
Expand Down
2 changes: 1 addition & 1 deletion pipelines/_ingredients/SingleFrame.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: Single-frame pipeline for the case in which no templates exist
imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/ApPipe.yaml
include:
- apPipeSingleFrame
subsets:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/_ingredients/SingleFrameWithIsrTaskLSST.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description: Single-frame pipeline with IsrTaskLSST

imports:
- location: $AP_PIPE_DIR/pipelines/_ingredients/SingleFrame.yaml
- location: resource://lsst.ap.pipe/resources/pipelines/_ingredients/SingleFrame.yaml

tasks:
isr:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Auxiliar Pipeline file with synthetic/fake sources tasks.
# directly.

imports:
- location: $ANALYSIS_TOOLS_DIR/pipelines/apDetectorVisitFakesCore.yaml
- location: resource://lsst.analysis.tools/resources/pipelines/apDetectorVisitFakesCore.yaml

parameters:
apdb_config: apdb_conf.py
Expand Down
1 change: 1 addition & 0 deletions python/lsst/ap/pipe/resources/config
1 change: 1 addition & 0 deletions python/lsst/ap/pipe/resources/pipelines
Loading