All examples for LOAD
#	Load from a structured dataset 
###################################################

## construct a dataset from multiple SEGY files:

*call	dataset	data_1999
files	
segy	{jindir}1999_vertical_with_kill_trace.sgy
segy	{jindir}1999_inline.sgy
segy	{jindir}1999_Xline.sgy

...

##	load all files in the dataset:

*call	load	data_1999

###################################################