immatch.c | immatch.c | |||
---|---|---|---|---|
/* File immatch.c | /* File immatch.c | |||
* April 6, 2007 | * April 6, 2007 | |||
* By Doug Mink, after Elwood Downey | * By Jessica Mink, after Elwood Downey | |||
* (Harvard-Smithsonian Center for Astrophysics) | * (Harvard-Smithsonian Center for Astrophysics) | |||
* Send bug reports to dmink@cfa.harvard.edu | * Send bug reports to jmink@cfa.harvard.edu | |||
Copyright (C) 1997-2007 | Copyright (C) 1997-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 44 | skipping to change at line 44 | |||
#include "libwcs/wcs.h" | #include "libwcs/wcs.h" | |||
#include "libwcs/wcscat.h" | #include "libwcs/wcscat.h" | |||
#include "libwcs/lwcs.h" | #include "libwcs/lwcs.h" | |||
static void PrintUsage(); | static void PrintUsage(); | |||
static void MatchCat(); | static void MatchCat(); | |||
#define MAXFILES 1000 | #define MAXFILES 1000 | |||
static int maxnfile = MAXFILES; | static int maxnfile = MAXFILES; | |||
static char *RevMsg = "WCSTools 3.8.4, 1 September 2011, Doug Mink (dmink@c fa.harvard.edu)"; | static char *RevMsg = "WCSTools 3.8.5, 12 April 2012, Jessica Mink (jmink@c fa.harvard.edu)"; | |||
static int verbose = 0; /* verbose/debugging flag */ | static int verbose = 0; /* verbose/debugging flag */ | |||
static int rot = 0; | static int rot = 0; | |||
static int mirror = 0; | static int mirror = 0; | |||
static int bitpix = 0; | static int bitpix = 0; | |||
static int imsearch = 1; /* set to 0 if image catalog provided */ | static int imsearch = 1; /* set to 0 if image catalog provided */ | |||
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 char *refcatname; /* Name of reference catalog to match */ | static char *refcatname; /* Name of reference catalog to match */ | |||
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 char *progname; /* Name of program as executed */ | static char *progname; /* Name of program as executed */ | |||
End of changes. 3 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/ |