IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2008, 11:11:55 AM (18 years ago)
Author:
eugene
Message:

add galactic and ecliptic longitude and latitude as virtual fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvoshell.h

    r16810 r16936  
    2323/* measure fields */
    2424enum {MEAS_ZERO,
     25      MEAS_GLON,
     26      MEAS_GLAT,
     27      MEAS_GLON_AVE,
     28      MEAS_GLAT_AVE,
     29      MEAS_ELON,
     30      MEAS_ELAT,
     31      MEAS_ELON_AVE,
     32      MEAS_ELAT_AVE,
    2533      MEAS_RA,
    2634      MEAS_DEC,
     
    8492      AVE_RA_ERR,
    8593      AVE_DEC_ERR,
     94      AVE_GLON,
     95      AVE_GLAT,
     96      AVE_ELON,
     97      AVE_ELAT,
    8698      AVE_U_RA,
    8799      AVE_U_DEC,
     
    241253int wordhash (char *word);
    242254
     255int dbExtractAverageInitTransform (CoordTransformSystem target);
     256int dbExtractAverageInit ();
     257
     258int dbExtractMeasuresInitTransform (CoordTransformSystem target);
     259int dbExtractMeasuresInitAve ();
     260int dbExtractMeasuresInitMeas ();
     261
    243262# endif
Note: See TracChangeset for help on using the changeset viewer.