Skip to content
Snippets Groups Projects
Commit 2f2a8f61 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Fix function docstring

parent b5973183
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,8 @@ def get_simulation(params): ...@@ -55,11 +55,8 @@ def get_simulation(params):
def create_real_data(): def create_real_data():
""" """
Generating "real" data by adding noise to the simulated data. Generating "real" data from simulated image with default parameters.
This function has been used once to generate refdata_fitcylinderprisms.int
located in same directory.
""" """
# creating sample with set of parameters we will later try to find during the fit
params = {'cylinder_height': 5.0*nm, 'cylinder_radius': 5.0*nm, params = {'cylinder_height': 5.0*nm, 'cylinder_radius': 5.0*nm,
'prism_height': 5.0*nm, 'prism_base_edge': 5.0*nm} 'prism_height': 5.0*nm, 'prism_base_edge': 5.0*nm}
......
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