I have run into a snag with my code and don't know where to go ..
I am taking measurements that are being saved once to a 2d array once every 5 minutes. The data collection is going to be over the course of 72 hrs (so you can imagine the number of files). I want to save an averaged data file once an hour, which will be 12 - 2d arrays, using the same 2d array data that is saved individually each time. I know that you can create a 3d array and then average it on the 12th iteration, saving that file. I'm not entirely sure I am on the right path in trying to accomplish what I want ... but I hope I am.
I have unsuccessfully looked for existing forum posts regarding this, so if there is one, I would certainly appreciate a point in the right direction.
Thanks for the help!