Changeset 34405 for trunk/Ohana/src/relastro/src/UpdateObjects.c
- Timestamp:
- Sep 5, 2012, 4:25:56 PM (14 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relastro/src/UpdateObjects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
- Property svn:mergeinfo set to
-
trunk/Ohana/src/relastro/src/UpdateObjects.c
r33652 r34405 352 352 catalog[i].average[j].dP = fit.dp; // parallax error in arcsec 353 353 354 // Xp is supposed to be the position scatter, not the chisq : fix this:355 // catalog[i].average[j].Xp = (fit.Nfit > 1) ? 100.0*log10(fit.chisq) : NAN_S_SHORT;356 354 catalog[i].average[j].ChiSqAve = fitAve.chisq; 357 355 catalog[i].average[j].ChiSqPM = fitPM.chisq; 358 356 catalog[i].average[j].ChiSqPar = fitPAR.chisq; 359 catalog[i].average[j].Xp = 0.0;360 357 catalog[i].average[j].Tmean = (Tmean * 86400 * 365.26) + T2000; 361 358 catalog[i].average[j].Trange = (Trange * 86400 * 365.26);
Note:
See TracChangeset
for help on using the changeset viewer.
