- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h
r24391 r27840 91 91 #define BURN_EXP 2 /* Exponential */ 92 92 #define BURN_BLASTED 3 /* Blasted top to bottom: flag only for IPP */ 93 #define BURN_POSSLOPE 4 /* Positive slope fit (bad) but significant */ 93 94 #define PSF_STAR 9 /* Unfitted: good psf star */ 94 95 … … 97 98 #define FIT_TOP_ERROR 2 /* Saturation extends to top: no points */ 98 99 #define FIT_SLOPE_ERROR 3 /* Unreasonable fit */ 100 #define FIT_ALL_GONE 4 /* No column survived as significant */ 99 101 #define FIT_EXPIRED 9 /* Don't carry any more as persistent */ 100 102 … … 174 176 STATIC int burn_restore(int nx, int ny, int NX, IMTYPE *buf, CELL *cell); 175 177 STATIC int burn_apply(int nx, int ny, int NX, IMTYPE *buf, CELL *cell); 176 STATIC int persist_read(CELL *cell, const char *infile );178 STATIC int persist_read(CELL *cell, const char *infile, int apply); 177 179 STATIC int persist_write(CELL *cell, const char *outfile); 178 180 STATIC int persist_fix(int nx, int ny, int stride, IMTYPE *buf, CELL *cell); 179 181 STATIC int persist_merge(CELL *cell); 182 183 //fh_result persist_fits_read(CELL *cell, const char *filename, int apply); 184 //fh_result persist_fits_write(CELL *cell, HeaderUnit phu); 185 //fh_result persist_fits_remove_tables(HeaderUnit phu_in, const char *fileout); 180 186 181 187 STATIC int star_detect(int nx, int ny, int NX, int NY, DTYPE *data, … … 207 213 STATIC int wlinearfit(int npt, double *x, double *y, 208 214 double *w, double *a, double *b); 215 STATIC int linearrms(int npt, double *x, double *y, double a, double b, double *rms); 209 216 STATIC int int_median(int n, int *key); 210 217 STATIC double double_median(int n, double *key);
Note:
See TracChangeset
for help on using the changeset viewer.
