IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35344


Ignore:
Timestamp:
Apr 2, 2013, 2:30:49 PM (13 years ago)
Author:
eugene
Message:

typo for Trange and Tmean (365.26 vs 365.25)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/Ohana/src/relastro/src/UpdateObjects.c

    r35309 r35344  
    367367      catalog[i].average[j].ChiSqPM   = fitPM.chisq;
    368368      catalog[i].average[j].ChiSqPar  = fitPAR.chisq;
    369       catalog[i].average[j].Tmean = (Tmean * 86400 * 365.26) + T2000;
    370       catalog[i].average[j].Trange = (Trange * 86400 * 365.26);
     369      catalog[i].average[j].Tmean = (Tmean * 86400 * 365.25) + T2000;
     370      catalog[i].average[j].Trange = (Trange * 86400 * 365.25);
    371371      catalog[i].average[j].Npos = fit.Nfit;
    372372      if (XVERB) fprintf (stderr, "%f %f -> %f %f (%f,%f) pm=(%f %f) chisq=(%f, %f, %f)\n",
Note: See TracChangeset for help on using the changeset viewer.