IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2017, 5:31:17 PM (9 years ago)
Author:
eugene
Message:

add some extra visualizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryWCS.c

    r39981 r40083  
    695695    // the region defines the FPA pixels covered by the tranformation
    696696    psFree (fpa->fromTPA);
    697 
    698697    int additional_orders = 4;  // This is the number of orders that should be added.
    699698    bool status = false;
     
    704703   
    705704    psPlaneTransform *myPT = psPlaneTransformAlloc(fpa->toTPA->x->nX+additional_orders, fpa->toTPA->x->nY+additional_orders);
     705
    706706    fpa->fromTPA = psPlaneTransformInvert(myPT, fpa->toTPA, region, 50);
    707707    psFree (myPT);
Note: See TracChangeset for help on using the changeset viewer.