spaemis.scaling.exclude

Exclude scaler

ExcludedScaler

class ExcludedScaler[source]

Bases: BaseScaler

Don’t apply any scaling.

All results will be nan

classmethod create_from_config(method)[source]

Create a new scaler from configuration

Parameters:

method (typing.Union[spaemis.config.ExcludeScaleMethod, spaemis.config.ProxyMethod, spaemis.config.RelativeChangeMethod, spaemis.config.ConstantScaleMethod, spaemis.config.TimeseriesMethod, spaemis.config.PointSourceMethod]) – Configuration to create the scaler

Returns:

spaemis.scaling.exclude.ExcludedScaler – New scaler instance configured according to the configuration