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/opihi/include/shell.h

    r30614 r31635  
    1212# define MACRO_NAME(s) MACRO_STRING(s)
    1313
     14typedef enum {GP_FILE, GP_BUFF} gpMode;
     15#ifdef NOT_MOVED_TO_LIBOHANA
    1416/* enums used by gprint functions */
    15 typedef enum {GP_FILE, GP_BUFF} gpMode;
    1617typedef enum {GP_LOG, GP_ERR} gpDest;
     18#endif
    1719typedef enum {OPIHI_VERBOSE_OFF, OPIHI_VERBOSE_ON, OPIHI_VERBOSE_ERROR} OpihiVerboseMode;
    1820
     
    122124char         *VarConfigEntry            PROTO((char *keyword, char *mode, int entry, void *ptr));
    123125
     126#ifndef NOT_MOVED_TO_DVO
    124127int           init_error                PROTO((void));
    125128int           push_error                PROTO((char *line));
    126129int           print_error               PROTO((void));
     130#endif
     131
    127132void          handle_interrupt          PROTO((int));
    128133char        **command_completer         PROTO((const char *, int, int));
     
    168173FILE         *gprintGetFile             PROTO((gpDest dest));
    169174char         *gprintGetName             PROTO((gpDest dest));
     175#ifdef NOT_MOVED_TO_LIBOHANA
    170176int           gprint                    PROTO((gpDest dest, char *format, ...)) OHANA_FORMAT(printf, 2, 3);
     177#endif
    171178int           gwrite                    PROTO((char *buffer, int size, int N, gpDest dest));
    172179int           gprint_syserror           PROTO((gpDest dest, int myError, char *format, ...)) OHANA_FORMAT(printf, 3, 4);
Note: See TracChangeset for help on using the changeset viewer.