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/psastroMosaicGradients.c

    r39926 r41833  
    8484        return false;
    8585    }
     86
     87    // forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials
    8688    psFree (fpa->toTPA);
    87     fpa->toTPA = psPlaneTransformAlloc (order, order);
     89    fpa->toTPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD);
    8890    for (int i = 0; i <= fpa->toTPA->x->nX; i++) {
    8991        for (int j = 0; j <= fpa->toTPA->x->nY; j++) {
Note: See TracChangeset for help on using the changeset viewer.