IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24302


Ignore:
Timestamp:
Jun 2, 2009, 1:21:23 PM (17 years ago)
Author:
Paul Price
Message:

Removing reference to psf.h in psfstats.c and Makefile --- it's not required, and it's moved.

Location:
trunk/extsrc/gpcsw
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/burntool.nopsf/psfstats.c

    r23924 r24302  
    1010#include "burntool.h"
    1111#include "math.h"
    12 #include "psf/psf.h"
    1312
    1413/****************************************************************/
    1514/* 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)
     15STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias,
     16                     double *fwhm, double *q)
    1817{
    1918   return(1);
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile

    r23924 r24302  
    3232  pscoords/pscoords.h
    3333
    34 $(OBJ)/psfstats.o: psfstats.c burntool.h psf/psf.h
     34$(OBJ)/psfstats.o: psfstats.c burntool.h
    3535
    3636$(OBJ)/sort.o: sort.c
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstats.c

    r23924 r24302  
    1010#include "burntool.h"
    1111#include "math.h"
    12 #include "psf/psf.h"
    1312
    1413/****************************************************************/
    1514/* 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)
     15STATIC int psf_stats(int nx, int ny, IMTYPE *data, int bias,
     16                     double *fwhm, double *q)
    1817{
    1918   return(1);
Note: See TracChangeset for help on using the changeset viewer.