Changeset 6683 for trunk/Ohana/src/libautocode/def/average.d
- Timestamp:
- Mar 26, 2006, 10:46:32 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libautocode/def/average.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/def/average.d
r6454 r6683 2 2 EXTNAME DVO_AVERAGE 3 3 TYPE BINTABLE 4 SIZE 444 SIZE 76 5 5 DESCRIPTION DVO Average Object Table 6 6 7 7 # elements of data structure / FITS table 8 8 9 FIELD R_PS, RA, double, RA, decimal degrees 10 FIELD D_PS, DEC, double, DEC, decimal degrees 11 FIELD M_PS, MAG, float, primary mag, mag 12 FIELD dM_PS, MAG_ERR, float, error on primary mag, mag 9 FIELD R, RA, double, RA, decimal degrees 10 FIELD D, DEC, double, DEC, decimal degrees 11 FIELD dR, RA_ERR, float, RA error arcsec 12 FIELD dD, DEC_ERR, float, DEC error arcsec 13 14 FIELD uR, U_RA, float, RA*cos(D) proper-motion, arcsec/year 15 FIELD uD, U_DEC, float, DEC proper-motion, arcsec/year 16 FIELD duR, V_RA_ERR, float, RA*cos(D) p-m error, arcsec/year 17 FIELD duD, V_DEC_ERR, float, DEC p-m error, arcsec/year 18 FIELD P, PAR, float, parallax, arcsec 19 FIELD dP, PAR_ERR, float, parallax error, arcsec 20 21 FIELD M, MAG, float, primary mag, mag 22 FIELD dM, MAG_ERR, float, error on primary mag, mag 13 23 FIELD Xp, SIGMA_POS, short, position scatter, 1/100 arcsec 14 24 FIELD Xm, CHISQ_MAG, short, chisq for primary mag, [100*log(value)] … … 20 30 FIELD missing, missing, int, offset to first missing obs 21 31 22 # 23 # V_RA, float, proper-motion (arcsec/year), 24 # V_DEC float, proper-motion (arcsec/year), 25 # PAR float parallax (arcseconds) 26 # D_V_RA float, proper-motion error (arcsec/year), 27 # D_V_DEC float, proper-motion error (arcsec/year), 28 # D_PAR float parallax error (arcseconds) 32 # this structure should only be used for internal representations 33 # the average-FORMAT structures should be used for external representations
Note:
See TracChangeset
for help on using the changeset viewer.
