IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 10:46:32 AM (20 years ago)
Author:
eugene
Message:

adding proper motion and parallax to addstar, dropping _PS from RA and DEC in average

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/def/average.d

    r6454 r6683  
    22EXTNAME      DVO_AVERAGE
    33TYPE         BINTABLE
    4 SIZE         44
     4SIZE         76
    55DESCRIPTION  DVO Average Object Table
    66
    77# elements of data structure / FITS table
    88
    9 FIELD R_PS,           RA,         double,           RA,                           decimal degrees
    10 FIELD D_PS,           DEC,        double,           DEC,                          decimal degrees
    11 FIELD M_PS,           MAG,        float,            primary mag,                  mag
    12 FIELD dM_PS,          MAG_ERR,    float,            error on primary mag,         mag
     9FIELD R,              RA,         double,           RA,                           decimal degrees
     10FIELD D,              DEC,        double,           DEC,                          decimal degrees
     11FIELD dR,             RA_ERR,     float,            RA error                      arcsec
     12FIELD dD,             DEC_ERR,    float,            DEC error                     arcsec
     13
     14FIELD uR,             U_RA,       float,            RA*cos(D) proper-motion,      arcsec/year
     15FIELD uD,             U_DEC,      float,            DEC proper-motion,            arcsec/year
     16FIELD duR,            V_RA_ERR,   float,            RA*cos(D) p-m error,          arcsec/year
     17FIELD duD,            V_DEC_ERR,  float,            DEC p-m error,                arcsec/year
     18FIELD P,              PAR,        float,            parallax,                     arcsec
     19FIELD dP,             PAR_ERR,    float,            parallax error,               arcsec
     20
     21FIELD M,              MAG,        float,            primary mag,                  mag
     22FIELD dM,             MAG_ERR,    float,            error on primary mag,         mag
    1323FIELD Xp,             SIGMA_POS,  short,            position scatter,             1/100 arcsec
    1424FIELD Xm,             CHISQ_MAG,  short,            chisq for primary mag,        [100*log(value)]
     
    2030FIELD missing,        missing,    int,              offset to first missing obs
    2131
    22 #
    23 # V_RA,   float,            proper-motion (arcsec/year),
    24 # V_DEC   float,            proper-motion (arcsec/year),
    25 # PAR     float             parallax (arcseconds)
    26 # D_V_RA  float,            proper-motion error (arcsec/year),
    27 # D_V_DEC float,            proper-motion error (arcsec/year),
    28 # D_PAR   float             parallax error (arcseconds)
     32# this structure should only be used for internal representations
     33# the average-FORMAT structures should be used for external representations
Note: See TracChangeset for help on using the changeset viewer.