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/dvomath.h

    r20936 r31635  
    77
    88# define NCHARS 256
    9 # define opihi_flt double
    10 # define opihi_int int
     9// # define opihi_flt double
     10// # define opihi_int int
    1111// NOTE: if opihi_int is changed to unsigned, all subtraction and negation operations
    1212// need to result in a float value (or 3 - 5 will yield the unexpected value 2^32 - 2)
     
    2626enum {ANYVECTOR, NEWVECTOR, OLDVECTOR};
    2727enum {ANYBUFFER, NEWBUFFER, OLDBUFFER};
     28#ifdef NOT_MOVED_TO_LIBDVO
    2829enum {OPIHI_FLT, OPIHI_INT};
     30#endif
    2931
    3032typedef struct {                        /* representation of a variable (0-D) */
     
    6466/* math functions */
    6567char         *dvomath               PROTO((int argc, char **argv, int *size, int maxsize));
    66 char        **isolate_elements      PROTO((int argc, char **argv, int *nstack));
     68// MOVED to libohana
     69// char        **isolate_elements      PROTO((int argc, char **argv, int *nstack));
    6770StackVar     *convert_to_RPN        PROTO((int argc, char **argv, int *nstack));
    6871int           check_stack           PROTO((StackVar *stack, int Nstack, int validsize));
     
    144147/* why are these in here? */
    145148int           gfits_copy_matrix_info (Matrix *matrix1, Matrix *matrix2);
     149#ifndef MOVED_TO_LIBDVO
    146150int           GetTimeFormat         PROTO((time_t *TimeReference, int *TimeFormat));
     151#endif
    147152
    148153# endif
Note: See TracChangeset for help on using the changeset viewer.