- Timestamp:
- Mar 15, 2012, 3:23:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/UpdateObjects.c
r33537 r33540 131 131 dY[N] = GetAstromErrorTiny (&measure[k], ERROR_MODE_DEC); 132 132 133 // XXX this is a bit hackish --allow a given photcode or measurement to be134 // ignored by ignoring excessively bad errors135 if ( dX[N] > 10.0) continue;136 if ( dY[N] > 10.0) continue;133 // allow a given photcode or measurement to be 134 // ignored if the error is NAN (for photcode, set astromErrSys to NaN) 135 if (isnan(dX[N])) continue; 136 if (isnan(dY[N])) continue; 137 137 138 138 // add systematic error in quadrature, if desired
Note:
See TracChangeset
for help on using the changeset viewer.
