IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2021, 6:11:39 PM (5 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-dev-20210817 (use new API to set extra orders from recipe))

File:
1 edited

Legend:

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

    r41526 r41897  
    240240
    241241    // use a map with only linear terms in x,y
    242     psPlaneTransform *map = psPlaneTransformAlloc(1,1);
     242    psPlaneTransform *map = psPlaneTransformAlloc(1, 1, PS_POLYNOMIAL_ORD);
    243243    map->x->coeffMask[1][1] = PS_POLY_MASK_BOTH;
    244244    map->y->coeffMask[1][1] = PS_POLY_MASK_BOTH;
Note: See TracChangeset for help on using the changeset viewer.