|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
Go to the source code of this file.
Namespaces | |
| sersicprior | |
Variables | |
| float | sersicprior.xmin = 0.3 |
| float | sersicprior.xmax = 8.0 |
| int | sersicprior.npoints = 400 |
| tuple | sersicprior.x = np.linspace(xmin, xmax, npoints) |
| int | sersicprior.s0 = 4 |
| tuple | sersicprior.s2 = np.exp(x - s0) |
| tuple | sersicprior.y = np.exp(-s2*s2 / 2.0) |
| tuple | sersicprior.norm = sum(y) |
1.8.5