IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2011, 11:18:00 AM (15 years ago)
Author:
bills
Message:

move the functions that implement the dvo "database lookups" (avextract, mextract, imextract) etc from opihi to libdvo so that they can be used in relastro -high-speed. Restructure relastro -high-speed to use configuration variables for the cuts on the two sets of photcodes. Default to ps1 versus 2mass as was previoulsy hard coded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r31450 r31635  
     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 */
     
    501504SkyList   *SkyListChildrenByBounds_List PROTO((SkyList *table, int depth, double Rmin, double Rmax, double Dmin, double Dmax));
    502505
     506int set_skyregion(double Rs, double Re, double Ds, double De);
     507int get_skyregion (double *Rs, double *Re, double *Ds, double *De);
     508
     509void dvo_set_catdir(char *catdir);
     510char *dvo_get_catdir();
     511
    503512/* dvo-specific sorting functions */
    504513void sortave (Average *ave, off_t N);
     
    508517void sort_regions (SkyRegion *region, off_t N);
    509518
     519#ifdef MOVED_TO_LIBOHANA
     520int  print_error(void);
     521int  init_error(void);
     522int  push_error(char *);
     523#endif
     524
    510525# endif
Note: See TracChangeset for help on using the changeset viewer.