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

    r41816 r41833  
    121121        }
    122122
    123         // create output toFPA; set masks appropriate to the Elixir DVO astrometry format
     123        // Create output toFPA; set masks appropriate to the Elixir DVO astrometry format.
     124        // Forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials
    124125        psFree (chip->toFPA);
    125         chip->toFPA = psPlaneTransformAlloc (order, order);
     126        chip->toFPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD);
    126127        for (int i = 0; i <= chip->toFPA->x->nX; i++) {
    127128            for (int j = 0; j <= chip->toFPA->x->nY; j++) {
Note: See TracChangeset for help on using the changeset viewer.