Changeset 42392 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h
- Timestamp:
- Feb 14, 2023, 12:48:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h
r26766 r42392 70 70 #define STAR_RADIUS 4 /* Radius over which a star ctr must be max */ 71 71 #define SKY_MARG 3 /* Horiz offset from burn area for sky */ 72 #define FIT_EDGE 10/* How far beyond saturation to start fit? */72 #define FIT_EDGE 5 /* How far beyond saturation to start fit? */ 73 73 #define Y_SCALE 0.01 /* Scale factor for y in fits */ 74 74 … … 102 102 103 103 /* Fit parameters */ 104 #define FIT_MIN_SLOPE -5.0 /* minimum slope which is a credible fit */104 #define FIT_MIN_SLOPE -10.0 /* minimum slope which is a credible fit */ 105 105 #define FIT_MAX_SLOPE 0.0 /* maximum slope which is a credible fit */ 106 106 … … 144 144 int sxfit; /* starting column for fits */ 145 145 int exfit; /* ending column for fits */ 146 int eyfit; /* y-coord ending column for fits */ 146 147 int nfit; /* how many columns were corrected? */ 147 148 IMTYPE *stamp; /* postage stamp of this object */
Note:
See TracChangeset
for help on using the changeset viewer.
