sky2xy.c   sky2xy.c 
skipping to change at line 42 skipping to change at line 42
#include "libwcs/fitsfile.h" #include "libwcs/fitsfile.h"
static void PrintUsage(); static void PrintUsage();
extern void setrot(),setsys(),setcenter(),setsecpix(),setrefpix(),setdateob s(); extern void setrot(),setsys(),setcenter(),setsecpix(),setrefpix(),setdateob s();
extern void setnpix(); extern void setnpix();
extern struct WorldCoor *GetFITSWCS (); /* Read WCS from FITS or IRA F header */ extern struct WorldCoor *GetFITSWCS (); /* Read WCS from FITS or IRA F header */
extern struct WorldCoor *GetWCSFITS (); /* Read WCS from FITS or IRA F file */ extern struct WorldCoor *GetWCSFITS (); /* Read WCS from FITS or IRA F file */
extern char *GetFITShead(); extern char *GetFITShead();
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 char *RevMsg = "SKY2XY WCSTools 3.8.3, 17 August 2011, Doug Mink (dm ink@cfa.harvard.edu)"; static char *RevMsg = "SKY2XY WCSTools 3.8.4, 1 September 2011, Doug Mink ( dmink@cfa.harvard.edu)";
int int
main (ac, av) main (ac, av)
int ac; int ac;
char **av; char **av;
{ {
int verbose = 0; /* verbose/debugging flag */ int verbose = 0; /* verbose/debugging flag */
char *str; char *str;
double x, y, ra, dec, ra0, dec0; double x, y, ra, dec, ra0, dec0;
FILE *fd; FILE *fd;
 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/