IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2015, 12:35:53 PM (12 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pv3-20140717-merge/psLib/src/math/psEllipse.h

    r36375 r37827  
    6565                                   );
    6666
     67/// Convert shape to axes representation and compute errors
     68psEllipseAxes psEllipseShapeToAxesWithErrors(psEllipseShape shape, ///< Shape of ellipse
     69                                   psEllipseShape errors, ///<errors on shape params
     70                                   double maxAR, ///< Maximum allowed axis ratio
     71                                   psEllipseAxes *pShapeErrors ///< propagated errors on axes
     72                                   );
     73
    6774/// Convert axes to polarization representation
    6875psEllipsePol psEllipseAxesToPol(psEllipseAxes axes ///< Axes of ellipse
Note: See TracChangeset for help on using the changeset viewer.