- Timestamp:
- Jul 3, 2016, 12:11:08 PM (10 years ago)
- Location:
- trunk/Ohana/src/relastro/src
- Files:
-
- 2 edited
-
RepairStackMeasures.c (modified) (1 diff)
-
UpdateMeasures.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/RepairStackMeasures.c
r39619 r39624 93 93 // check match of obstime: 94 94 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); 96 96 result.NstackMissTime ++; 97 97 } -
trunk/Ohana/src/relastro/src/UpdateMeasures.c
r39619 r39624 51 51 52 52 // check that we have the right image: 53 # if (0) 53 54 myAssert (measureT->photcode == image[im].photcode, "image photcode mismatch"); 54 55 myAssert (measureT->t >= image[im].tzero, "image time mismatch (1)"); 55 56 myAssert (measureT->t <= image[im].tzero + image[im].NX*image[im].trate/5000.0, "image time mismatch (2)"); 57 # endif 56 58 // I'm allowing the trate*NX to be a factor of 2x too small 57 59
Note:
See TracChangeset
for help on using the changeset viewer.
