IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2005, 3:04:36 PM (21 years ago)
Author:
eugene
Message:

moving to internal vs external measure/average: R,D + dR,dD.
NOTE * dR,dD now represent 1.0 arcsec, not 0.01 arcsec.

* all use has been updated to match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/imdata.c

    r4689 r4800  
    134134        if ((catalog.measure[i].t < start) || (catalog.measure[i].t > stop)) continue;
    135135        n = catalog.measure[i].averef;
    136         vec[0].elements[N] = catalog.average[n].R - catalog.measure[i].dR / 360000.0;
     136        vec[0].elements[N] = catalog.average[n].R_PS - catalog.measure[i].dR_PS / 3600.0;
    137137        N++;
    138138        CHECK_REALLOCATE (vec[0].elements, float, NPTS, N, 1000);
     
    143143        if ((catalog.measure[i].t < start) || (catalog.measure[i].t > stop)) continue;
    144144        n = catalog.measure[i].averef;
    145         vec[0].elements[N] = catalog.average[n].D - catalog.measure[i].dD / 360000.0;
     145        vec[0].elements[N] = catalog.average[n].D_PS - catalog.measure[i].dD_PS / 3600.0;
    146146        N++;
    147147        CHECK_REALLOCATE (vec[0].elements, float, NPTS, N, 1000);
Note: See TracChangeset for help on using the changeset viewer.