IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23593 for trunk


Ignore:
Timestamp:
Mar 29, 2009, 4:26:22 PM (17 years ago)
Author:
beaumont
Message:

added code to react to divergent astrometry solutions in relastro

File:
1 edited

Legend:

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

    r21508 r23593  
    9696
    9797      for (k = 0; k < catalog[i].average[j].Nmeasure; k++, m++) {
     98
     99        //exclude measurements which have non-finite astrometry
     100        if (~finite(catalog[i].measure[m].dR) || ~finite(catalog[i].measure[m].dD)) continue;
    98101
    99102        // exclude measurements by previous outlier detection
Note: See TracChangeset for help on using the changeset viewer.