IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2006, 3:56:53 PM (20 years ago)
Author:
eugene
Message:

finished up the mosaic astrometry code

File:
1 edited

Legend:

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

    r10613 r10830  
    3030       
    3131                    psPlaneTransformApply (raw->FP, chip->toFPA, raw->chip);
    32                     psPlaneDistortApply (raw->TP, fpa->toTPA, raw->FP, 0.0, 0.0);
     32                    psPlaneTransformApply (raw->TP, fpa->toTPA, raw->FP);
    3333                    psDeproject (raw->sky, raw->TP, fpa->toSky);
    3434                }
     
    4141       
    4242                    psProject (ref->TP, ref->sky, fpa->toSky);
    43                     psPlaneDistortApply (ref->FP, fpa->fromTPA, ref->TP, 0.0, 0.0);
     43                    psPlaneTransformApply (ref->FP, fpa->fromTPA, ref->TP);
    4444                    psPlaneTransformApply (ref->chip, chip->fromFPA, ref->FP);
    4545                }
Note: See TracChangeset for help on using the changeset viewer.