IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16780


Ignore:
Timestamp:
Mar 2, 2008, 2:20:37 PM (18 years ago)
Author:
eugene
Message:

added astromErrScale, astromErrSys

Location:
branches/eam_branch_20080223/Ohana/src/libautocode/def
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080223/Ohana/src/libautocode/def/photcode-ps1-dev-2.d

    r16699 r16780  
    22EXTNAME      DVO_PHOTCODE_PS1_DEV_2
    33TYPE         BINTABLE
    4 SIZE         104
     4SIZE         96
    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
    21 FIELD  astromScale,  ASTROM_SCALE,  float,          astrom error = mag error * astromScale
    22 FIELD  photSysErr,   PHOT_SYS_ERR,  float,          systematic photometric error
    23 FIELD  padding,      PADDING,       float[4],       placeholder
     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  astromErrSys,      ASTROM_ERR_SYS,        float,          systematic astrometry error (arcsec)
     22FIELD  astromErrScale,    ASTROM_ERR_SCALE,      float,          astrometric error scale
     23FIELD  astromErrMagScale, ASTROM_ERR_MAG_SCALE,  float,          astrometric error / mag error scale
     24FIELD  photomErrSys,      PHOTOM_ERR_SYS,        float,          systematic photometric error
     25
     26#   dR_total^2 =  dR_sys^2 + AS * dR_obs^2 + MS * dM_obs^2
     27#   dR_sys : systematicAstrometryError
     28#   AS     : astrometryErrorScale
     29#   MS     : astrometryErrorMagScale
  • branches/eam_branch_20080223/Ohana/src/libautocode/def/photcode.d

    r15694 r16780  
    22EXTNAME      DVO_PHOTCODE_RAW
    33TYPE         BINTABLE
    4 SIZE         104
     4SIZE         96
    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
    21 FIELD  astromScale,  ASTROM_SCALE,  float,          astrom error = mag error * astromScale
    22 FIELD  photSysErr,   PHOT_SYS_ERR,  float,          systematic photometric error
    23 FIELD  padding,      PADDING,       float[4],       placeholder
     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  astromErrSys,      ASTROM_ERR_SYS,        float,          systematic astrometry error (arcsec)
     22FIELD  astromErrScale,    ASTROM_ERR_SCALE,      float,          astrometric error scale
     23FIELD  astromErrMagScale, ASTROM_ERR_MAG_SCALE,  float,          astrometric error / mag error scale
     24FIELD  photomErrSys,      PHOTOM_ERR_SYS,        float,          systematic photometric error
     25
     26#   dR_total^2 =  dR_sys^2 + AS * dR_obs^2 + MS * dM_obs^2
     27#   dR_sys : systematicAstrometryError
     28#   AS     : astrometryErrorScale
     29#   MS     : astrometryErrorMagScale
Note: See TracChangeset for help on using the changeset viewer.