Changeset 28996
- Timestamp:
- Aug 20, 2010, 11:37:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/relastro/src/ImageOps.c
r28720 r28996 393 393 fprintf (stderr, "measurement is far from average location (R): %f %f (%f %f)\n", catalog[c].average[n].R, catalog[c].average[n].D, dR, dD); 394 394 dump_measures (&catalog[c].average[n], catalog[c].measure); 395 abort ();395 // abort (); 396 396 } 397 397 if (fabs(dD) > 1.5*ADDSTAR_RADIUS) { 398 398 fprintf (stderr, "measurement is far from average location (D): %f %f (%f %f)\n", catalog[c].average[n].R, catalog[c].average[n].D, dR, dD); 399 399 dump_measures (&catalog[c].average[n], catalog[c].measure); 400 abort ();400 // abort (); 401 401 } 402 402 … … 405 405 fprintf (stderr, "measurement is far from original location (R): %f %f (%f %f)\n", catalog[c].average[n].R, catalog[c].average[n].D, dR, dD); 406 406 dump_measures (&catalog[c].average[n], catalog[c].measure); 407 abort();407 // abort(); 408 408 } 409 409 if (fabs(catalog[c].measure[m].dD - dD) > DPOS_MAX_ASEC) { 410 410 fprintf (stderr, "measurement is far from original location (D): %f %f (%f %f)\n", catalog[c].average[n].R, catalog[c].average[n].D, dR, dD); 411 411 dump_measures (&catalog[c].average[n], catalog[c].measure); 412 abort();412 // abort(); 413 413 } 414 414
Note:
See TracChangeset
for help on using the changeset viewer.
