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

Macros

#define NSTATPIX   20 /* Stats are computed for +- this many pixels */
 
#define ISTATPIX   10 /* Stats are computed every this many pixels */
 
#define MAXWALK   20 /* Farthest distance to walk from seed */
 
#define BURNEDOUT   12000.0 /* Clamp pixels brighter than this */
 
#define NITERATE   5 /* Number of iterations for sigma clipping */
 
#define STARSIGMA   2.0 /* Stars must be at least this many standard deviations above the mean */
 
#define BORDER   0 /* Ignore this much of the edge */
 
#define MAXRAD   30 /* Maximum radius for a star */
 
#define MINRAD   2 /* Minimum radius for a star */
 
#define MINPEAK   60.0 /* Minimum peak for a star */
 
#define MINSEP   10 /* Minimum separation for stars */
 

Macro Definition Documentation

◆ BORDER

#define BORDER   0 /* Ignore this much of the edge */

◆ BURNEDOUT

#define BURNEDOUT   12000.0 /* Clamp pixels brighter than this */

◆ ISTATPIX

#define ISTATPIX   10 /* Stats are computed every this many pixels */

◆ MAXRAD

#define MAXRAD   30 /* Maximum radius for a star */

◆ MAXWALK

#define MAXWALK   20 /* Farthest distance to walk from seed */

◆ MINPEAK

#define MINPEAK   60.0 /* Minimum peak for a star */

◆ MINRAD

#define MINRAD   2 /* Minimum radius for a star */

◆ MINSEP

#define MINSEP   10 /* Minimum separation for stars */

◆ NITERATE

#define NITERATE   5 /* Number of iterations for sigma clipping */

◆ NSTATPIX

#define NSTATPIX   20 /* Stats are computed for +- this many pixels */

◆ STARSIGMA

#define STARSIGMA   2.0 /* Stars must be at least this many standard deviations above the mean */