IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2005, 1:01:46 PM (21 years ago)
Author:
desonia
Message:

cosmetic tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psAstrometry.h

    r3587 r3598  
    88*  @author GLG, MHPCC
    99*
    10 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-03-31 02:33:28 $
     10*  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-03-31 23:01:46 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    535535
    536536
    537 // XXX: These functions don't belong here.  Will migrate to psCoords.c later.
    538 // XXX: Doxygenate.
    539 psPlaneTransform *psPlaneTransformInvert(
    540     psPlaneTransform *out,
    541     const psPlaneTransform *in,
    542     psRegion *region,
    543     int nSamples
    544 );
    545 
    546 // XXX: Doxygenate.
    547 psPlaneTransform *psPlaneTransformCombine(
    548     psPlaneTransform *out,
    549     const psPlaneTransform *trans1,
    550     const psPlaneTransform *trans2
    551 );
    552 
    553 // XXX: Doxygenate.
    554 bool psPlaneTransformFit(
    555     psPlaneTransform *trans,
    556     const psArray *source,
    557     const psArray *dest,
    558     int nRejIter,
    559     float sigmaClip
    560 );
    561 
    562537#endif
Note: See TracChangeset for help on using the changeset viewer.