IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 18, 2011, 6:09:58 PM (15 years ago)
Author:
watersc1
Message:

Added -C mode to calculate matches using great circle distances instead of Cartesian distances. It's much slower, but that's the tradeoff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/gcompare/include/gcompare.h

    r21153 r30983  
    2626data_type          input             PROTO((char *, int, int, int));
    2727match_type        *compare           PROTO((data_type, data_type, int *, double, double, double, double));
     28match_type        *gc_compare        PROTO((data_type, data_type, int *, double, double, double, double));
    2829int                get_argument      PROTO((int, char **, char *));
    2930int                remove_argument   PROTO((int, int *, char **));
Note: See TracChangeset for help on using the changeset viewer.