IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41540


Ignore:
Timestamp:
Apr 3, 2021, 2:35:08 PM (5 years ago)
Author:
eugene
Message:

pass in additional orders to psPlaneTransformInvert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampMakeStamp.c

    r40389 r41540  
    6666    } else {
    6767        outChip->toFPA     = psPlaneTransformSetCenter(NULL, inChip->toFPA, (int) roi->x0, (int) roi->y0);
    68         outChip->fromFPA   = psPlaneTransformInvert(NULL, outChip->toFPA, *roi, 50);
     68        outChip->fromFPA   = psPlaneTransformInvert(NULL, outChip->toFPA, *roi, 50, 4);
    6969        if (!outChip->fromFPA) {
    7070            psError(PS_ERR_UNKNOWN, false, "inversion of toFPA transform failed");
Note: See TracChangeset for help on using the changeset viewer.