IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 7:18:20 PM (21 years ago)
Author:
desonia
Message:

fixes to psRegion.

File:
1 edited

Legend:

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

    r3598 r3977  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-03-31 23:01:46 $
     12*  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-05-19 05:18:20 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    383383    psPlaneTransform *out,             ///< a transform to recycle, or NULL if one is to be created.
    384384    const psPlaneTransform *in,        ///< transform to invert
    385     psRegion *region,                  ///< region to fit for non-linear transform inversion
     385    psRegion region,                   ///< region to fit for non-linear transform inversion
    386386    int nSamples                       ///< number of samples in each axis for fit
    387387);
     
    404404    psPlaneTransform *out,             ///< a transform to recycle, or NULL if one is to be created.
    405405    const psPlaneTransform *trans1,    ///< first transform to combine
    406     const psPlaneTransform *trans2     ///< first transform to combine
     406    const psPlaneTransform *trans2,    ///< first transform to combine
     407    psRegion region,                   ///< region to cover (for non-linear transforms)
     408    int nSamples                       ///< number of samples on each axis (for non-linear transforms)
    407409);
    408410
     
    431433    float sigmaClip
    432434);
     435//XXX: need to add doxygen comments on the parameters above. -rdd
    433436
    434437/// @}
Note: See TracChangeset for help on using the changeset viewer.