IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31418


Ignore:
Timestamp:
Apr 30, 2011, 5:19:46 AM (15 years ago)
Author:
eugene
Message:

for high speed, set Tmean to be Tmid

File:
1 edited

Legend:

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

    r31160 r31418  
    189189      coords.crval1 = R[0];
    190190      coords.crval2 = D[0];
    191       Tmean /= (float) N;
     191
     192      if (FIT_TARGET == TARGET_HIGH_SPEED) {
     193          Tmean = 0.5*(Tmax - Tmin);
     194      } else {
     195          Tmean /= (float) N;
     196      }
    192197     
    193198      XVERB = FALSE && (catalog[i].measure[m].dM < 0.01) && (N == 6) && (mode == FIT_PM_ONLY);
Note: See TracChangeset for help on using the changeset viewer.