Changeset 5439 for trunk/Ohana/src/opihi/include/dvo2.h
- Timestamp:
- Oct 21, 2005, 5:53:44 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/include/dvo2.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/include/dvo2.h
r5438 r5439 1 # include "external.h" 2 # include "shell.h" 3 # include "dvomath.h" 4 # include "convert.h" 5 # include "display.h" 6 # include "data.h" 1 # include "astro.h" 7 2 8 3 # ifndef DVO2_H … … 23 18 } SkyRegionList; 24 19 20 # if (0) 25 21 typedef struct { 26 22 float Rmin, Rmax; … … 31 27 char name[24]; 32 28 } SkyRegion; /* 48 bytes */ 29 # endif 33 30 34 31 SkyRegion *SkyFindPoint (SkyRegion *db, SkyCoord c, int depth); … … 36 33 SkyRegion **SkyFindArea (SkyRegion *db, SkyCoord c1, SkyCoord c2, int *nlist); 37 34 SkyRegion *SkyFindAreaDB (SkyRegion *db, SkyRegion *ref, SkyCoord c1, SkyCoord c2, int *Nregion); 38 SkyRegion *SkyBuildTable (SkyRegion *seed, int Nseed, int level, int depth);39 35 40 36 SkyRegion *SkyMakeRegions (int Nlevels, int *nlist); … … 43 39 SkyRegion *SkyDivide (SkyRegion *in); 44 40 41 SkyRegionTable *SkyBuildTable (SkyRegion *seed, int Nseed); 42 SkyRegion *SkyRegionsFromGSC (char *filename, int *nregions); 43 int FindDecBand (double dec, double *DEC0, double *DEC1); 44 45 45 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
