Changeset 24302
- Timestamp:
- Jun 2, 2009, 1:21:23 PM (17 years ago)
- Location:
- trunk/extsrc/gpcsw
- Files:
-
- 3 edited
-
burntool.nopsf/psfstats.c (modified) (1 diff)
-
gpcsrc/fits/burntool/Makefile (modified) (1 diff)
-
gpcsrc/fits/burntool/psfstats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/burntool.nopsf/psfstats.c
r23924 r24302 10 10 #include "burntool.h" 11 11 #include "math.h" 12 #include "psf/psf.h"13 12 14 13 /****************************************************************/ 15 14 /* psf_stats(): Tell us about this PSF star */ 16 STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias, 17 double *fwhm, double *q)15 STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias, 16 double *fwhm, double *q) 18 17 { 19 18 return(1); -
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile
r23924 r24302 32 32 pscoords/pscoords.h 33 33 34 $(OBJ)/psfstats.o: psfstats.c burntool.h psf/psf.h34 $(OBJ)/psfstats.o: psfstats.c burntool.h 35 35 36 36 $(OBJ)/sort.o: sort.c -
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstats.c
r23924 r24302 10 10 #include "burntool.h" 11 11 #include "math.h" 12 #include "psf/psf.h"13 12 14 13 /****************************************************************/ 15 14 /* psf_stats(): Tell us about this PSF star */ 16 STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias, 17 double *fwhm, double *q)15 STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias, 16 double *fwhm, double *q) 18 17 { 19 18 return(1);
Note:
See TracChangeset
for help on using the changeset viewer.
