IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39624 for trunk


Ignore:
Timestamp:
Jul 3, 2016, 12:11:08 PM (10 years ago)
Author:
eugene
Message:

do not abort on image-time mismatch

Location:
trunk/Ohana/src/relastro/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/RepairStackMeasures.c

    r39619 r39624  
    9393      // check match of obstime:
    9494      if ((measureB->t != image[idx].tzero) && (result.NstackMissTime < 10)) {
    95         fprintf (stderr, "inconsistent stack measurement times: %d vs %d for %f, %f (%d, %ld)", measureB->t, image[idx].tzero, Rstk, Dstk, measureB->photcode, extID);
     95        fprintf (stderr, "inconsistent stack measurement times: %d vs %d for %f, %f (%d, %ld)\n", measureB->t, image[idx].tzero, Rstk, Dstk, measureB->photcode, extID);
    9696        result.NstackMissTime ++;
    9797      }
  • trunk/Ohana/src/relastro/src/UpdateMeasures.c

    r39619 r39624  
    5151
    5252      // check that we have the right image:
     53# if (0)
    5354      myAssert (measureT->photcode == image[im].photcode, "image photcode mismatch");
    5455      myAssert (measureT->t >= image[im].tzero, "image time mismatch (1)");
    5556      myAssert (measureT->t <= image[im].tzero + image[im].NX*image[im].trate/5000.0, "image time mismatch (2)");
     57# endif
    5658      // I'm allowing the trate*NX to be a factor of 2x too small
    5759
Note: See TracChangeset for help on using the changeset viewer.