Commit Graph

5 Commits

Author SHA1 Message Date
Peter McGoron 61ff629020 update README.md 2021-08-09 23:31:30 -04:00
Peter McGoron d3a48822a2 average files in directory 2021-08-09 23:30:51 -04:00
Peter McGoron 6caab18f76 process directory into dictionary
For each data table in the OPUS file (i.e. "ScSm"), there exists
a "Data Paramater" table, with three important values:

* FXV (First X Value?)
* LXV (Last X Value?)
* NPT (Number of PoinTs?)

These can generate spaced frequencies corresponding to values in
"ScSm". NPT is usually less than the length of "ScSm".

This program groups data together only if FXV, LXV, and NPT are
EXACTLY EQUAL across files. FXV and LXV are floating point numbers
so it is possible that there may be some variance across files.

Each group lumps together data with the same field value (taken from
the filename) for further processing.
2021-08-09 22:41:37 -04:00
Peter McGoron 157b0ce047 move files to directory with proper name; print arguments and field in filename 2021-08-09 22:14:11 -04:00
Peter McGoron 48d32924fa parse arguments 2021-08-09 21:45:21 -04:00