Changeset 16779
- Timestamp:
- Mar 2, 2008, 2:20:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080223/Ohana/src/libautocode/def/photcode-ps1-dev-1.d
r15694 r16779 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 combination10 FIELD type, TYPE,char, PRI/SEC/DEP/REF11 FIELD dummy, DUMMY,char[3], padding12 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/SEC19 FIELD Nc, NC,int, number of color terms20 FIELD X, X,float[4], color terms $X[0]*mc + X[1]*mc^2 + X[2]*mc^3$, etc21 FIELD astrom Scale, ASTROM_SCALE, float, astrom error = mag error * astromScale22 FIELD phot SysErr, PHOT_SYS_ERR,float, systematic photometric error23 FIELD padding, PADDING,float[4], placeholder8 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 astromErrMagScale, ASTROM_ERR_MAG_SCALE, float, astrometric error / mag error scale 22 FIELD photomErrSys, PHOTOM_ERR_SYS, float, systematic photometric error 23 FIELD padding, PADDING, float[4], placeholder
Note:
See TracChangeset
for help on using the changeset viewer.
