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

mv CustomFormFactor

parent 2f2cd928
No related branches found
No related tags found
1 merge request!791further cleanup of examples
...@@ -97,6 +97,7 @@ test_example(scatter2d/ConstantBackground 2e-10) ...@@ -97,6 +97,7 @@ test_example(scatter2d/ConstantBackground 2e-10)
test_example(scatter2d/CoreShellNanoparticles 2e-10) test_example(scatter2d/CoreShellNanoparticles 2e-10)
test_example(scatter2d/CorrelatedRoughness 2e-10) test_example(scatter2d/CorrelatedRoughness 2e-10)
test_example(scatter2d/CosineRipplesAtRectLattice 2e-10) test_example(scatter2d/CosineRipplesAtRectLattice 2e-10)
test_example(scatter2d/CustomFormFactor 2e-10)
test_example(scatter2d/Cylinders 2e-10) test_example(scatter2d/Cylinders 2e-10)
test_example(scatter2d/CylindersAndPrisms 2e-10) test_example(scatter2d/CylindersAndPrisms 2e-10)
test_example(scatter2d/CylindersInAverageLayer 2e-10) test_example(scatter2d/CylindersInAverageLayer 2e-10)
...@@ -145,7 +146,6 @@ test_example(specular/FootprintCorrection 2e-10) ...@@ -145,7 +146,6 @@ test_example(specular/FootprintCorrection 2e-10)
test_example(specular/SpecularSimulationWithRoughness 3e-10) test_example(specular/SpecularSimulationWithRoughness 3e-10)
test_example(specular/RoughnessModel 3e-10) test_example(specular/RoughnessModel 3e-10)
test_example(varia/CustomFormFactor 2e-10)
test_example(varia/DepthProbe 2e-10) test_example(varia/DepthProbe 2e-10)
test_example(varia/Interference1DLattice 1.5) test_example(varia/Interference1DLattice 1.5)
test_example(varia/OffSpecularSimulation 2e-10) test_example(varia/OffSpecularSimulation 2e-10)
......
...@@ -15,9 +15,9 @@ To find the intensity peaks from a GISAXS simulation, the result must be casted ...@@ -15,9 +15,9 @@ To find the intensity peaks from a GISAXS simulation, the result must be casted
``` ```
{{< galleryscg >}} {{< galleryscg >}}
{{< figscg src="/img/auto/todo/FindPeaks.png" width="670px" caption="Intensity images">}} {{< figscg src="/img/auto/scatter2d/FindPeaks.png" width="670px" caption="Intensity images">}}
{{< /galleryscg >}} {{< /galleryscg >}}
The following script offers a complete example in which the peaks are found after carrying on a GISAXS simulation. This particular example uses as a sample a grating of long boxes distributed along a 1D lattice. The following script offers a complete example in which the peaks are found after carrying on a GISAXS simulation. This particular example uses as a sample a grating of long boxes distributed along a 1D lattice.
{{< highlightfile file="Examples/varia/FindPeaks.py" >}} {{< highlightfile file="Examples/scatter2d/FindPeaks.py" >}}
...@@ -16,7 +16,7 @@ Scattering from a monodisperse distribution of particles, whose form factor is d ...@@ -16,7 +16,7 @@ Scattering from a monodisperse distribution of particles, whose form factor is d
{{< galleryscg >}} {{< galleryscg >}}
{{< figscg src="CustomFormFactor_setup.jpg" width="350px" caption="Real-space model">}} {{< figscg src="CustomFormFactor_setup.jpg" width="350px" caption="Real-space model">}}
{{< figscg src="/img/auto/specular/CustomFormFactor.png" width="350px" caption="Intensity image">}} {{< figscg src="/img/auto/scatter2d/CustomFormFactor.png" width="350px" caption="Intensity image">}}
{{< /galleryscg >}} {{< /galleryscg >}}
{{< highlightfile file="Examples/varia/CustomFormFactor.py" >}} {{< highlightfile file="Examples/scatter2d/CustomFormFactor.py" >}}
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