IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2013, 2:55:11 PM (12 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20130904

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psLib/src/math/psEllipse.h

    r19996 r36375  
    3838} psEllipseShape;
    3939
    40 /// Ellipse defined in terms of polarisations
     40/// Ellipse defined in terms of polarizations
    4141typedef struct {
    4242    double e0;                          ///< Scale (Mxx + Myy)
     
    6565                                   );
    6666
    67 /// Convert axes to polarisation representation
     67/// Convert axes to polarization representation
    6868psEllipsePol psEllipseAxesToPol(psEllipseAxes axes ///< Axes of ellipse
    6969                                );
    7070
    71 /// Convert shape to polarisation representation
     71/// Convert polarization to axes representation
     72psEllipseAxes psEllipsePolToAxes(const psEllipsePol pol, ///< Polarization of ellipse
     73                                 const float minMinorAxis ///< Minimum allowed minor axis
     74    );
     75
     76/// Convert shape to polarization representation
    7277psEllipsePol psEllipseShapeToPol(psEllipseShape shape ///< Shape of ellipse
    7378                                 );
    7479
    75 /// Convert polarisation to axes representation
    76 ///
    77 /// XXX This API goes against the PS convention of outputs being first.
    78 psEllipseAxes psEllipsePolToAxes(const psEllipsePol pol, ///< Polarisation of ellipse
    79                                  const float minMinorAxis ///< Minimum allowed minor axis
    80     );
     80/// Convert shape to polarization representation
     81psEllipseShape psEllipsePolToShape(psEllipsePol pol ///< Shape of ellipse
     82                                 );
    8183
    8284/// @}
Note: See TracChangeset for help on using the changeset viewer.