Hi Brad/Jiri,
I started digging through the code a little bit today and was hoping to find something that would allow me to read data back in from the output file (much like the input settings are read in). Unfortunately I didn't find anything, but maybe I'm missing something obvious?
What I was wanting is to read sensor data back in based on time steps of the simulation (i.e. for each time step read in its corresponding sensor data). I'm producing extremely large amounts of data in my simulations (constant out of memory issues with Matlab) and was wanting to read in sensor data, per time step, in order to get around this issue and hopefully leave behind Matlab all together. It seems like there is still a lot of work going on with this and wanted to see if this was planned or already underway before I started implementing this.
I'm guessing it would just be something along the lines of reading in HyperSlabs much like they're written out?