Skip to content

Commit

Permalink
Remove faro from pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Oct 24, 2024
1 parent f98daa8 commit 5ff4eee
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 458 deletions.
36 changes: 1 addition & 35 deletions bps/resources/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This BPS configuration snippet adds updated requestMemory values for all DRP
# and faro tasks known to frequently exceed the default in regular HSC RC2
# tasks known to frequently exceed the default in regular HSC RC2
# processing.
#
# Use it by adding:
Expand Down Expand Up @@ -72,37 +72,3 @@ pipetask:
requestMemory: 8192
diff_matched_analysis:
requestMemory: 32000

# faro tasks
matchCatalogsPatch:
requestMemory: 8192
matchCatalogsPatchMultiBand:
requestMemory: 120000
matchCatalogsTract:
requestMemory: 120000
TE1:
requestMemory: 46000
TE2:
requestMemory: 46000
TE3:
requestMemory: 16000
TE4:
requestMemory: 16000
nsrcMeasVisit:
requestMemory: 16000
wPerp:
requestMemory: 120000
matchCatalogsTractMag17to21p5:
requestMemory: 200000
matchCatalogsTractStarsSNR5to80:
requestMemory: 200000
matchCatalogsTractGxsSNR5to80:
requestMemory: 200000
modelPhotRepGal1:
requestMemory: 5000
modelPhotRepGal2:
requestMemory: 5000
modelPhotRepGal3:
requestMemory: 5000
modelPhotRepGal4:
requestMemory: 5000
19 changes: 1 addition & 18 deletions bps/resources/LSSTCam-imSim/DRP-DP0.2.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This BPS configuration snippet adds the requestMemory values for all DRP
# and faro tasks as run in the DP0.2 production.
# tasks as run in the DP0.2 production.
#
# Use it by adding:
#
Expand Down Expand Up @@ -30,20 +30,3 @@ pipetask:
requestMemory: 120000
consolidateForcedSourceOnDiaObjectTable:
requestMemory: 18000
# faro tasks
matchCatalogsPatch:
requestMemory: 4096
modelPhotRepGal4:
requestMemory: 4096
imageDifference:
requestMemory: 4096
matchCatalogsPatchMultiBand:
requestMemory: 120000
matchCatalogsTract:
requestMemory: 120000
wPerp:
requestMemory: 120000
TE1:
requestMemory: 46000
TE2:
requestMemory: 46000
35 changes: 2 additions & 33 deletions bps/resources/LSSTCam-imSim/DRP-test-med-1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This BPS configuration snippet adds updated requestMemory values for all DRP
# and faro tasks known to frequently exceed the default in regular ImSim-DC2
# asks known to frequently exceed the default in regular ImSim-DC2
# test-med-1 processing.
#
# Use it by adding:
Expand Down Expand Up @@ -37,38 +37,7 @@ pipetask:
requestMemory: 8000
transformDiaSourceCat:
requestMemory: 8000
# faro tasks
matchCatalogsPatch:
requestMemory: 4096
matchCatalogsPatchMultiBand:
requestMemory: 8196
modelPhotRepGal4:
requestMemory: 4096
matchCatalogsTract:
requestMemory: 32000
wPerp:
requestMemory: 32000
TE1:
requestMemory: 50000
TE2:
requestMemory: 50000
TE3:
requestMemory: 16000
TE4:
requestMemory: 16000
nsrcMeasVisit:
requestMemory: 16000
matchCatalogsTractMag17to21p5:
requestMemory: 66000
matchCatalogsTractStarsSNR5to80:
requestMemory: 32000
matchCatalogsTractGxsSNR5to80:
requestMemory: 66000
consolidateForcedSourceTable:
requestMemory: 64000
consolidateForcedSourceOnDiaObjectTable:
requestMemory: 160000
# step8 tasks
# analysis_tools tasks
analyzeObjectTableCore:
requestMemory: 16000
analyzeMatchedVisitCore:
Expand Down
4 changes: 0 additions & 4 deletions pipelines/HSC/DRP-Prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ description: The DRP pipeline specialized for large data release productions
instrument: lsst.obs.subaru.HyperSuprimeCam
imports:
- location: "$DRP_PIPE_DIR/pipelines/_ingredients/HSC/DRP.yaml"
exclude:
- faro_visit
- faro_matched
- faro_tract
tasks:
fgcmFitCycle:
class: lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask
Expand Down
Loading

0 comments on commit 5ff4eee

Please sign in to comment.