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

Examples + shebang header line

parent 0954d5f4
No related branches found
No related tags found
1 merge request!1Copy-edit examples; migrate to Jugit
Showing
with 20 additions and 0 deletions
#!/usr/bin/env python3
"""
Fitting example: 4 parameters fit for mixture of cylinders and prisms on top
of substrate.
......
#!/usr/bin/env python3
"""
Fitting example: running one fit after another using different minimizers.
......
#!/usr/bin/env python3
"""
Minimal working fit examples: finds radius of sphere in Born approximation.
"""
......
#!/usr/bin/env python3
"""
Fitting example: running same fit using various minimizer and their settings.
"""
......
#!/usr/bin/env python3
"""
Fitting example: looking for background and scale factors.
......
#!/usr/bin/env python3
"""
Fitting example: fit along slices
"""
......
#!/usr/bin/env python3
"""
Fitting example: fit with masks
"""
......
#!/usr/bin/env python3
"""
Fitting example: simultaneous fit of two datasets
"""
......
#!/usr/bin/env python3
"""
Using custom objective function to fit GISAS data.
......
#!/usr/bin/env python3
"""
External minimize: using lmfit minimizers for BornAgain fits.
"""
......
#!/usr/bin/env python3
"""
External minimize: using lmfit minimizers for BornAgain fits.
Fit progress is plotted using lmfit iteration calbback function.
......
#!/usr/bin/env python3
"""
Example demonstrates how to fit specular data.
Our sample represents twenty interchanging layers of Ti and Ni. We will fit
......
#!/usr/bin/env python3
"""
Example demonstrates how to fit specular data.
Our sample represents twenty interchanging layers of Ti and Ni. We will fit
......
#!/usr/bin/env python3
"""
This fitting and simulation example demonstrates how to replicate
the fitting example "Magnetically Dead Layers in Spinel Films"
......
#!/usr/bin/env python3
"""
Real life example:
Fitting data from an X-ray reflectometer
......
#!/usr/bin/env python3
"""
This example demonstrates how to fit a complex experimental setup using BornAgain.
It is based on real data published in https://doi.org/10.1002/advs.201700856
......
#!/usr/bin/env python3
"""
This example demonstrates how to fit actual experimental data
by M. Fitzsimmons et al. that is published in
......
#!/usr/bin/env python3
"""
Fitting experimental data: spherical nanoparticles with size distribution
in 3 layers system (experiment at GALAXI).
......
#!/usr/bin/env python3
"""
3 layers system (substrate, teflon, air).
Vacuum layer is populated with spheres with size distribution.
......
#!/usr/bin/env python3
"""
Cylinders of two different sizes in Decoupling Approximation
"""
......
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