InterpolateDetectorMetricPlot¶
- class lsst.analysis.tools.actions.plot.InterpolateDetectorMetricPlot(*args, **kw)¶
- Bases: - PlotAction- Interpolate metrics evaluated at locations across a detector. - Attributes Summary - Grid margins for the field to interpolate ( - int, default- 20)- N points in the grid for the field to interpolate ( - int, default- 40)- Label to use for the x axis. - Dimensions for X direction field to interpolate ( - int, default- 4000)- Label to use for the y axis. - Dimensions for Y direction field to interpolate ( - int, default- 4072)- Label to use for the z axis. - Methods Summary - __call__(data, **kwargs)- Call self as a function. - Return the schema an - AnalysisActionexpects to be present in the arguments supplied to the __call__ method.- makePlot(data[, plotInfo])- Attributes Documentation - Methods Documentation - __call__(data: MutableMapping[str, ndarray[Any, dtype[ScalarType]] | Scalar | HealSparseMap | Tensor], **kwargs) Mapping[str, Figure] | Figure¶
- Call self as a function. 
 - getInputSchema() Tensor]]]¶
- Return the schema an - AnalysisActionexpects to be present in the arguments supplied to the __call__ method.- Returns:
- resultKeyedDataSchema
- The schema this action requires to be present when calling this action, keys are unformatted. 
 
- result