cheminfo / isotherm-analysis

JS tools to convert isotherms to jcamp and to analyze them
https://cheminfo.github.io/isotherm-analysis/
MIT License
0 stars 0 forks source link

implement the files from ENS #6

Closed kjappelbaum closed 3 years ago

kjappelbaum commented 4 years ago

they create SMP files ... https://www.micromeritics.com/product-showcase/MicroActive-Interactive-Data-Analysis-Software/MicroActive-Interactive-Data-Analysis-Reports.aspx

kjappelbaum commented 4 years ago

3FLEX and 3Star to measure isotherms (Micromeritics Instruments).

kjappelbaum commented 4 years ago

Could not figure out how to read this filetype. Example here

SN_45-MIL-160(Al)-2.SMP.zip

Since they seem to be able to also save csv it does not seem to be a priority

kjappelbaum commented 3 years ago

@lpatiny do you have an idea how we could read this SMP file? If not, I think we can just close this issue and go with the csv

lpatiny commented 3 years ago

Never saw a description of this format. It is a binary file and in case we find the description we can use the library iobuffer (https://www.npmjs.com/package/iobuffer) that allows to easily manipulate binary files and that we use in all our binary parsers.

kjappelbaum commented 3 years ago

ok, thanks then I'll close and just ask them to export in some other way because I have no description of the file.