KeyedScalars¶
- class lsst.analysis.tools.actions.keyedData.KeyedScalars(*args, **kw)¶
Bases:
KeyedDataActionCreates an output of type KeyedData, where the keys are given by the identifiers in
scalarActionsand the values are the results of the correspondingScalarAction.Attributes Summary
Create a KeyedData of individual ScalarActions (
ConfigurableActionStructField)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.Return the schema an
AnalysisActionwill produce, if the__call__method returnsKeyedData, otherwise this may return None.Attributes Documentation
- scalarActions¶
Create a KeyedData of individual ScalarActions (
ConfigurableActionStructField)
Methods Documentation
- __call__(data: MutableMapping[str, ndarray[Any, dtype[ScalarType]] | Scalar | HealSparseMap], **kwargs) MutableMapping[str, ndarray[Any, dtype[ScalarType]] | Scalar | HealSparseMap]¶
Call self as a function.
- getInputSchema() HealSparseMap]]]¶
Return the schema an
AnalysisActionexpects 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
- getOutputSchema() HealSparseMap]]]¶
Return the schema an
AnalysisActionwill produce, if the__call__method returnsKeyedData, otherwise this may return None.- Returns:
- result
KeyedDataSchemaor None The schema this action will produce when returning from call. This will be unformatted if any templates are present. Should return None if action does not return
KeyedData.
- result