IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2009, 11:32:06 AM (17 years ago)
Author:
eugene
Message:

add function to reduce matches to best unique set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091113/psModules/src/astrom/pmAstrometryObjects.h

    r24021 r26197  
    5454typedef struct
    5555{
    56     int raw;                             ///< What is this?
    57     int ref;                             ///< What is this?
     56    int raw;                             ///< reference to the rawstar entry
     57    int ref;                             ///< reference to the refstar entry
    5858}
    5959pmAstromMatch;
     60
     61
     62/*
     63 * The pmAstromMatchInfo structure is used to generate a unique set of matches
     64 */
     65typedef struct
     66{
     67    pmAstromMatch *match;               ///< reference to the match
     68    float radius;                       ///< distance between the object
     69}
     70pmAstromMatchInfo;
    6071
    6172
     
    121132);
    122133
     134psArray *pmAstromRadiusMatchUniq (psArray *refstars, psArray *rawstars, psArray *matches);
    123135
    124136pmAstromStats *pmAstromStatsAlloc(void);
Note: See TracChangeset for help on using the changeset viewer.