IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2014, 8:45:13 AM (12 years ago)
Author:
bills
Message:

Add psEllipsShapeToAxesWithErrors which propaaates the
errors in the shape parameters to the ellipse parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psEllipse.h

    r36375 r37327  
    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.