edges_cal.modelling.Log10Transform

class edges_cal.modelling.Log10Transform(*, scale: float = 1.0)[source]

A transform that takes the logarithm of the input.

Methods

__init__(*[, scale])

Method generated by attrs for class Log10Transform.

get(model)

Get a ModelTransform class.

transform(x)

Transform the coordinates.

Attributes

scale