IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2005, 5:53:44 PM (21 years ago)
Author:
eugene
Message:

working on skydb tools

File:
1 edited

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"
    72
    83# ifndef DVO2_H
     
    2318} SkyRegionList;
    2419
     20# if (0)
    2521typedef struct {
    2622  float Rmin, Rmax;
     
    3127  char  name[24];
    3228} SkyRegion; /* 48 bytes */
     29# endif
    3330
    3431SkyRegion *SkyFindPoint (SkyRegion *db, SkyCoord c, int depth);
     
    3633SkyRegion **SkyFindArea (SkyRegion *db, SkyCoord c1, SkyCoord c2, int *nlist);
    3734SkyRegion *SkyFindAreaDB (SkyRegion *db, SkyRegion *ref, SkyCoord c1, SkyCoord c2, int *Nregion);
    38 SkyRegion *SkyBuildTable (SkyRegion *seed, int Nseed, int level, int depth);
    3935
    4036SkyRegion *SkyMakeRegions (int Nlevels, int *nlist);
     
    4339SkyRegion *SkyDivide (SkyRegion *in);
    4440
     41SkyRegionTable *SkyBuildTable (SkyRegion *seed, int Nseed);
     42SkyRegion *SkyRegionsFromGSC (char *filename, int *nregions);
     43int FindDecBand (double dec, double *DEC0, double *DEC1);
     44
    4545# endif
Note: See TracChangeset for help on using the changeset viewer.