newfits.c   newfits.c 
skipping to change at line 50 skipping to change at line 50
extern void setcenter(); extern void setcenter();
extern void setsys(); extern void setsys();
extern void setrot(); extern void setrot();
extern void setsecpix(); extern void setsecpix();
extern void setsecpix2(); extern void setsecpix2();
extern void setrefpix(); extern void setrefpix();
extern void setcdelt(); extern void setcdelt();
extern void setproj(); extern void setproj();
extern struct WorldCoor *GetFITSWCS(); extern struct WorldCoor *GetFITSWCS();
static char *RevMsg = "NEWFITS WCSTools 3.8.3, 17 August 2011, Doug Mink (d mink@cfa.harvard.edu)"; static char *RevMsg = "NEWFITS WCSTools 3.8.4, 1 September 2011, Doug Mink (dmink@cfa.harvard.edu)";
static int verbose = 0; /* verbose/debugging flag */ static int verbose = 0; /* verbose/debugging flag */
static int bitpix = 0; /* number of bits per pixel (FITS code, 0=no image) */ static int bitpix = 0; /* number of bits per pixel (FITS code, 0=no image) */
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 wcshead = 0; /* If 1, add WCS information from command li ne */ static int wcshead = 0; /* If 1, add WCS information from command li ne */
static int nx = 0; /* width of image in pixels */ static int nx = 0; /* width of image in pixels */
static int ny = 0; /* height of image in pixels */ static int ny = 0; /* height of image in pixels */
static int extend = 0; /* If 1, write primary header, add other files as ex t */ static int extend = 0; /* If 1, write primary header, add other files as ex t */
static char *pixfile; /* Pixel file name */ static char *pixfile; /* Pixel file name */
static char *wcsfile; /* FITS WCS file name */ static char *wcsfile; /* FITS WCS file name */
static char *newname; /* FITS extension file name */ static char *newname; /* FITS extension file name */
 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/