IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

merge changes from eam_branches/ipp-dev-20210817 (fix chebyshevs 1D, 2D, set DB field to NULL for inf, psFitsTableNew)

File:
1 edited

Legend:

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

    r41531 r41896  
    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.