IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.