Trapezoid1D

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

Bases: Trapezoid1D

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

Methods Summary

integrate(*args)

sampleset()

Return x array that samples the feature.

Methods Documentation

integrate(*args)[source]
sampleset()[source]

Return x array that samples the feature.