IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2018, 2:13:03 PM (8 years ago)
Author:
eugene
Message:

fix avselect function to cross dvo catalog boundaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvoshell.h

    r40523 r40575  
    103103int           SkyRegionByPoint_r    PROTO((SkyTable *table, SkyList *list, int depth, double ra, double dec));
    104104SkyList      *SelectRegionsByCoordVectors PROTO((Vector *RA, Vector *DEC));
     105SkyList      *SelectRegionsByCoordVectorsAndRadius (Vector *RA, Vector *DEC, float Radius);
    105106
    106107int             find_matches_by_vectors_closest PROTO((SkyRegion *region, Catalog *catalog, Vector *RAvec, Vector *DECvec, float RADIUS, off_t *index));
Note: See TracChangeset for help on using the changeset viewer.