Convert a file containing a two dimensional array of binary floats to
.rsf format. n1*n2*sizeof(float) bytes are read from the input file
and the rsf file is written to standard output. If you have a higher
dimension file (3d, 4d, ..) you can change n2, n3, etc using sfput.
Example that converts and plots a binary velocity grid: