IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

pass in additional orders to psPlaneTransformInvert; some minor comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroFixChips.c

    r39926 r41536  
    307307        obsChip->toFPA   = toFPA;
    308308        // NOTE: when we call psPlaneTransformInvert here, we do not increase the order as in other places
    309         obsChip->fromFPA = psPlaneTransformInvert(NULL, obsChip->toFPA, *region, 50);
     309        // WHY NOT?
     310        obsChip->fromFPA = psPlaneTransformInvert(NULL, obsChip->toFPA, *region, 50, 0);
    310311        psFree (region);
    311312
Note: See TracChangeset for help on using the changeset viewer.