Home »
Public Forums »
archive »
ASCII data with 5000 columns
ASCII data with 5000 columns [message #14625] |
Wed, 10 March 1999 00:00 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
Hi,
how to read an ASCII datafile with 5000 data coloumns.
The length of each line is about 56400 characters or longer.
reads, readf don't work because the max stringlenth is exceeded.
The only way I know to read is readu.
I separate the numbers in the byte array convert them to string and at
last to
float.
It's a bit unbelievable that's idl is able to handle more than 2 Giga
Byte but
only if they are organized by lines and a few columns.
Any further ideas?
|
|
|
Current Time: Wed Oct 08 15:33:16 PDT 2025
Total time taken to generate the page: 0.00583 seconds