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

Macros

#define APER_OVERSAMP   5 /* oversampling in each dimension (MAG_APER) */
 
#define KRON_NSIG   3*MARGIN_SCALE /* MAG_AUTO analysis range (number */
 
#define PETRO_NSIG   3*MARGIN_SCALE /* MAG_PETRO analysis range (number */
 
#define CROWD_THRESHOLD   0.1 /* The OBJ_CROWDED flag is set if photometric*/
 

Functions

void computeaperflux (picstruct *, picstruct *, objstruct *, int)
 
void computeautoflux (picstruct *, picstruct *, picstruct *, picstruct *, objstruct *)
 
void computeisocorflux (picstruct *, objstruct *)
 
void computemags (picstruct *, objstruct *)
 
void computepetroflux (picstruct *, picstruct *, picstruct *, picstruct *, objstruct *)
 

Macro Definition Documentation

◆ APER_OVERSAMP

#define APER_OVERSAMP   5 /* oversampling in each dimension (MAG_APER) */

◆ CROWD_THRESHOLD

#define CROWD_THRESHOLD   0.1 /* The OBJ_CROWDED flag is set if photometric*/

◆ KRON_NSIG

#define KRON_NSIG   3*MARGIN_SCALE /* MAG_AUTO analysis range (number */

◆ PETRO_NSIG

#define PETRO_NSIG   3*MARGIN_SCALE /* MAG_PETRO analysis range (number */

Function Documentation

◆ computeaperflux()

void computeaperflux ( picstruct ,
picstruct ,
objstruct ,
int   
)

◆ computeautoflux()

void computeautoflux ( picstruct ,
picstruct ,
picstruct ,
picstruct ,
objstruct  
)

◆ computeisocorflux()

void computeisocorflux ( picstruct ,
objstruct  
)

◆ computemags()

void computemags ( picstruct ,
objstruct  
)

◆ computepetroflux()

void computepetroflux ( picstruct ,
picstruct ,
picstruct ,
picstruct ,
objstruct  
)