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