IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 65


Ignore:
Timestamp:
Feb 25, 2003, 8:56:24 AM (23 years ago)
Author:
eugene
Message:

add info to error on match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/src/imstatreg.c

    r3 r65  
    11# include "imregister.h"
    22# include "imreg.h"
    3 static char *version = "imstatreg $Revision: 3.0 $";
     3static char *version = "imstatreg $Revision: 3.1 $";
    44
    55int main (int argc, char **argv) {
     
    7171  match = match_images (image, Nentry, &Nmatch);
    7272  if (!Nmatch) {
     73    close_db ();
    7374    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);
    7576    exit (2);
    7677  }
Note: See TracChangeset for help on using the changeset viewer.