RhoStatisticsPlotAction¶
- class lsst.analysis.tools.actions.plot.RhoStatisticsPlotAction(*args, **kw)
Bases:
PlotAction
Attributes Summary
A configurable dict describing the rho statistics to plot.
Methods Summary
__call__
(data, **kwargs)Call self as a function.
Return the schema an
AnalysisAction
expects to be present in the arguments supplied to the __call__ method.Returns a list of names that will be used as keys if this action's call method returns a mapping.
makePlot
(data[, plotInfo])Make the plot.
Subclass hook for computing defaults.
Attributes Documentation
- rhoPlots¶
A configurable dict describing the rho statistics to plot. (
ConfigDict
, default{}
)
Methods Documentation
- getInputSchema() KeyedDataSchema ¶
Return the schema an
AnalysisAction
expects to be present in the arguments supplied to the __call__ method.- Returns:
- result
KeyedDataSchema
The schema this action requires to be present when calling this action, keys are unformatted.
- result
- getOutputNames() Iterable[str] ¶
Returns a list of names that will be used as keys if this action’s call method returns a mapping. Otherwise return an empty Iterable
- Returns:
- result
Iterable
ofstr
If a
PlotAction
produces more than one plot, this should be the keys the action will use in the returnedMapping
.
- result