IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2005, 8:51:56 AM (21 years ago)
Author:
eugene
Message:

adding internal vs external formats for average, measure, secfilt

File:
1 edited

Legend:

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

    r4832 r4865  
    22EXTNAME DVO_MEASURE_PANSTARRS
    33TYPE    BINTABLE
    4 SIZE    32
     4SIZE    50
    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
    10 FIELD M,              MAG,        short,          catalog mag,                    millimag
    11 FIELD Mcal,           Mcal,       short,          image cal mag,                  millimag
    12 FIELD Mgal,           Mgal,       short,          galaxy mag,                     millimag
    13 FIELD airmass,        airmass,    short,          (airmass - 1),                  milliairmass
     8FIELD dR,             D_RA,       float,          RA offset,                      arcsec
     9FIELD dD,             D_DEC,      float,          DEC offset,                     arcsec
     10FIELD M,              MAG,        float,          catalog mag,                    mag
     11FIELD dM,             dM,         float,          mag error,                      mag
     12FIELD Mcal,           Mcal,       float,          image cal mag,                  mag
     13FIELD Mgal,           Mgal,       float,          galaxy mag,                     mag
     14FIELD airmass,        airmass,    float,          (airmass - 1),                  airmass
     15FIELD dt,             dt,         float,          exposure time,                  2.5*log(exptime)
    1416FIELD FWx,            FWx,        short,          object fwhm major axis,         1/100 of arcsec
    15 FIELD dM,             dM,         unsigned char,  mag error,                      millimag
    16 FIELD fwy,            fwy,        unsigned char,  object fwhm minor/major ratio
     17FIELD FWy,            FWy,        short,          object fwhm minor axis,         1/100 of arcsec
    1718FIELD theta,          theta,      unsigned char,  angle wrt ccd X dir,            (0xff/360) deg
    1819FIELD dophot,         dophot,     char,           dophot type
    1920FIELD source,         source,     unsigned short, photcode
     21FIELD flags,          flags,      unsigned short, flags for various uses 
    2022FIELD t,              t,          unsigned int,   time in seconds (UNIX)
    2123FIELD averef,         averef,     unsigned int,   reference to average entry     
    22 FIELD dt,             dt,         short,          exposure time,                  2500*log(exptime)
    23 FIELD flags,          flags,      unsigned short, flags for various uses 
Note: See TracChangeset for help on using the changeset viewer.