Commit 76d6c17 1 parent 0de5265 commit 76d6c17 Copy full SHA for 76d6c17
File tree 3 files changed +27
-5
lines changed
3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,21 @@ tasks:
88
88
connections.coaddName : parameters.coaddName
89
89
90
90
subsets :
91
+ apPipeSingleFrame :
92
+ subset :
93
+ - isr
94
+ - calibrateImage
95
+ - initialPviCore
96
+ description : >-
97
+ The prompt ApPipe tasks that make up single-frame processing. Not to be confused with the
98
+ SingleFrame.yaml pipeline, which does more than just ApPipe single frame processing, and
99
+ is designed as a standalone alternative to ApPipe.yaml.
91
100
processCcd :
92
101
subset :
93
102
- isr
94
103
- calibrateImage
95
104
- initialPviCore
96
- description : The tasks that make up single-frame processing .
105
+ description : Deprecated alias for apPipeSingleFrame, will be removed after v29 .
97
106
apPipe :
98
107
subset :
99
108
- loadDiaCatalogs
Original file line number Diff line number Diff line change @@ -123,12 +123,21 @@ tasks:
123
123
connections.fakesType : parameters.fakesType
124
124
connections.science : fakes_initial_pvi
125
125
subsets :
126
+ apPipeSingleFrame :
127
+ subset :
128
+ - isr
129
+ - calibrateImage
130
+ - initialPviCore
131
+ description : >-
132
+ The prompt ApPipe tasks that make up single-frame processing. Not to be confused with the
133
+ SingleFrame.yaml pipeline, which does more than just ApPipe single frame processing, and
134
+ is designed as a standalone alternative to ApPipeWithFakes.yaml.
126
135
processCcd :
127
136
subset :
128
137
- isr
129
138
- calibrateImage
130
139
- initialPviCore
131
- description : ' The tasks that make up single-frame processing. '
140
+ description : Deprecated alias for apPipeSingleFrame, will be removed after v29.
132
141
apPipe :
133
142
subset :
134
143
- isr
@@ -195,11 +204,16 @@ subsets:
195
204
description : >
196
205
Tasks for QA and other non-real-time processing.
197
206
Requires prompt subset to be run first.
207
+ injected_apPipeSingleFrame :
208
+ subset :
209
+ - inject_visit
210
+ description : >-
211
+ All tasks from the 'apPipeSingleFrame' subset impacted by source injection.
198
212
injected_processCcd :
199
213
subset :
200
214
- inject_visit
201
215
description : >
202
- All tasks from the 'processCcd' subset impacted by source injection .
216
+ Deprecated alias for injected_apPipeSingleFrame, will be removed after v29 .
203
217
injected_apPipe :
204
218
subset :
205
219
- inject_visit
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ description: Single-frame pipeline for the case in which no templates exist
2
2
imports :
3
3
- location : $AP_PIPE_DIR/pipelines/_ingredients/ApPipe.yaml
4
4
include :
5
- - processCcd
6
- - initialPviCore
5
+ - apPipeSingleFrame
7
6
- getRegionTimeFromVisit
8
7
- mpSkyEphemerisQuery
9
8
tasks :
You can’t perform that action at this time.
0 commit comments