IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 26, 2007, 4:36:14 PM (18 years ago)
Author:
eugene
Message:

adding new photcode I/O formats; adding fields for astrometric error to photcode

File:
1 edited

Legend:

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

    r12332 r15694  
    11STRUCT       PhotCode
    2 EXTNAME      DVO_PHOTCODE
     2EXTNAME      DVO_PHOTCODE_RAW
    33TYPE         BINTABLE
    4 SIZE         80
     4SIZE         104
    55DESCRIPTION  DVO Photcode Description Table
    66
    77# elements of data structure / FITS table
    8 FIELD  code,        CODE,        unsigned short, code number (stored in Measure.source)
    9 FIELD  name,        NAME,        char[32],       name for filter combination
    10 FIELD  type,        TYPE,        char,           PRI/SEC/DEP/REF
    11 FIELD  dummy,       DUMMY,       char[3],        padding
    12 FIELD  C,           C_LAM,       short,          primary phot calibration terms (millimags)
    13 FIELD  dC,          C_LAM_ERR,   short,          primary phot calibration terms (millimags)
    14 FIELD  dX,          X_ERR,       short,          primary phot calibration terms (millimags)
    15 FIELD  K,           K,           float,          secondary phot calibration terms (millimags)
    16 FIELD  c1,          C1,          int,            color is average.M[c1] - average.M[c2]
    17 FIELD  c2,          C2,          int,            color is average.M[c1] - average.M[c2]
    18 FIELD  equiv,       EQUIV,       int,            this dependent filter is equivalent to equiv PRI/SEC
    19 FIELD  Nc,          NC,          int,            number of color terms
    20 FIELD  X,           X,           float[4],       color terms $X[0]*mc + X[1]*mc^2 + X[2]*mc^3$, etc
     8FIELD  code,         CODE,          unsigned short, code number (stored in Measure.source)
     9FIELD  name,         NAME,          char[32],       name for filter combination
     10FIELD  type,         TYPE,          char,           PRI/SEC/DEP/REF
     11FIELD  dummy,        DUMMY,         char[3],        padding
     12FIELD  C,            C_LAM,         short,          primary phot calibration terms (millimags)
     13FIELD  dC,           C_LAM_ERR,     short,          primary phot calibration terms (millimags)
     14FIELD  dX,           X_ERR,         short,          primary phot calibration terms (millimags)
     15FIELD  K,            K,             float,          secondary phot calibration terms (millimags)
     16FIELD  c1,           C1,            int,            color is average.M[c1] - average.M[c2]
     17FIELD  c2,           C2,            int,            color is average.M[c1] - average.M[c2]
     18FIELD  equiv,        EQUIV,         int,            this dependent filter is equivalent to equiv PRI/SEC
     19FIELD  Nc,           NC,            int,            number of color terms
     20FIELD  X,            X,             float[4],       color terms $X[0]*mc + X[1]*mc^2 + X[2]*mc^3$, etc
     21FIELD  astromScale,  ASTROM_SCALE,  float,          astrom error = mag error * astromScale
     22FIELD  photSysErr,   PHOT_SYS_ERR,  float,          systematic photometric error
     23FIELD  padding,      PADDING,       float[4],       placeholder
Note: See TracChangeset for help on using the changeset viewer.