| Re: "standard" ASCII file format [message #10556 is a reply to message #10552] |
Tue, 16 December 1997 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Thomas Egi (egith@cs.tu-berlin.de) writes:
> in the field of electric circuit simulation there is an "industriy
> standard" for simulation output called CSDF (common simulation data
> format), which can be read by all of the visualization tools. Is there a
> corresponding "de facto standard file format" for data import in the
> world of pv-wave or IDL? And if so, where can I get information on that?
There is no "standard" IDL or PV-Wave data file format.
If you have data, you can read it. Period. (Well, all right,
occasionally--for the odd data format--you have to muck
around a bit. But it *always* gets read in.) That's what
make IDL and PV-Wave so nice to work with.
If you are thinking of file output that can be read by other
packages, then I think the de facto standard may just be
a flat binary file stored in XDR format so that it is portable
across machine architectures. Be sure to convert integers to
longs if you want to use the data in your C or Fortran
applications.
Cheers,
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
|