- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h
r25070 r27838 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 … … 175 176 STATIC int burn_restore(int nx, int ny, int NX, IMTYPE *buf, CELL *cell); 176 177 STATIC int burn_apply(int nx, int ny, int NX, IMTYPE *buf, CELL *cell); 177 STATIC int persist_read(CELL *cell, const char *infile );178 STATIC int persist_read(CELL *cell, const char *infile, int apply); 178 179 STATIC int persist_write(CELL *cell, const char *outfile); 179 180 STATIC int persist_fix(int nx, int ny, int stride, IMTYPE *buf, CELL *cell); 180 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); 181 186 182 187 STATIC int star_detect(int nx, int ny, int NX, int NY, DTYPE *data, … … 208 213 STATIC int wlinearfit(int npt, double *x, double *y, 209 214 double *w, double *a, double *b); 215 STATIC int linearrms(int npt, double *x, double *y, double a, double b, double *rms); 210 216 STATIC int int_median(int n, int *key); 211 217 STATIC double double_median(int n, double *key);
Note:
See TracChangeset
for help on using the changeset viewer.
