IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2014, 10:33:30 AM (12 years ago)
Author:
eugene
Message:

keep kapa display operations in sync with remote X client; remove unused variables in coordmosaic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140423/Ohana/src/opihi/dvo/coordmosaic.c

    r36739 r36750  
    174174        double fx = ix * dX - 0.5*NX; // coordinate in full image
    175175
    176         double Lo, Lm, dL;
    177         double Mo, Mm, dM;
     176        double Lo, Lm; //, dL;
     177        double Mo, Mm; //, dM;
    178178
    179179        XY_to_LM (&Lo, &Mo, fx, fy, &coords);
    180180        XY_to_LM (&Lm, &Mm, fx, fy, &linear);
    181         dL = Lo - Lm;
    182         dM = Mo - Mm;
     181        // dL = Lo - Lm;
     182        // dM = Mo - Mm;
    183183
    184184        // vX[ix + iy*Nx] += dL;
Note: See TracChangeset for help on using the changeset viewer.