imstar.c | imstar.c | |||
---|---|---|---|---|
/* File imstar.c | /* File imstar.c | |||
* October 15, 2007 | * October 15, 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) 1996-2007 | Copyright (C) 1996-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/wcscat.h" | #include "libwcs/wcscat.h" | |||
#define CAT_DEFAULT 0 | #define CAT_DEFAULT 0 | |||
#define CAT_ASCII 1 | #define CAT_ASCII 1 | |||
#define CAT_STARBASE 2 | #define CAT_STARBASE 2 | |||
#define CAT_DAOFIND 3 | #define CAT_DAOFIND 3 | |||
#define MAXFILES 1000 | #define MAXFILES 1000 | |||
static int maxnfile = MAXFILES; | static int maxnfile = MAXFILES; | |||
static char *RevMsg = "IMSTAR WCSTools 3.8.4, 1 September 2011, Doug Mink ( dmink@cfa.harvard.edu)"; | static char *RevMsg = "IMSTAR WCSTools 3.8.5, 12 April 2012, Jessica Mink ( jmink@cfa.harvard.edu)"; | |||
static int verbose = 0; /* verbose flag */ | static int verbose = 0; /* verbose flag */ | |||
static int debug = 0; /* debugging flag */ | static int debug = 0; /* debugging flag */ | |||
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 rot = 0; /* Angle to rotate image (multiple of 90 deg ) */ | static int rot = 0; /* Angle to rotate image (multiple of 90 deg ) */ | |||
static int mirror = 0; /* If 1, flip image right-left before rotati ng*/ | static int mirror = 0; /* If 1, flip image right-left before rotati ng*/ | |||
static int printcounts = 0; /* If 1, print counts instead of magnitudes */ | static int printcounts = 0; /* If 1, print counts instead of magnitudes */ | |||
static void PrintUsage(); | static void PrintUsage(); | |||
static void ListStars(); | static void ListStars(); | |||
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/ |