r-barnes / faster-unmixer

A faster implementation of the sediment inverse/unmixing scheme proposed in Lipp et al (2021).
5 stars 1 forks source link

Update README.md #57

Closed AlexLipp closed 4 months ago

AlexLipp commented 8 months ago

Nit changes to read-me to add some common problems to data input. Also corrects the README stating that input is a tab delimited file when it should in fact be a space delimited file.

r-barnes commented 4 months ago

It'd be better to fix the parser than put this on the user.

AlexLipp commented 4 months ago

Agreed on the parser. Alongside "snap to drainage" pre-processing function I'm going to create some functions that 1) check validity of data input and 2) optionally fix them. Including this in documentation for completeness for now.