Synopsis
<Integrate1D model type>
Syntax
integrate1d
Example
>>> create_model_component("integrate1d", "mdl") >>> print(mdl)
Create a component of the integrate1d model and display its default parameters. The output is:
mdl Param Type Value Min Max Units ----- ---- ----- --- --- ----- mdl.epsabs frozen 2.22045e-16 -3.40282e+38 3.40282e+38 mdl.epsrel frozen 0 -3.40282e+38 3.40282e+38 mdl.maxeval frozen 10000 -3.40282e+38 3.40282e+38
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.