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/libohana/include/ohana.h

    r31160 r31635  
    9494};
    9595
     96typedef enum {GP_LOG, GP_ERR} gpDest;
     97
    9698/* Some notes on the Ohana BYTE_SWAP macros:
    9799
     
    317319off_t   Fwrite                 PROTO((void *ptr, off_t size, off_t nitems, FILE *f, char *type));
    318320
     321char   **isolate_elements      PROTO((int argc, char **argv, int *nstack));
     322
     323// functions used to manage "last error message"
     324int    init_error                PROTO((void));
     325int    push_error                PROTO((char *line));
     326int    print_error               PROTO((void));
     327
     328// gprint gets a stub implementation in libohana. opihi implements the real one.
     329int    gprint (gpDest dest, char *format, ...);
     330
    319331/*
    320332#   define F_SETFL         4   
Note: See TracChangeset for help on using the changeset viewer.