From 6cb43e1bd7a156f781c3e5851a1298bc2cb4b819 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Thu, 21 Apr 2022 12:38:46 +0200
Subject: [PATCH] mv CustomFormFactor

---
 Examples/{varia => scatter2d}/CustomFormFactor.py   |   0
 Tests/Examples/CMakeLists.txt                       |   2 +-
 .../{varia => scatter2d}/CustomFormFactor.int.gz    | Bin
 hugo/content/py/result/find-peaks/index.md          |   4 ++--
 hugo/content/py/sample/particle/ff/custom/index.md  |   4 ++--
 .../auto/{varia => scatter2d}/CustomFormFactor.png  | Bin
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename Examples/{varia => scatter2d}/CustomFormFactor.py (100%)
 rename Tests/ReferenceData/ExamplesMini/{varia => scatter2d}/CustomFormFactor.int.gz (100%)
 rename hugo/static/img/auto/{varia => scatter2d}/CustomFormFactor.png (100%)

diff --git a/Examples/varia/CustomFormFactor.py b/Examples/scatter2d/CustomFormFactor.py
similarity index 100%
rename from Examples/varia/CustomFormFactor.py
rename to Examples/scatter2d/CustomFormFactor.py
diff --git a/Tests/Examples/CMakeLists.txt b/Tests/Examples/CMakeLists.txt
index 6caab781f23..08345c18d2d 100644
--- a/Tests/Examples/CMakeLists.txt
+++ b/Tests/Examples/CMakeLists.txt
@@ -97,6 +97,7 @@ test_example(scatter2d/ConstantBackground 2e-10)
 test_example(scatter2d/CoreShellNanoparticles 2e-10)
 test_example(scatter2d/CorrelatedRoughness 2e-10)
 test_example(scatter2d/CosineRipplesAtRectLattice 2e-10)
+test_example(scatter2d/CustomFormFactor 2e-10)
 test_example(scatter2d/Cylinders 2e-10)
 test_example(scatter2d/CylindersAndPrisms 2e-10)
 test_example(scatter2d/CylindersInAverageLayer 2e-10)
@@ -145,7 +146,6 @@ test_example(specular/FootprintCorrection 2e-10)
 test_example(specular/SpecularSimulationWithRoughness 3e-10)
 test_example(specular/RoughnessModel 3e-10)
 
-test_example(varia/CustomFormFactor 2e-10)
 test_example(varia/DepthProbe 2e-10)
 test_example(varia/Interference1DLattice 1.5)
 test_example(varia/OffSpecularSimulation 2e-10)
diff --git a/Tests/ReferenceData/ExamplesMini/varia/CustomFormFactor.int.gz b/Tests/ReferenceData/ExamplesMini/scatter2d/CustomFormFactor.int.gz
similarity index 100%
rename from Tests/ReferenceData/ExamplesMini/varia/CustomFormFactor.int.gz
rename to Tests/ReferenceData/ExamplesMini/scatter2d/CustomFormFactor.int.gz
diff --git a/hugo/content/py/result/find-peaks/index.md b/hugo/content/py/result/find-peaks/index.md
index 8e77ab6ee14..3b0e01cf58c 100644
--- a/hugo/content/py/result/find-peaks/index.md
+++ b/hugo/content/py/result/find-peaks/index.md
@@ -15,9 +15,9 @@ To find the intensity peaks from a GISAXS simulation, the result must be casted
 ```
 
 {{< 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 >}}
 
 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" >}}
diff --git a/hugo/content/py/sample/particle/ff/custom/index.md b/hugo/content/py/sample/particle/ff/custom/index.md
index ea114dae832..9cf89aa460e 100644
--- a/hugo/content/py/sample/particle/ff/custom/index.md
+++ b/hugo/content/py/sample/particle/ff/custom/index.md
@@ -16,7 +16,7 @@ Scattering from a monodisperse distribution of particles, whose form factor is d
 
 {{< galleryscg >}}
 {{< 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 >}}
 
-{{< highlightfile file="Examples/varia/CustomFormFactor.py" >}}
+{{< highlightfile file="Examples/scatter2d/CustomFormFactor.py" >}}
diff --git a/hugo/static/img/auto/varia/CustomFormFactor.png b/hugo/static/img/auto/scatter2d/CustomFormFactor.png
similarity index 100%
rename from hugo/static/img/auto/varia/CustomFormFactor.png
rename to hugo/static/img/auto/scatter2d/CustomFormFactor.png
-- 
GitLab