IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

merge changes from eam_branches/ipp-dev-20210817 (add CERSTD, NASTUSED to header, allow rejection no CERSTD, add psastroTIO)

Location:
trunk/psastro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro

  • trunk/psastro/src/psastroMosaicAstrom.c

    r41536 r41895  
    277277    }
    278278
    279     // the original transforms are (1, 1), but we will need higher order to fit the distortions
     279    // the original transforms are (1, 1), but we will need higher order to fit the distortions.
     280    // forward transformations (chip->fpa->tpa->sky) use Ordinary polynomials
    280281    psFree (fpa->toTPA);
    281 
    282     // the original transforms are (1, 1), but we will need higher order to fit the distortions
    283     fpa->toTPA = psPlaneTransformAlloc (order, order);
     282    fpa->toTPA = psPlaneTransformAlloc (order, order, PS_POLYNOMIAL_ORD);
    284283    for (int i = 0; i <= fpa->toTPA->x->nX; i++) {
    285284        for (int j = 0; j <= fpa->toTPA->x->nY; j++) {
Note: See TracChangeset for help on using the changeset viewer.