Skip to content
Snippets Groups Projects
Commit e15dbe28 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Pt fit: rm in-arg-list comments

parent 80c17fe8
No related branches found
No related tags found
1 merge request!1953cleanup fit examples
Pipeline #112184 failed
......@@ -49,10 +49,7 @@ def get_simulation(q_axis, P):
scan = ba.QzScan(q_axis)
scan.setOffset(P["q_offset"])
distr = ba.DistributionGaussian(0., # mean
1., # std_dev
25, # n_samples
4.) # rel_sampling_width
distr = ba.DistributionGaussian(0., 1., 25, 4.)
scan.setAbsoluteQResolution(distr, P["q_res/q"])
simulation = ba.SpecularSimulation(scan, sample)
......
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