IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2012, 2:28:17 PM (14 years ago)
Author:
eugene
Message:

new query fields (secfilt flags; mean airmass; mcal offset, photcode_klam, photcode_c); updates to the measure,average,secfilt bit flags (relphot & relastr); support for distributed hosts & flat-field corrections in dvo; support for PS1_V3 schema; remove strdup from code (break ohana memory management); better support for Average,Measure Tiny values (used by relphot and relastro)

File:
1 edited

Legend:

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

    r31647 r33649  
    11# ifndef DVODB_H
    22# define DVODB_H
     3
     4# define MEASURE_HAS_XCCD 1
    35
    46typedef enum {
     
    7476      MEAS_NPOS,
    7577      MEAS_OBJ_FLAGS,
     78      MEAS_SECFILT_FLAGS,
    7679      MEAS_MAG,
    7780      MEAS_MINST,
     
    8285      MEAS_EXPTIME,
    8386      MEAS_AIRMASS,
     87      MEAS_MEAN_AIRMASS,
    8488      MEAS_ALT,
    8589      MEAS_AZ,
    8690      MEAS_PHOTCODE,
    8791      MEAS_PHOTCODE_EQUIV,
     92      MEAS_PHOTCODE_KLAM,
     93      MEAS_PHOTCODE_C,
    8894      MEAS_TIME,
    8995      MEAS_FWHM,
     
    120126      MEAS_EXT_NSIGMA,
    121127      MEAS_EXTERN_ID,
     128      MEAS_MCAL_OFFSET,
     129      MEAS_FLAT,
    122130};
    123131
Note: See TracChangeset for help on using the changeset viewer.