IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36797


Ignore:
Timestamp:
Jun 2, 2014, 6:09:13 AM (12 years ago)
Author:
eugene
Message:

add basic bogus-detection code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/Ohana/src/relastro/src/bcatalog.c

    r36796 r36797  
    115115          if (radius > ExcludeBogusRadius) {
    116116              NskipBogus ++;
     117              if (TRUE || VERBOSE2) {
     118                  fprintf (stderr, "exclude bogus: %10.6f %10.6f : %10.6f %10.6f : %6.2f %6.2f : %6.2f\n", catalog[0].average[i].R, catalog[0].average[i].D, Ri, Di, Xi, Yi, radius);
     119              }
    117120              continue;
    118121          }
Note: See TracChangeset for help on using the changeset viewer.