RickerWavelet1D

class synphot.models.RickerWavelet1D(amplitude=1, x_0=0, sigma=1, **kwargs)[source]

Bases: RickerWavelet1D

Same as astropy.modeling.functional_models.RickerWavelet1D, except with sampleset defined.

Methods Summary

integrate(x)

sampleset([factor_step])

Return x array that samples the feature.

Methods Documentation

integrate(x)[source]
sampleset(factor_step=0.1, **kwargs)[source]

Return x array that samples the feature.

Parameters:
factor_stepfloat

Factor for sample step calculation. The step is calculated using factor_step * self.sigma.

kwargsdict

Keyword(s) for bounding_box calculation.