Skip to content

Commit

Permalink
Change the default parameter for margin
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed Jul 31, 2013
1 parent a03585f commit 28acb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Calibration/tube_calib_fit_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TubeCalibFitParams:

# Author: Karl Palmen ISIS

def __init__(self, peaks, height=1000.0, width=30.0, threePointMethod=False, outEdge=30.0, inEdge=50.0, edgeGrad=6.0, margin=10):
def __init__(self, peaks, height=1000.0, width=30.0, threePointMethod=False, outEdge=30.0, inEdge=50.0, edgeGrad=6.0, margin=15):

"""
Holds the parameters needed for fitting the positions of the peaks formed by the slits or edges.
Expand Down

0 comments on commit 28acb04

Please sign in to comment.