Changeset 65
- Timestamp:
- Feb 25, 2003, 8:56:24 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/src/imstatreg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/src/imstatreg.c
r3 r65 1 1 # include "imregister.h" 2 2 # include "imreg.h" 3 static char *version = "imstatreg $Revision: 3. 0$";3 static char *version = "imstatreg $Revision: 3.1 $"; 4 4 5 5 int main (int argc, char **argv) { … … 71 71 match = match_images (image, Nentry, &Nmatch); 72 72 if (!Nmatch) { 73 close_db (); 73 74 fprintf (stderr, "ERROR: no matched images found\n"); 74 close_db ();75 fprintf (stderr, "image: %s %s (%d) %s (%d)\n", image[0].filename, sec_to_date (image[0].obstime), image[0].obstime, ccds[image[0].ccd], image[0].ccd); 75 76 exit (2); 76 77 }
Note:
See TracChangeset
for help on using the changeset viewer.
