IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2011, 6:45:51 PM (15 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/libdvo/include/dvo.h

    r31468 r31657  
     1# ifndef DVO_H
     2# define DVO_H
     3
    14# include <ohana.h>
    25# include <gfitsio.h>
    36# include <autocode.h>
    47
    5 # ifndef DVO_H
    6 # define DVO_H
     8# include <libdvo_astro.h>
     9# include <dvodb.h>
    710
    811/* DVO table modes */
     
    506509SkyList   *SkyListChildrenByBounds_List PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
    507510
     511int set_skyregion(double Rs, double Re, double Ds, double De);
     512int get_skyregion (double *Rs, double *Re, double *Ds, double *De);
     513
     514void dvo_set_catdir(char *catdir);
     515char *dvo_get_catdir();
     516
    508517/* dvo-specific sorting functions */
    509518void sortave (Average *ave, off_t N);
     
    513522void sort_regions (SkyRegion *region, off_t N);
    514523
     524#ifdef MOVED_TO_LIBOHANA
     525int  print_error(void);
     526int  init_error(void);
     527int  push_error(char *);
     528#endif
     529
    515530# endif
Note: See TracChangeset for help on using the changeset viewer.