IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41834


Ignore:
Timestamp:
Oct 11, 2021, 11:36:39 AM (5 years ago)
Author:
eugene
Message:

explicitly use Ordinary polynomials for forward astrometry transformations (chip->fpa->tpa->sky)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/pswarp/src/pswarpLoop.c

    r41526 r41834  
    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.