IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42769


Ignore:
Timestamp:
Dec 20, 2024, 2:23:31 PM (19 months ago)
Author:
eugene
Message:

add fields to astrom error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/mosaic_astrom.c

    r42748 r42769  
    6060    j = getDISentry (images[i].tzero, images[i].tzero + (int) images[i].exptime, DIStzero, DISentry, Ndis);
    6161    if (j == -1) {
    62       if (NfailMatch < 100) fprintf (stderr, "WARNING: can't find matching mosaic: ID %d, name: %s, Dateobs %s,  \n", images[i].name);
    63       // char *ohana_sec_to_date (time_t second) {
     62      char *mydate = ohana_sec_to_date (images[i].tzero);
     63      if (NfailMatch < 100) fprintf (stderr, "WARNING: can't find matching mosaic: ID %d, name: %s, Dateobs %s,  \n", images[i].imageID, images[i].name, mydate);
     64      free (mydate);
    6465      NfailMatch ++;
    6566      continue;
Note: See TracChangeset for help on using the changeset viewer.