All examples for READTAB
#	Reads a table of shot coordinates.
#	Only entries with increasing shot numbers are input
#---------------------------------------------------------

*call	readtab	table	shots
shot	integer	1
x	float
y	float
z	float
file	inc	shots.d

#---------------------------------------------------------