Changeset 17152
- Timestamp:
- Mar 26, 2008, 10:57:49 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/UpdateObjects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/UpdateObjects.c
r17127 r17152 115 115 } 116 116 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 117 122 if ((Tmax - Tmin) < PM_DT_MIN) mode = FIT_AVERAGE; 118 123 if ((mode == FIT_PM_ONLY) && (N < PM_TOOFEW)) mode = FIT_AVERAGE;
Note:
See TracChangeset
for help on using the changeset viewer.
