IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14800


Ignore:
Timestamp:
Sep 10, 2007, 9:16:52 AM (19 years ago)
Author:
Paul Price
Message:

Cut/paste error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpTransformReadout_Opt.c

    r14768 r14800  
    218218            float dxOut, dyOut;         // Errors in output coordinates
    219219            dxOut = sqrt(PS_SQR(map->Xx * dxIn) + PS_SQR(map->Xy * dyIn));
    220             dxOut = sqrt(PS_SQR(map->Xx * dxIn) + PS_SQR(map->Xy * dyIn));
     220            dyOut = sqrt(PS_SQR(map->Yx * dxIn) + PS_SQR(map->Yy * dyIn));
    221221
    222222            new->modelPSF->params->data.F32[PM_PAR_XPOS] = xOut;
Note: See TracChangeset for help on using the changeset viewer.