\fixlen = T \ Default Data Dictionary \ \ \ If the keyvalue of 'alias' is not 'none', dbin will attach the '_' plus \ keyvalue at the end of each column name \ \alias = none \ \ \ The column name which matches keyvalue of 'longitude' is used to \ calculate spatial index when needed. \ The matched column should have ra J2000 values in decimal degree. \ \longitude = ra \ \ \ The column name which matches keyvalue of 'latitude' is used to \ calculate spatial index when needed. \ The matched column should have dec J2000 values in decimal degree. \ \latitude = dec \ \ \ The keyvalue of 'primary' defines a key column in an ASCII table. \ If a such column does not exist in a table, dbin will create column 'cntr', \ which is populated with serial values started from 1. \ Otherside, no column is added. \ If keyword 'primary' is missing, no 'cntr' column is generated. \ \primary = cntr \ \ \ If one of the table columns matches keyvalue 'spt_ind', \ dbin will not generate a level 7 spatial index column. \ \ If one of the table columns matches keyvalue 'htm20', \ dbin will not generate a level 20 spatial index column. \ \ If the keyword 'spt_ind' exists on a DD header while \ keyvalue of 'spt_ind' does not match any column in a table, \ dbin will create a level 7 spatial index based on \ (1) existing column names, which match the keyvalues of 'x', 'y', 'z'. \ (2) calculted 'x', 'y', or 'z' columns based on the \ keyvalues of 'longitude' and 'latitude'. \ If the keyword 'spt_ind' is missing on a DD header, no 'spt_ind' \ is created. \ \ \spt_ind = spt_ind \ \ \ The rules of generating htm20 are the same as spt_ind. \ \htm20 = htm20 \ \ \ If the keyword 'x', 'y', 'z' is missing, dbin will calculat \ x, y, or z values if ra and dec exist. \ \x = x \y = y \z = z \ \ | cntr| name| original_name| description| units| intype| format| dbtype|nulls|tableflg|groupid|irsadef| sel|indx| label| | integer| char| char| char| char| char| char| char| char| integer|integer| char|char|char| char| 1 Mask Mask Name of DEIMOS mask char 11.11s varchar2(11) y 2 1 y y n Mask 2 RA RA RA (J2000) of target hms char 11.11s varchar2(11) y 2 2 y y n RA 3 DEC DEC DEC (J2000) of target dms char 14.14s varchar2(14) y 2 3 y y n DEC 4 PA PA Position Angle of mask degrees float 19.10e float(63) y 2 4 y y n PA 5 Date Date Date mask was taken char 13.13s varchar2(13) y 2 5 y y n Date 6 UTC UTC UTC of mask data char 11.11s varchar2(11) y 2 6 y y n UTC 7 Exposure Exposure Exposure time float 19.10e float(63) y 2 7 y y n Exposure 8 Air_Mass Air_Mass Airmass of observation float 19.10e float(63) y 2 8 y y n Air_Mass 9 Grating Grating Grating used char 10.10s varchar2(10) y 2 9 y y n Grating 10 Filter Filter Filter Used char 9.9s varchar2(9) y 2 10 y y n Filter 11 NObj NObj Number of Objects char 15.15s varchar2(15) y 2 11 y y n NObj