Hello,

Im trying to plot some data and Im having problems

I have a binary data file with the following format:

[double (8 bytes, this is time)]

[int (4 bytes, this is the number of dimensions]

[int X (4 bytes - grid in the x dim][int Y (4 bytes grid in the y
dim][int Z (4 bytes - grid in the z dim)]

[bunch of doubles to fill this X x Y x Z grid]

* there are no spaces and lines between the different numbers, so the
file its self looks a long string of garbage when viewed in ascii

I want to create a header that takes grid information from the data
file, i looked this up in the documentation and this is what my header
file looks now

file
=/home/dmitry/cvs/DustVis/Visualization/ExampleDataSet/Constants_Blocks.0.0.0.dump
grid = lsb ieee, int, lines 0, 12, 4, 0, 4, 0, 4
format = lsb ieee
interleaving = record
majority = row
header = bytes 24
field = field0
structure = scalar
type = float
dependency = positions
end

I dont see how this header info is misapplied to the file in question,
but when i try to run i get the following error msg

Begin Execution
ERROR: Import:  Invalid data: Cannot parse ascii int value from
'       '  /
reading header information from data file

If if you have deal with this before or have an idea of what could be
wrong please let me know.  

Best regards

-Dmitry

P.S. - what  is signal 11 error?









Reply via email to