TwiceAsNice
2019-02-18
|
Macros | |
#define | GROWTH_NSTEP 64 /* number of growth curve samples */ |
#define | GROWTH_OVERSAMP 5 /* pixel oversampling in each dimension */ |
#define | GROWTH_NSIG 3*MARGIN_SCALE /* MAG_AUTO analysis range (nsigmas) */ |
#define | GROWTH_MINHLRAD 0.5 /* Minimum internal half-light radius (pixels)*/ |
Functions | |
void | endgrowth (void) |
void | initgrowth (void) |
void | makeavergrowth (picstruct *field, picstruct *wfield, objstruct *obj) |
#define GROWTH_MINHLRAD 0.5 /* Minimum internal half-light radius (pixels)*/ |
#define GROWTH_NSIG 3*MARGIN_SCALE /* MAG_AUTO analysis range (nsigmas) */ |
#define GROWTH_NSTEP 64 /* number of growth curve samples */ |
#define GROWTH_OVERSAMP 5 /* pixel oversampling in each dimension */ |
void endgrowth | ( | void | ) |
void initgrowth | ( | void | ) |