IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 11, 2021, 11:33:33 AM (5 years ago)
Author:
eugene
Message:

add chebyshev polynomials to 2D fitting; add chebyshev support functions; use chebyshev polynomials for inverse transformation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-dev-20210817/psLib/src/astro/psCoord.h

    r41531 r41831  
    178178
    179179psPlaneTransform* psPlaneTransformAlloc(
    180     int order1,                        ///< The order of the x term in the transform.
    181     int order2                         ///< The order of the y term in the transform.
     180    int order1,                       ///< The order of the x term in the transform.
     181    int order2,                       ///< The order of the y term in the transform.
     182    psPolynomialType type             ///< The polynomial type (ORD or CHEB) for this transform
    182183) PS_ATTR_MALLOC;
    183184
Note: See TracChangeset for help on using the changeset viewer.