IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add argument to psPlaneTransformInvert to specific extra orders to be added to non-linear inverse transforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.h

    r39926 r41531  
    348348    const psPlaneTransform *in,        ///< transform to invert
    349349    psRegion region,                   ///< region to fit for non-linear transform inversion
    350     int nSamples                       ///< number of samples in each axis for fit
     350    int nSamples,                       ///< number of samples in each axis for fit
     351    int extraOrders                     ///< increase the order of the output by the amount vs input, if input is non-linear
    351352);
    352353
Note: See TracChangeset for help on using the changeset viewer.