ANSI-C program: float2ascii.c
NAME
float2ascii -
Convert float format data to ascii text format
SYNOPSIS
float2ascii <din> <width> <data_out>
[loff] [nl]
data_in | (input) input data file (float) |
width |
number of data values per line |
data_out | (output) text format data file with spaces between columns |
loff |
offset lines to start of
data (enter - for default: 0) |
nl |
number of lines (enter -
for default: all) |
float2ascii q 16 q.txt
Converts the float fomat binary data file q with 16 values per line to a text format file with 16 columns of values.
float2ascii q 16 q.txt 2 14
SEE ALSO
ascii2float