neuroanatomy / thresholdmann

A tool to apply a smoothly varying threshold to a nifti image
https://neuroanatomy.github.io/thresholdmann/index.html
ISC License
3 stars 2 forks source link

[joss][chore] Remove unused and old code :) #25

Closed sneakers-the-rat closed 6 months ago

sneakers-the-rat commented 7 months ago

Part of: https://github.com/openjournals/joss-reviews/issues/6336

quick chore, saw there was an unused function marked OLD and a commented out function, so here's taking those out :)

There is still a duplicated definition of interpolation in thresholdmann-worker.js and thresholdmann.js , but since this is vanilla JS where relying on global definition can be sorta sketch that's fine.