Skip to content
Snippets Groups Projects
Commit 66b30962 authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

default axisRange to None in knife_edge()

parent 875f6fa0
No related branches found
No related tags found
1 merge request!149Fix digitizer check params
...@@ -15,7 +15,7 @@ __all__ = [ ...@@ -15,7 +15,7 @@ __all__ = [
def knife_edge(ds, axisKey='scannerX', signalKey='FastADC4peaks', def knife_edge(ds, axisKey='scannerX', signalKey='FastADC4peaks',
axisRange=[None, None], p0=None, full=False, plot=False, axisRange=None, p0=None, full=False, plot=False,
display=False): display=False):
""" """
Calculates the beam radius at 1/e^2 from a knife-edge scan by Calculates the beam radius at 1/e^2 from a knife-edge scan by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment