IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:43:45 AM (15 years ago)
Author:
eugene
Message:

various improvements to relphot, related support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relastro/src/UpdateObjects.c

    r31160 r31450  
    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.