Hi William,
A possibly separate issue. I'd like to make some hard coded things user-changable, since I'm revisiting the code. e.g. wavInterpCombii() has
/As well as ScaleInteract, take out large features if excessively flat/
FlatnessFactor = 3.0; /smaller object has to be more than this many times pointier/
FlatnessCoeffFactor = 4.0; /*if the smaller one has a coefficient within this multiple, it can take it out */
How might it be easiest to do this in Topotoolbox? Default within the code, and a parameters text file?
Thank you,
John
Hi William,
A possibly separate issue. I'd like to make some hard coded things user-changable, since I'm revisiting the code. e.g. wavInterpCombii() has
/As well as ScaleInteract, take out large features if excessively flat/
FlatnessFactor = 3.0; /smaller object has to be more than this many times pointier/
FlatnessCoeffFactor = 4.0; /*if the smaller one has a coefficient within this multiple, it can take it out */
How might it be easiest to do this in Topotoolbox? Default within the code, and a parameters text file?
Thank you,
John