IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2012, 2:07:22 PM (15 years ago)
Author:
eugene
Message:

adding a few query fields to mextract (flat, Mcal_offset, mean_airmass)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvodb.h

    r31647 r33200  
    11# ifndef DVODB_H
    22# define DVODB_H
     3
     4# define MEASURE_HAS_XCCD 1
    35
    46typedef enum {
     
    8284      MEAS_EXPTIME,
    8385      MEAS_AIRMASS,
     86      MEAS_MEAN_AIRMASS,
    8487      MEAS_ALT,
    8588      MEAS_AZ,
    8689      MEAS_PHOTCODE,
    8790      MEAS_PHOTCODE_EQUIV,
     91      MEAS_PHOTCODE_KLAM,
     92      MEAS_PHOTCODE_C,
    8893      MEAS_TIME,
    8994      MEAS_FWHM,
     
    120125      MEAS_EXT_NSIGMA,
    121126      MEAS_EXTERN_ID,
     127      MEAS_MCAL_OFFSET,
     128      MEAS_FLAT,
    122129};
    123130
Note: See TracChangeset for help on using the changeset viewer.