IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2018, 5:07:23 PM (8 years ago)
Author:
eugene
Message:

add avselect function to dvo (returns all matched objects within a radius of a list of points)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/avperiodomatch.c

    r40408 r40523  
    264264    dvo_catalog_unlock (&catalog);
    265265
    266     find_matches_by_vectors (skylist[0].regions[i], &catalog, RAvec, DECvec, RADIUS, idxValue);
     266    find_matches_by_vectors_closest (skylist[0].regions[i], &catalog, RAvec, DECvec, RADIUS, idxValue);
    267267
    268268    // Scan the catalog for objects which match the WHERE clause
Note: See TracChangeset for help on using the changeset viewer.