Data Averager

This program is used to summarize collected data across user-specified time averaging intervals. The data must have a time value in the first column, and that value must be a simple numeric value (not a date/time string). Any number of additional data columns can be present. Each data column will be averaged over the user-specified time interval.

File to Process:
File must be a tab-delimited ASCII file, with column names in the first row. This type of file can be produced with an Excel spreadsheet by using the Save As function and selecting 'Text (tab-delimited)' as the type of file to save.

Time Averaging Intervals:
You can produce multiple output files, each with a different averaging interval by listing multiple values separated by commas in the input cell.