imfill.c | imfill.c | |||
---|---|---|---|---|
/* File imfill.c | /* File imfill.c | |||
* January 10, 2007 | * January 10, 2007 | |||
* 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) 2006-2007 | Copyright (C) 2006-2007 | |||
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 66 | skipping to change at line 66 | |||
static int ysize = 3; | static int ysize = 3; | |||
static int filter = 0; /* Filter code */ | static int filter = 0; /* Filter code */ | |||
static int nlog = 100; /* Number of lines between log messages */ | static int nlog = 100; /* Number of lines between log messages */ | |||
static double ghwidth; /* Gaussian half-width */ | static double ghwidth; /* Gaussian half-width */ | |||
static char badpixfile[128]; /* Bad pixel file (zeroes except bad pixels) */ | static char badpixfile[128]; /* Bad pixel file (zeroes except bad pixels) */ | |||
static char *badimage; /* FITS bad pixel image */ | static char *badimage; /* FITS bad pixel image */ | |||
static char *badheader; /* FITS bad pixel header */ | static char *badheader; /* FITS bad pixel header */ | |||
static double minpixval = -9999.0; /* Minimum good pixel value */ | static double minpixval = -9999.0; /* Minimum good pixel value */ | |||
static double maxpixval = -9999.0; /* Maximum good pixel value */ | static double maxpixval = -9999.0; /* Maximum good pixel value */ | |||
static char *RevMsg = "IMFILL WCSTools 3.8.4, 1 September 2011, Doug Mink ( dmink@cfa.harvard.edu)"; | static char *RevMsg = "IMFILL 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 c; | char c; | |||
int readlist = 0; | int readlist = 0; | |||
char *lastchar; | char *lastchar; | |||
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/ |