- Timestamp:
- Feb 3, 2010, 1:00:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.h
r26764 r26767 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,
Note:
See TracChangeset
for help on using the changeset viewer.
