AIF-development-team / adsorptioninformationformat

A universal file format for gas adsorption experiments
MIT License
14 stars 2 forks source link

Feature: adsorption-file-parser #28

Closed pauliacomi closed 1 year ago

pauliacomi commented 2 years ago

Implemented new adsorption-file-parser package into the parser. This should be a drop-in replacement, but it does introduce a few changes in the generated AIFs. The tests give the exact changes where this happens.

Summary of changes to code:

Resulting changes to AIF files:

Finally a few open questions:

jackevansadl commented 1 year ago

Whoops, I think I might have broken this when trying to merge. Can you fix this implementation with the newest version of data names?

pauliacomi commented 1 year ago

I'll have a look over weekend, should be just a few tweaks away.

pauliacomi commented 1 year ago

That was a bit of a longer weekend than planned.

I integrated a few changes to the micromeritics parser. Thanks for adding the example files. The other errors were from discrepancies in old AIF files everything was checked against. I regenerated those, with following differences:

Let me know if these changes to the AIF files are acceptable.

jackevansadl commented 1 year ago

thanks for your efforts! I believe these changes are acceptable.