IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2006, 8:37:37 AM (19 years ago)
Author:
eugene
Message:

changed p_psProject,p_psDeproject to psProject,psDeproject

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicAstrom.c

    r10438 r10613  
    2828
    2929    // XXX no input distortion model yet; existing fpa distortion is identity: replace it
    30     psFree (fpa->toTangentPlane);
    31     psFree (fpa->fromTangentPlane);
    32     fpa->toTangentPlane   = psPlaneDistortIdentity (order);
    33     fpa->fromTangentPlane = psPlaneDistortIdentity (order);
     30    psFree (fpa->toTPA);
     31    psFree (fpa->fromTPA);
     32    fpa->toTPA   = psPlaneDistortIdentity (order);
     33    fpa->fromTPA = psPlaneDistortIdentity (order);
    3434
    3535    grads = psastroMosaicGetGrads (fpa, recipe);
Note: See TracChangeset for help on using the changeset viewer.