Changeset 16780
- Timestamp:
- Mar 2, 2008, 2:20:37 PM (18 years ago)
- Location:
- branches/eam_branch_20080223/Ohana/src/libautocode/def
- Files:
-
- 2 edited
-
photcode-ps1-dev-2.d (modified) (1 diff)
-
photcode.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080223/Ohana/src/libautocode/def/photcode-ps1-dev-2.d
r16699 r16780 2 2 EXTNAME DVO_PHOTCODE_PS1_DEV_2 3 3 TYPE BINTABLE 4 SIZE 1044 SIZE 96 5 5 DESCRIPTION DVO Photcode Description Table 6 6 7 7 # 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 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 astromErrSys, ASTROM_ERR_SYS, float, systematic astrometry error (arcsec) 22 FIELD astromErrScale, ASTROM_ERR_SCALE, float, astrometric error scale 23 FIELD astromErrMagScale, ASTROM_ERR_MAG_SCALE, float, astrometric error / mag error scale 24 FIELD 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 2 2 EXTNAME DVO_PHOTCODE_RAW 3 3 TYPE BINTABLE 4 SIZE 1044 SIZE 96 5 5 DESCRIPTION DVO Photcode Description Table 6 6 7 7 # 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 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 astromErrSys, ASTROM_ERR_SYS, float, systematic astrometry error (arcsec) 22 FIELD astromErrScale, ASTROM_ERR_SCALE, float, astrometric error scale 23 FIELD astromErrMagScale, ASTROM_ERR_MAG_SCALE, float, astrometric error / mag error scale 24 FIELD 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.
