getcol.c | getcol.c | |||
---|---|---|---|---|
/* File getcol.c | /* File getcol.c | |||
* April 18, 2011 | * April 18, 2011 | |||
* 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) 1999-2011 | Copyright (C) 1999-2011 | |||
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 40 | skipping to change at line 40 | |||
#include <math.h> | #include <math.h> | |||
#include "libwcs/wcs.h" | #include "libwcs/wcs.h" | |||
#include "libwcs/fitsfile.h" | #include "libwcs/fitsfile.h" | |||
#include "libwcs/wcscat.h" | #include "libwcs/wcscat.h" | |||
#define MAX_LTOK 256 | #define MAX_LTOK 256 | |||
#define MAX_NTOK 1024 | #define MAX_NTOK 1024 | |||
#define MAXFILES 2000 | #define MAXFILES 2000 | |||
#define MAXLINES 100000 | #define MAXLINES 100000 | |||
static char *RevMsg = "GETCOL WCSTools 3.8.4, 1 September 2011, Doug Mink S AO"; | static char *RevMsg = "GETCOL WCSTools 3.8.5, 12 April 2012, Jessica Mink S AO"; | |||
static void usage(); | static void usage(); | |||
static int ListFile(); | static int ListFile(); | |||
static char *iscolop(); | static char *iscolop(); | |||
static int iscol(); | static int iscol(); | |||
static double median(); | static double median(); | |||
static int maxnfile = MAXFILES; | static int maxnfile = MAXFILES; | |||
static int maxq = MAXFILES; | static int maxq = MAXFILES; | |||
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/ |