IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42748


Ignore:
Timestamp:
Dec 6, 2024, 12:47:26 PM (20 months ago)
Author:
eugene
Message:

add details for unmatched chips

File:
1 edited

Legend:

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

    r39607 r42748  
    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 \n");
     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) {
    6364      NfailMatch ++;
    6465      continue;
Note: See TracChangeset for help on using the changeset viewer.