Note: for all descriptions, I assume you are in a directory which contains:
- FORTRAN source code for the data parser provided to us
- A binary version of the data
/p/graphics/private/Students/mcw/data is one such directory
How to read data out of binary files
- You must use f77 to compile bptec2.f. The current executable is called
"dataExtractor"
- Edit the file called bptec2.inp to enter the data file you want
extracted (see the "filbin" parameter; I've always left all of the
other values the same)
- run the executable
- Enter "0" for the number of data sets to plot
- Enter "0" for the corresponding index
- I have chosen "time" (100) for the X-Variable options; I think "Zone
Index" would work as well (3)
- Choose radius (16) for the y-coordinate
- The output will be put in a directory called "tmp" (either relative to
cwd or dir all of the data is in: its the same for me). The data we
have been most interested in are in ASCII files called "PLOT.zones.*",
where the * corresponds to a number.
- Note, the output in the files are NOT in sorted order
Creating a header file to read ASCII zones data
This file is a text file, used to read the ASCII data from above into my
displaying tool.
What the lines in the file mean:
- The number of files that will be read
- The number of points per set
- The total number of sets
- blank
- Name of data set file 1
- Number of sets in file
- Name of data set 2
- Number of sets in file
- etc..
Current data files
The sets of files we have:
- failure.bin: file written on HP work station for which no explosion
happened
- success.bin: file written on HP work station for which an explosion
happened
- original.bin: file written on HP work station; the first data set I saw
- winnt.bin: binary file written for WinNT