sumpix.c | sumpix.c | |||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
#include <unistd.h> | #include <unistd.h> | |||
#include <math.h> | #include <math.h> | |||
#include "libwcs/wcs.h" | #include "libwcs/wcs.h" | |||
#include "libwcs/fitsfile.h" | #include "libwcs/fitsfile.h" | |||
#include "libwcs/wcscat.h" | #include "libwcs/wcscat.h" | |||
static void usage(); | static void usage(); | |||
static void SumPix(); | static void SumPix(); | |||
extern double PhotPix(); | extern double PhotPix(); | |||
static char *RevMsg = "SUMPIX WCSTools 3.8.3, 17 August 2011, Doug Mink SAO "; | static char *RevMsg = "SUMPIX WCSTools 3.8.4, 1 September 2011, Doug Mink S AO"; | |||
static int verbose = 0; /* verbose/debugging flag */ | static int verbose = 0; /* verbose/debugging flag */ | |||
static int version = 0; /* If 1, print only program name and version */ | static int version = 0; /* If 1, print only program name and version */ | |||
static int complim = 0; /* If 1, compute limiting values over range */ | static int complim = 0; /* If 1, compute limiting values over range */ | |||
static int compsum = 0; /* If 1, compute sum over range */ | static int compsum = 0; /* If 1, compute sum over range */ | |||
static int compmean = 0;/* If 1, compute mean over range */ | static int compmean = 0;/* If 1, compute mean over range */ | |||
static int compvar = 0; /* If 1, compute variance over range */ | static int compvar = 0; /* If 1, compute variance over range */ | |||
static int compstd = 0; /* If 1, compute standard deviation over ran ge */ | static int compstd = 0; /* If 1, compute standard deviation over ran ge */ | |||
static int compphot = 0; /* If 1, compute photometry in circular aperture * / | static int compphot = 0; /* If 1, compute photometry in circular aperture * / | |||
static char *xstr; /* X coordinate of center of aperture */ | static char *xstr; /* X coordinate of center of aperture */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |