Here we add class History for parsing history.xml files in MFF directory. These files contain info on the different tools that have been applied to the MFF (filtering, averaging, etc.)
We now have a way of determining whether an MFF is continuous, segmented, or averaged. We add function Reader.mff_flavor to return this info. I am pretty convinced that the history.xml (or lack there of) is the most sure-fire way of deriving this info, but I am open to other proposals.
Here we add class
History
for parsing history.xml files in MFF directory. These files contain info on the different tools that have been applied to the MFF (filtering, averaging, etc.)We now have a way of determining whether an MFF is continuous, segmented, or averaged. We add function
Reader.mff_flavor
to return this info. I am pretty convinced that the history.xml (or lack there of) is the most sure-fire way of deriving this info, but I am open to other proposals.