Skip to content

Commit

Permalink
Remove xy limits and band overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 7, 2024
1 parent 1fdaf11 commit 4899473
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pipelines/_ingredients/LSSTComCam/DRP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ tasks:
connections.inputName: "matchedVisitCore_metricsTable"
connections.outputName: "matchedVisitCore_wholeSky"
atools.wholeSkyMetric: WholeSkyPlotTool
atools.wholeSkyMetric.xLimits: [120.0, 305.0]
atools.wholeSkyMetric.yLimits: [-55.0, 10.0]
atools.wholeSkyMetric.bands: ["g", "r", "i"]
atools.wholeSkyMetric.plotKeys: []
atools.wholeSkyMetric.keysWithBand: parameters.matchedVisitCoreKeysWithBand
python: |
Expand All @@ -102,9 +99,6 @@ tasks:
class: lsst.analysis.tools.tasks.WholeSkyAnalysisTask
config:
atools.wholeSkyMetric: WholeSkyPlotTool
atools.wholeSkyMetric.xLimits: [120.0, 305.0]
atools.wholeSkyMetric.yLimits: [-55.0, 10.0]
atools.wholeSkyMetric.bands: ["g", "r", "i"]
atools.wholeSkyMetric.plotKeys: [
"wPerpPSFP_wPerp_psfFlux_median",
"wPerpPSFP_wPerp_psfFlux_sigmaMAD",
Expand Down

0 comments on commit 4899473

Please sign in to comment.