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/include/dvoshell.h

    r40408 r40523  
    5252} PeriodogramResult;
    5353
     54typedef struct {
     55  off_t Ncat;
     56  off_t Nseq;
     57  float Roff;
     58} AvselectResult;
     59
    5460/*** Periodogram functions (avperiodogram and avperiodomatch) ***/
    5561void PeriodogramResultFree (PeriodogramResult *result);
     
    98104SkyList      *SelectRegionsByCoordVectors PROTO((Vector *RA, Vector *DEC));
    99105
    100 int           find_matches_by_vectors PROTO((SkyRegion *region, Catalog *catalog, Vector *RAvec, Vector *DECvec, float RADIUS, off_t *index));
     106int             find_matches_by_vectors_closest PROTO((SkyRegion *region, Catalog *catalog, Vector *RAvec, Vector *DECvec, float RADIUS, off_t *index));
     107AvselectResult *find_matches_by_vectors_allmatch PROTO((SkyRegion *region, Catalog *catalog, Vector *RAvec, Vector *DECvec, float RADIUS, off_t *Nresult));
    101108
    102109int           SetImageSelection     PROTO((int mode, SkyRegionSelection *selection));
Note: See TracChangeset for help on using the changeset viewer.