if you go to UCSC Table Browser you can select Group -> Repeats. Afterwards there is a button describe table schema in the table line. This is what is described there:
field example SQL type description
bin 585 smallint(5) unsigned Indexing field to speed chromosome range queries.
swScore 463 int(10) unsigned Smith Waterman alignment score
milliDiv 13 int(10) unsigned Base mismatches in parts per thousand
milliDel 6 int(10) unsigned Bases deleted in parts per thousand
milliIns 17 int(10) unsigned Bases inserted in parts per thousand
genoName chr1 varchar(255) Genomic sequence name
genoStart 10000 int(10) unsigned Start in genomic sequence
genoEnd 10468 int(10) unsigned End in genomic sequence
genoLeft -248945954 int(11) -#bases after match in genomic sequence
strand + char(1) Relative orientation + or -
repName (TAACCC)n varchar(255) Name of repeat
repClass Simple_repeat varchar(255) Class of repeat
repFamily Simple_repeat varchar(255) Family of repeat
repStart 1 int(11) Start (if strand is +) or -#bases after match (if strand is -) in repeat sequence
repEnd 471 int(11) End in repeat sequence
repLeft 0 int(11) -#bases after match (if strand is +) or start (if strand is -) in repeat sequence
id 1 char(1) First digit of id field in RepeatMasker .out file. Best ignored.
Can you please edit your post and paste a few lines from the file?
Hi @RamRS. Added a few lines.