Trapezoid1D

class synphot.models.Trapezoid1D(amplitude=1, x_0=0, width=1, slope=1, **kwargs)[source]

Bases: astropy.modeling.functional_models.Trapezoid1D

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

Attributes Summary

param_names

Methods Summary

sampleset() Return x array that samples the feature.

Attributes Documentation

param_names = ('amplitude', 'x_0', 'width', 'slope')

Methods Documentation

sampleset()[source]

Return x array that samples the feature.