Description
In the README file on the homepage, kimimaro provides an example of using the Python interface with a scale of 4 and a const of 500. However, since I'm not very familiar with the TEASER algorithm, I looked at your guide Intuition-for-Setting-Parameters-const-and-scale, which states that "Most of the time, the defaults are fine and you shouldn't need to touch them, with the exception of scale and const which control the detail capture sensitivity of the procedure", meaning that in most cases, the default parameters should be sufficient.
However, in the source code
Line 58 in ffad4a6
It seems that the default parameters in these different locations are not very consistent. As a beginner (like me, lacking some biological background), how should one use these parameters? For example, if I want to process the SNEMI3D dataset, which is 1024x1024x100 (6nm x 6nm x 30nm), what TEASAR parameters should I use?
Activity