Synopsis
Two-dimensional de Vaucouleurs model.
Syntax
devaucouleurs2d
Description
A spatial de Vaucouleurs profile which is a formulation of the R^(1/4) law introduced by [1] . It is a special case of the sersic2d model with n=4 , as described in [2] , [3] , and [4] .
Example
>>> create_model_component("devaucouleurs2d", "mdl") >>> print(mdl)
Create a component of the devaucouleurs2d model and display its default parameters. The output is:
mdl Param Type Value Min Max Units ----- ---- ----- --- --- ----- mdl.r0 thawed 10 0 3.40282e+38 mdl.xpos thawed 0 -3.40282e+38 3.40282e+38 mdl.ypos thawed 0 -3.40282e+38 3.40282e+38 mdl.ellip thawed 0 0 0.999 mdl.theta thawed 0 -6.28319 6.28319 radians mdl.ampl thawed 1 -3.40282e+38 3.40282e+38
ATTRIBUTES
The attributes for this object are:
Attribute | Definition |
---|---|
r0 | The core radius. |
xpos | The center of the model on the x0 axis. |
ypos | The center of the model on the x1 axis. |
ellip | The ellipticity of the model. |
theta | The angle of the major axis. It is in radians, measured counter-clockwise from the X0 axis (i.e. the line X1=0). |
ampl | The amplitude refers to the maximum peak of the model. |
Notes
The model used is the same as the sersic2d model with n=4 .
References
- [1] de Vaucouleurs G., 1948, Ann. d'Astroph. 11, 247 http://adsabs.harvard.edu/abs/1948AnAp...11..247D
- [2] http://ned.ipac.caltech.edu/level5/March05/Graham/Graham2.html
- [3] Graham, A. & Driver, S., 2005, PASA, 22, 118 http://adsabs.harvard.edu/abs/2005PASA...22..118G
- [4] Ciotti, L. & Bertin, G., A&A, 1999, 352, 447-451 http://adsabs.harvard.edu/abs/1999A%26A...352..447C
Bugs
See the bugs pages on the Sherpa website for an up-to-date listing of known bugs.
See Also
- models
- beta2d, hubblereynolds, lorentz2d, sersic2d