This commit is contained in:
François Boulogne 2025-06-20 14:08:16 +02:00
parent 9353913cf3
commit 10534c4867
4 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ def thickness_from_minmax(wavelengths,
method : string, optional
Either 'linreg' for linear regression or 'ransac'
for Randon Sampling Consensus.
debug : boolean, optional
plot : boolean, optional
Show plots of peak detection and lin regression.
Returns