hotstepper.Steps.rebase

Steps.rebase(new_basis=None)

Change the basis function to apply to the steps data when evaluating as a mathematical function, the default basis is the Heaviside step function.

Parameters

new_basis (Basis) – The new basis to assign to the steps function. If the provided Basis is None, the basis will be reset to the default of the Heaviside function.

Note

If the new basis has the default value for the param property, an internally generated value will be assigned.