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.
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.