IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

changed p_psProject,p_psDeproject to psProject,psDeproject

File:
1 edited

Legend:

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

    r9732 r10613  
    1313
    1414        psPlaneTransformApply (raw->FP, chip->toFPA, raw->chip);
    15         psPlaneDistortApply (raw->TP, fpa->toTangentPlane, raw->FP, 0.0, 0.0);
    16         p_psDeproject (raw->sky, raw->TP, fpa->projection);
     15        psPlaneDistortApply (raw->TP, fpa->toTPA, raw->FP, 0.0, 0.0);
     16        psDeproject (raw->sky, raw->TP, fpa->toSky);
    1717    }
    1818
Note: See TracChangeset for help on using the changeset viewer.