BEL-Public / mffpy

Reader and Writer for Philips' MFF file format.
Other
10 stars 7 forks source link

Parse history.xml Files #37

Closed ephathaway closed 4 years ago

ephathaway commented 4 years ago

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.