imrot.c | imrot.c | |||
---|---|---|---|---|
skipping to change at line 41 | skipping to change at line 41 | |||
static int nsplit = 0; /* Output multiple FITS files from n-extension file */ | static int nsplit = 0; /* Output multiple FITS files from n-extension file */ | |||
static int overwrite = 0; /* allow overwriting of input image file */ | static int overwrite = 0; /* allow overwriting of input image file */ | |||
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 xshift = 0; | static int xshift = 0; | |||
static int yshift = 0; | static int yshift = 0; | |||
static int shifted = 0; | static int shifted = 0; | |||
static int inverted = 0; /* If 1, invert intensity (-1 * (z-zmax)) */ | static int inverted = 0; /* If 1, invert intensity (-1 * (z-zmax)) */ | |||
static int deletewcs = 0; /* If 1, delete FITS WCS keywords in image * / | static int deletewcs = 0; /* If 1, delete FITS WCS keywords in image * / | |||
static int rotatewcs = 1; /* If 1, rotate FITS WCS keywords in image * / | static int rotatewcs = 1; /* If 1, rotate FITS WCS keywords in image * / | |||
static int extnum = 0; /* Use extension number instead of EXTNAME f or output */ | static int extnum = 0; /* Use extension number instead of EXTNAME f or output */ | |||
static char *RevMsg = "IMROT WCSTools 3.8.3, 17 August 2011, Doug Mink (dmi nk@cfa.harvard.edu)"; | static char *RevMsg = "IMROT WCSTools 3.8.4, 1 September 2011, Doug Mink (d mink@cfa.harvard.edu)"; | |||
int | int | |||
main (ac, av) | main (ac, av) | |||
int ac; | int ac; | |||
char **av; | char **av; | |||
{ | { | |||
char *str; | char *str; | |||
char c; | char c; | |||
int readlist = 0; | int readlist = 0; | |||
char *lastchar; | char *lastchar; | |||
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/ |