delhead.c | delhead.c | |||
---|---|---|---|---|
/* File delhead.c | /* File delhead.c | |||
* September 25, 2009 | * September 25, 2009 | |||
* By Doug Mink Harvard-Smithsonian Center for Astrophysics) | * By Jessica Mink Harvard-Smithsonian Center for Astrophysics) | |||
* Send bug reports to dmink@cfa.harvard.edu | * Send bug reports to jmink@cfa.harvard.edu | |||
Copyright (C) 1998-2009 | Copyright (C) 1998-2009 | |||
Smithsonian Astrophysical Observatory, Cambridge, MA USA | Smithsonian Astrophysical Observatory, Cambridge, MA USA | |||
This program is free software; you can redistribute it and/or | This program is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU General Public License | modify it under the terms of the GNU General Public License | |||
as published by the Free Software Foundation; either version 2 | as published by the Free Software Foundation; either version 2 | |||
of the License, or (at your option) any later version. | of the License, or (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
skipping to change at line 56 | skipping to change at line 56 | |||
static int delwcs = 0; /* WCS deletion flag */ | static int delwcs = 0; /* WCS deletion flag */ | |||
static int newimage = 0; | static int newimage = 0; | |||
static int delcom = 0; /* If 1, delete blank COMMENT lines */ | static int delcom = 0; /* If 1, delete blank COMMENT lines */ | |||
static int readimage = 0; /* Read and write image as well as header */ | static int readimage = 0; /* Read and write image as well as header */ | |||
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 logfile = 0; | static int logfile = 0; | |||
static int nproc = 0; | static int nproc = 0; | |||
static int overwrite = 0; /* If 1, overwrite input image */ | static int overwrite = 0; /* If 1, overwrite input image */ | |||
static int first_file = 1; | static int first_file = 1; | |||
static char *RevMsg = "DELHEAD WCSTools 3.8.4, 1 September 2011, Doug Mink (dmink@cfa.harvard.edu)"; | static char *RevMsg = "DELHEAD WCSTools 3.8.5, 12 April 2012, Jessica Mink (jmink@cfa.harvard.edu)"; | |||
int | int | |||
main (ac, av) | main (ac, av) | |||
int ac; | int ac; | |||
char **av; | char **av; | |||
{ | { | |||
char *str; | char *str; | |||
char **kwd; | char **kwd; | |||
int nkwd = 0; | int nkwd = 0; | |||
int nkwd1 = 0; | int nkwd1 = 0; | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 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/ |