IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2021, 11:36:17 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/psastro/src/psastroMosaicOneChip.c

    r41816 r41833  
    8888        }
    8989    } else {
     90        // Forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials
    9091        psFree (chip->toFPA);
    91         chip->toFPA = psPlaneTransformAlloc (order, order);
     92        chip->toFPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD);
    9293        for (int i = 0; i <= chip->toFPA->x->nX; i++) {
    9394            for (int j = 0; j <= chip->toFPA->x->nY; j++) {
Note: See TracChangeset for help on using the changeset viewer.