TwiceAsNice
2019-02-18
|
Macros | |
#define | SERSIC_SMOOTHR 4.0 /* Profile smoothing radius (pixels) */ |
#define | VDKCUTRAD 5.0 /* van der Kruit disk truncation radius in r_h*/ |
Functions | |
void | make_galaxy (simstruct *sim, objstruct *obj) |
double | make_sersic (PIXTYPE *pix, int width, int height, double reff, double aspect, double posang, double n) |
PIXTYPE | trunc_prof (PIXTYPE *pix, double xcenter, double ycenter, int width, int height) |
#define SERSIC_SMOOTHR 4.0 /* Profile smoothing radius (pixels) */ |
#define VDKCUTRAD 5.0 /* van der Kruit disk truncation radius in r_h*/ |
double make_sersic | ( | PIXTYPE * | pix, |
int | width, | ||
int | height, | ||
double | reff, | ||
double | aspect, | ||
double | posang, | ||
double | n | ||
) |