IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2006, 4:56:40 PM (20 years ago)
Author:
magnier
Message:

added various error checks and cleaned up output stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.h

    r9386 r9639  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-10-07 03:54:08 $
     10*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-10-19 02:56:40 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7474    double  minVar;                     ///<
    7575    int     nMatch;                     ///<
     76    int     nTest;                      ///<
     77    double  nSigma;                     ///<
    7678}
    7779pmAstromStats;
    78 
    79 
    8080
    8181/*
     
    108108
    109109
     110pmAstromStats *pmAstromStatsAlloc(void);
    110111
    111112/*
     
    153154 *
    154155 */
    155 pmAstromStats pmAstromGridMatch(
     156pmAstromStats *pmAstromGridMatch(
    156157    const psArray *st1,
    157158    const psArray *st2,
     
    162163pmAstromGridTweak(*raw, *ref, *recipe, stats): improve match for two star lists.
    163164 ******************************************************************************/
    164 pmAstromStats pmAstromGridTweak(
     165pmAstromStats *pmAstromGridTweak(
    165166    psArray *raw,
    166167    psArray *ref,
    167168    psMetadata *recipe,
    168     pmAstromStats stats);
     169    pmAstromStats *stats);
    169170
    170171/*
     
    183184psPlaneTransform *pmAstromGridApply(
    184185    psPlaneTransform *map,
    185     pmAstromStats stat
     186    pmAstromStats *stat
    186187);
    187188
     
    197198 */
    198199/* in pmAstromGrid.c */
    199 pmAstromStats pmAstromGridAngle(
     200pmAstromStats *pmAstromGridAngle(
    200201    const psArray *st1,
    201202    const psArray *st2,
Note: See TracChangeset for help on using the changeset viewer.