--- ray/src/util/glare.h 1991/04/22 10:28:10 1.16 +++ ray/src/util/glare.h 2003/02/22 02:07:30 2.3 @@ -1,7 +1,4 @@ -/* Copyright (c) 1991 Regents of the University of California */ - -/* SCCSid "$SunId$ LBL" */ - +/* RCSid: $Id: glare.h,v 2.3 2003/02/22 02:07:30 greg Exp $ */ /* * Common data structures for glare source finding routines */ @@ -13,7 +10,7 @@ #define GLAREBR 7.0 /* glare source is this * avg. lum. */ -#define SAMPDENS 50 /* default samples per unit in image */ +#define SAMPDENS 75 /* default samples per unit in image */ #define TSAMPSTEP 10 /* sample step to compute threshold */ #define SEPS 1 /* sources this close ==> contig. */ @@ -22,6 +19,9 @@ #define MAXBUDDY (4.*sqrt(SAMIN/PI)) /* max separation for pairing */ #define TOOSMALL(s) ((s)->brt*(s)->dom < threshold*SAMIN) + +#define SABIG .025 /* solid angle of splittable source */ +#define LCORR .12 /* linearity of splittable source */ extern VIEW ourview; /* our view */ extern VIEW pictview; /* picture view */