Changeset 15694 for trunk/Ohana/src/libautocode/def/photcode.d
- Timestamp:
- Nov 26, 2007, 4:36:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libautocode/def/photcode.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/def/photcode.d
r12332 r15694 1 1 STRUCT PhotCode 2 EXTNAME DVO_PHOTCODE 2 EXTNAME DVO_PHOTCODE_RAW 3 3 TYPE BINTABLE 4 SIZE 804 SIZE 104 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 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
Note:
See TracChangeset
for help on using the changeset viewer.
