Skip to content

Commit

Permalink
Merge branch 'tickets/DM-48355'
Browse files Browse the repository at this point in the history
  • Loading branch information
sr525 committed Jan 14, 2025
2 parents f306160 + 4bc3d17 commit b16fbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/analysis/tools/atools/shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,6 @@ def setDefaults(self):

self.prep.selectors.starSelector = StarSelector()

self.produce.plot.plotTypes = ["stars"]

def visitContext(self):
self.parameterizedBand = False
self.prep.selectors.flagSelector = VisitPlotFlagSelector()
Expand All @@ -540,6 +538,7 @@ def setDefaults(self):
self.process.calculateActions.sigmaMad.vectorKey = "yStars"

self.produce.plot = ScatterPlotWithTwoHists()
self.produce.plot.plotTypes = ["stars"]
self.produce.plot.xAxisLabel = "PSF Magnitude (Mag)"
self.produce.plot.magLabel = "PSF Magnitude (Mag)"

Expand Down Expand Up @@ -602,6 +601,7 @@ def setDefaults(self):
self.process.buildActions.yStars.vectorKey = "coord_dec"

self.produce.plot = SkyPlot()
self.produce.plot.plotTypes = ["stars"]
self.produce.plot.xAxisLabel = "R.A. (degrees)"
self.produce.plot.yAxisLabel = "Dec. (degrees)"

Expand Down

0 comments on commit b16fbf7

Please sign in to comment.