ContactEngineering / SurfaceTopography

Read and analyze surface topographies
https://contactengineering.github.io/SurfaceTopography/
MIT License
17 stars 10 forks source link

WIP: Support for DigitalSurf MNT files #297

Open pastewka opened 1 year ago

pastewka commented 1 year ago

This is a work-in-progress pull request with unfinished MNT reader support. It serves to document what we know about MNT.

pastewka commented 1 year ago

MNT is a Microsoft Composite Document File (https://en.wikipedia.org/wiki/Compound_File_Binary_Format) that contains the four entries ImagePreview, ScopedContents, ScopedResults and XmlHeader.

The other two entries are binary and I presently do not know how to decode them.