Changeset 40523 for trunk/Ohana/src/opihi/include/dvoshell.h
- Timestamp:
- Aug 30, 2018, 5:07:23 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvoshell.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvoshell.h
r40408 r40523 52 52 } PeriodogramResult; 53 53 54 typedef struct { 55 off_t Ncat; 56 off_t Nseq; 57 float Roff; 58 } AvselectResult; 59 54 60 /*** Periodogram functions (avperiodogram and avperiodomatch) ***/ 55 61 void PeriodogramResultFree (PeriodogramResult *result); … … 98 104 SkyList *SelectRegionsByCoordVectors PROTO((Vector *RA, Vector *DEC)); 99 105 100 int find_matches_by_vectors PROTO((SkyRegion *region, Catalog *catalog, Vector *RAvec, Vector *DECvec, float RADIUS, off_t *index)); 106 int find_matches_by_vectors_closest PROTO((SkyRegion *region, Catalog *catalog, Vector *RAvec, Vector *DECvec, float RADIUS, off_t *index)); 107 AvselectResult *find_matches_by_vectors_allmatch PROTO((SkyRegion *region, Catalog *catalog, Vector *RAvec, Vector *DECvec, float RADIUS, off_t *Nresult)); 101 108 102 109 int SetImageSelection PROTO((int mode, SkyRegionSelection *selection));
Note:
See TracChangeset
for help on using the changeset viewer.
