IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2005, 3:04:36 PM (21 years ago)
Author:
eugene
Message:

moving to internal vs external measure/average: R,D + dR,dD.
NOTE * dR,dD now represent 1.0 arcsec, not 0.01 arcsec.

* all use has been updated to match

File:
1 edited

Legend:

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

    r4023 r4800  
    22EXTNAME DVO_MEASURE
    33TYPE    BINTABLE
    4 SIZE    32
     4SIZE    36
    55
    66# elements of data structure / FITS table
    77
    8 FIELD dR,             D_RA,       short,          RA offset,                      1/100 arcsec
    9 FIELD dD,             D_DEC,      short,          DEC offset,                     1/100 arcsec
     8# these are the entries from the Elixir DB format:
     9# FIELD dR,             D_RA,      short,          RA offset,                     1/100 arcsec
     10# FIELD dD,             D_DEC,     short,          DEC offset,                    1/100 arcsec
     11# replace these with the above names
     12FIELD dR_PS,             D_RA,   float,          RA offset,                       arcsec
     13FIELD dD_PS,             D_DEC,  float,          DEC offset,                      arcsec
     14
    1015FIELD M,              MAG,        short,          catalog mag,                    millimag
    1116FIELD Mcal,           Mcal,       short,          image cal mag,                  millimag
Note: See TracChangeset for help on using the changeset viewer.