"TIME_UNITS = 1"
"TITLE(0) = '12-MAY-1999:05:04.30' "
"TITLE(1) = 'data recorded by Edward' "
'description of event codes is in '
'directory DISK1:/fil/desc/series1.dat'
0,1,0
1,1,17
3,2,3
1,2,11
1,3,3
1,3,51
1,3,2
1,2,17
2,1,25
2,2,14
1,2,33
1,1,2
1,4,156
1,2,29
1,3,9
1,1,44
'hazardous current on the monitor'
1,4,22
A,C05,3
3,2,2
1,2,4
1,2,19
1,2,43
1,1,25
3,1,98
1,4,8
1,1,39
1,2,5
1,4,13
0,2,7
0,FFFF,0
|
This file reads as follows: In the first line we see
that the units of time in this file are given in seconds.
The second and third lines contain comments that will not be ignored
by the programs of analysis because they appear in the TITLE keyword.
In the fourth and fifth lines the comments are used only for proper user's need.
In the sixth line we see that data
collection had started. Actual data starts in the
seventh line and says that event <1,1> occurred 17 seconds after
we started the recording, event <3,2> occurred 20 (17+3)
seconds after we started the recording, event <1,2> occurred
at time 31 (17+3+11) seconds, etc...
In the twenty-second line a comment that will be ignored by the programs
of analysis is inserted.
The next line tells
us that event <1,4> occurred 22 seconds after event <1,1>
(the last event before the comment was inserted) and then after additional
3 seconds a totally different kind of event, <A,C05>, occurred.
Then we get some more data, and then the last line states that
7 seconds after the last event, in this example event <1,4>
the data acquisition was stopped and this file ends.
Note that as much as we need
to know how much time elapsed from the beginning of
the recording until the first event occurred, we also
need to know how much time elapsed from the last recorded
event until we stopped our measurements.
|