Hello,
I've manged to install HDF5 and figured out all the manual stuff to get it to work, but I'm having an issue opening the .out file produced by gprMax.
I can open files that are generated with the H5Dcreate2 command, but not files that are created with gprMax
Using the command H5Dopen2, as seen in the HDF5 examples, what should I put in the 'name' field to open a .out file from gprMax? Everything I try throws a 'major:dataset' 'minor:can't open object' error.
Thanks.