cheminfo / biologic-converter

MIT License
1 stars 2 forks source link

feat(both parsers): resolve variables to single letter #20

Closed ghost closed 2 years ago

ghost commented 2 years ago

At this point #1 and #7 can be closed. The .mpt and .mpr parsers are similar enough, and not all techniques are implemented but several are, and we can extend to more.

This PR also adds support for less structured .mpt (actually .txt) data files, and removes several redundant lines and uses explicit Float64Array for .mpr (standard arrays were used previously.)

imho the default x,y should be set in the UI (right now is random order.) bc this will require updates and so it would be quicker that way.

ghost commented 2 years ago

@lpatiny merged this one to speed up the testing in the analysis ui.