TwiceAsNice  2019-02-18
Macros | Functions
growth.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ GROWTH_MINHLRAD

#define GROWTH_MINHLRAD   0.5 /* Minimum internal half-light radius (pixels)*/

◆ GROWTH_NSIG

#define GROWTH_NSIG   3*MARGIN_SCALE /* MAG_AUTO analysis range (nsigmas) */

◆ GROWTH_NSTEP

#define GROWTH_NSTEP   64 /* number of growth curve samples */

◆ GROWTH_OVERSAMP

#define GROWTH_OVERSAMP   5 /* pixel oversampling in each dimension */

Function Documentation

◆ endgrowth()

void endgrowth ( void  )

◆ initgrowth()

void initgrowth ( void  )

◆ makeavergrowth()

void makeavergrowth ( picstruct field,
picstruct wfield,
objstruct obj 
)