Skip to content

Commit

Permalink
Final improvement to TubCalibDemoMaps_B1.py re #6752
Browse files Browse the repository at this point in the history
Now I can make similar changes to other scripts.

Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
  • Loading branch information
KarlPalmen committed Mar 27, 2013
1 parent 6bc875e commit 2da18ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Set initial parameters for peak finding
ExpectedHeight = -1000.0 # Expected Height of Gaussian Peaks (initial value of fit parameter)
ExpectedWidth = 8.0 # Expected width of peaks in pixels (initial value of fit parameter)
ExpectedWidth = 8.0 # Expected width of Gaussian peaks in pixels (initial value of fit parameter)
ExpectedPositions = [4.0, 85.0, 128.0, 161.0, 252.0] # Expected positions of the edges and peak in pixels (initial values of fit parameters)

# Set what we want to calibrate (e.g whole intrument or one door )
Expand Down

0 comments on commit 2da18ac

Please sign in to comment.