IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17152


Ignore:
Timestamp:
Mar 26, 2008, 10:57:49 AM (18 years ago)
Author:
eugene
Message:

add notes

File:
1 edited

Legend:

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

    r17127 r17152  
    115115      }
    116116
     117      // if we have too few good detections for the desired fit, or too limited a baseline, use a
     118      // fit with fewer parameters.  XXX if we have too few parameters for even the average
     119      // position, consider including the lower-quality detections
     120
     121      // XXX add the parallax factor range as a criterion as well
    117122      if ((Tmax - Tmin) < PM_DT_MIN) mode = FIT_AVERAGE;
    118123      if ((mode == FIT_PM_ONLY) && (N < PM_TOOFEW)) mode = FIT_AVERAGE;
Note: See TracChangeset for help on using the changeset viewer.