Manual Page for Command >>>> SET (2)



Syntax
>>>> SET: iset

Parent Command
all third-level commands in block > OBSERVATION

 

Subcommand
-

Description
Multiple data sets can be stored on a single file, separated by a single line containing characters. This command is used to select the iset‘th data set on a data file. By default, data are read from the first set following the header lines (see command >>>> HEADER).

Example
> OBSERVATION
>> PRESSURE
>>> ELEMENT: AAA99
>>>> ANNOTATION: Pres. well BBB
>>>> conversion FACTOR: 1.0E5
>>>> skip: 3 HEADER lines, then
>>>> select: 2 nd SET on
>>>> COLUMNS: 2 3
>>>> DATA FILE: pres.dat [HOURS]
>>>> RELATIVE error: 0.05
<<<<
<<<

The content of file pres.dat is:

1 This is file pres.dat
Line Time Pressure
3 Data set 1: Pressure in borehole AAA
4 0.0 1.000
5 1.0 1.134
6 2.0 1.495
7 Data set 2: Pressure in borehole BBB
8 0.0 1.051
9 1.0 1.433
10 2.0 1.874
11 3.0 2.431
.. ... .....

 

See Also
>>>> HEADER