IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2005, 12:36:16 PM (21 years ago)
Author:
gusciora
Message:

Added plane transform fit, invert, and combine functions.

These will eventually go in psCoord.c

File:
1 edited

Legend:

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

    r3264 r3497  
    88*  @author GLG, MHPCC
    99*
    10 *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-02-17 19:26:23 $
     10*  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2005-03-24 22:36:16 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    534534);
    535535
     536
     537// XXX: These functions don't belong here.  Will migrate to psCoords.c later.
     538// XXX: Doxygenate.
     539psPlaneTransform *psPlaneTransformInvertTmp(
     540    psPlaneTransform *out,
     541    const psPlaneTransform *in,
     542    psRegion *region,
     543    int nSamples
     544);
     545
     546// XXX: Doxygenate.
     547psPlaneTransform *psPlaneTransformCombineTmp(
     548    psPlaneTransform *out,
     549    const psPlaneTransform *trans1,
     550    const psPlaneTransform *trans2
     551);
     552
     553// XXX: Doxygenate.
     554bool psPlaneTranformFitTmp(
     555    psPlaneTransform *trans,
     556    const psArray *source,
     557    const psArray *dest,
     558    int nRejIter,
     559    float sigmaClip
     560);
     561
     562
     563
     564
    536565#endif
Note: See TracChangeset for help on using the changeset viewer.