I have an issue with the process_ft_scalpcurrentdensity function. When I try running it using the graphical interface, it rounds up the value of Lambda (1e-5) to 0. I couldn't find a way to let it keep the decimals. I can enter the correct value of lambda if I run it using a script though.
Is there a way to fix the graphical interface?
The precision of the lambda parameter is currently 10^-6, which is probably sufficient, isn't it?
If it is limited to the 4th or 5th decimal on your computer, it's because it's reusing the previous definition in your user preferences. You just need to reset the options for the process: in the pipeline editor window, menu "Load/save processing pipeline" > "Reset options"