IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2005, 9:41:56 AM (21 years ago)
Author:
gusciora
Message:

Plane transform invert, combine, and fit.

File:
1 edited

Legend:

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

    r3450 r3540  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-03-18 21:34:43 $
     12*  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-03-29 19:41:56 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    227227);
    228228
    229 // XXX: Doxygenate.
    230 psPlaneTransform *psPlaneTransformInvert(
    231     psPlaneTransform *out,
    232     const psPlaneTransform *in,
    233     psRegion *region,
    234     int nSamples
    235 );
    236 
    237 // XXX: Doxygenate.
    238 psPlaneTransform *psPlaneTransformCombine(
    239     psPlaneTransform *out,
    240     const psPlaneTransform *trans1,
    241     const psPlaneTransform *trans2
    242 );
    243 
    244 // XXX: Doxygenate.
    245 bool psPlaneTranformFit(
    246     psPlaneTransform *trans,
    247     const psArray *source,
    248     const psArray *dest,
    249     int nRejIter,
    250     float sigmaClip
    251 );
    252 
    253 
    254 
    255229/** Allocator for psSphereTransform
    256230 *
Note: See TracChangeset for help on using the changeset viewer.