Bruker OPUS file format Swiss Army Knife
Go to file
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
osak process directory into dictionary 2021-08-09 22:41:37 -04:00
COPYING.md parse arguments 2021-08-09 21:45:21 -04:00
README.md parse arguments 2021-08-09 21:45:21 -04:00
requirements.txt parse arguments 2021-08-09 21:45:21 -04:00

README.md

OPUS Swiss Army Knife

This is a free software (AGPLv3) program meant to simplify the processing of OPUS files.