Sn¶
- class lsst.analysis.tools.actions.vector.Sn(*args, **kw)¶
Bases:
VectorAction
Compute signal-to-noise in the given flux type
Attributes Summary
Band to calculate the S/N in.
Flux type to calculate the S/N in.
Suffix to add to fluxType to specify uncertainty column (
str
, default'Err'
)Methods Summary
__call__
(data, **kwargs)Computes S/N in self.fluxType
Return the schema an
AnalysisAction
expects to be present in the arguments supplied to the __call__ method.Attributes Documentation
Methods Documentation
- __call__(data: MutableMapping[str, ndarray[Any, dtype[ScalarType]] | Scalar | HealSparseMap], **kwargs) ndarray[Any, dtype[ScalarType]] ¶
Computes S/N in self.fluxType
- Parameters:
- df
Tabular
- df
- Returns:
- result
Vector
Computed signal-to-noise ratio.
- result
- getInputSchema() HealSparseMap]]] ¶
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