Help for 'unblock' program.

Date file created:  28 Dec 1993
Date last updated:  22 Aug 1997
'unblock' unblocks blocked multi-dimensional data files. Thus it makes them sequential.

The input data file must be blocked.

To run the program type

	unblock <unblock script file>

The unblock script file must have the following format:

	input <par file of input data file>
	output <output (unblocked) data file>

followed optionally by one or more lines of the form

	int		! the data is converted to integer
	swap		! the four bytes per word are swapped

and a typical example would be

	input /usr/people/wb104/edl387/edl387_5.spc.par
	output /usr/people/wb104/edl387/edl387_5.dat

Azara help: unblock / W. Boucher / azara@bioc.cam.ac.uk