IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2014, 11:07:45 AM (12 years ago)
Author:
eugene
Message:

add starpar (stellar parameters) to dvo I/O functions

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/libautocode/def/starpar.d

    r37389 r37390  
    1 STRUCT       StarPars
     1STRUCT       StarPar
    22EXTNAME      DVO_STELLAR_PARAMS
    33TYPE         BINTABLE
     
    55DESCRIPTION  DVO Table of Stellar Properties
    66
    7 FIELD galLat,         GAL_LAT,       double, galactic latitude
    8 FIELD galLon,         GAL_LON,       double, galactic longitude
    9 FIELD MKtype,         MK_TYPE,       float, O0 = 0.0?
    10 FIELD Par,            PARALLAX,      float, 1/pc
    11 FIELD dPar,           PARALLAX_ERR,  float, 1/pc
    12 FIELD uRA,            U_RA,          model guess for proper motion
    13 FIELD uDEC,           U_DEC,         model guess for proper motion
    14 FIELD averef,         AVE_REF,      unsigned int,   reference to average entry     
    15 FIELD objID,          OBJ_ID,       unsigned int,   unique ID for object in table
    16 FIELD catID,          CAT_ID,       unsigned int,   unique ID for table in which object was first realized
     7FIELD galLat,         GAL_LAT,       double,         galactic latitude
     8FIELD galLon,         GAL_LON,       double,         galactic longitude
     9FIELD MKtype,         MK_TYPE,       float,          O0 = 0.0?
     10FIELD Par,            PARALLAX,      float,          1/pc
     11FIELD dPar,           PARALLAX_ERR,  float,          1/pc
     12FIELD uRA,            U_RA,          float,          model guess for proper motion
     13FIELD uDEC,           U_DEC,         float,          model guess for proper motion
     14FIELD averef,         AVE_REF,       unsigned int,   reference to average entry     
     15FIELD objID,          OBJ_ID,        unsigned int,   unique ID for object in table
     16FIELD catID,          CAT_ID,        unsigned int,   unique ID for table in which object was first realized
    1717
    1818# this is the list of stellar parameters loaded from Greg Green's tables:
Note: See TracChangeset for help on using the changeset viewer.