Skip to content

Commit

Permalink
Drop analyzeCalibrateMetadata from HSC pipelines.
Browse files Browse the repository at this point in the history
This should be replaced by analyzeCalibrateImageMetadata when it is
available (DM-46684).
  • Loading branch information
TallJimbo committed Oct 9, 2024
1 parent 0e72c89 commit 246bd7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pipelines/HSC/DRP-RC2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tasks:
isolatedStarAssociation:
class: lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationTask
config:
band_order: ['i', 'r', 'g', 'z', 'y', 'N921']
band_order: ["i", "r", "g", "z", "y", "N921"]
matchedVisitCoreWholeSkyPlot:
class: lsst.analysis.tools.tasks.WholeSkyAnalysisTask
config:
Expand All @@ -88,7 +88,6 @@ subsets:
- calibrateImage
- transformPreSourceTable
- analyzeAmpOffsetMetadata
- analyzeCalibrateMetadata
description: |
Per-detector tasks that can be run together to start the DRP pipeline.
Expand Down
4 changes: 2 additions & 2 deletions pipelines/_ingredients/HSC/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ imports:
- $ANALYSIS_TOOLS_DIR/pipelines/exposureQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/matchedVisitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/visitQualityCore.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/calexpMetrics.yaml
- $ANALYSIS_TOOLS_DIR/pipelines/wholeSkyCore.yaml
tasks:
isr:
Expand All @@ -20,7 +19,8 @@ tasks:
isolatedStarAssociation:
class: lsst.pipe.tasks.isolatedStarAssociation.IsolatedStarAssociationTask
config:
band_order: ["i", "r", "z", "y", "g", "N921", "N816", "N1010", "N387", "N515"]
band_order:
["i", "r", "z", "y", "g", "N921", "N816", "N1010", "N387", "N515"]
fgcmFitCycle:
class: lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleTask
config:
Expand Down

0 comments on commit 246bd7a

Please sign in to comment.