Open dliupmo opened 4 years ago
The parameters "vgap_threshold" in parameters.py should be "None"
Hi @dliupmo,
Sorry for the late reply. I've changed the default value of vgap_threshold
to None
(see commit 26f61d0).
In the future, I think a better option would be to have a vgap_method
argument that would allow you to specify which method that you would like to use explicitly. I'll try to do this in the next week or so.
The parameters "vgap_threshold" in parameters.py is 105e-6 now, so when using the _find_gap_voltage() function to calculate the gap voltage, Method 1 is always called, and Method 2 is never called. There will lead to incorrect calculation of gap voltage.
Please check it.