From 5d7aa820ac29e4f55d4558b7ad409a15a292efe4 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Sun, 7 Mar 2021 19:39:28 +0100
Subject: [PATCH] scripts: 0 witout unit

---
 Doc/FFCatalog/fig/ff2/sim_Cylinder.py         |  2 +-
 Doc/FFCatalog/fig/ff2/sim_Dodecahedron_asy.py |  2 +-
 Doc/FFCatalog/fig/ff2/sim_Dodecahedron_sym.py |  2 +-
 Doc/FFCatalog/fig/ff2/sim_Icosahedron_asy.py  |  2 +-
 Doc/FFCatalog/fig/ff2/sim_Icosahedron_sym.py  |  2 +-
 Doc/FFCatalog/fig/ff2/sim_SawtoothRipple.py   |  2 +-
 Doc/FFCatalog/fig/ff2/sim_Tetrahedron.py      |  2 +-
 Doc/FFCatalog/fig/ff2/sim_demo_4quadrants.py  |  2 +-
 .../fit51_Basic/basic_fitting_tutorial.py     |  5 +--
 Examples/fit51_Basic/consecutive_fitting.py   |  5 +--
 Examples/fit51_Basic/minimal_fit_example.py   |  5 +--
 Examples/fit51_Basic/minimizer_settings.py    |  5 +--
 Examples/fit52_Advanced/find_background.py    |  4 +-
 Examples/fit52_Advanced/fit_along_slices.py   |  4 +-
 Examples/fit52_Advanced/fit_with_masks.py     |  6 +--
 Examples/fit52_Advanced/multiple_datasets.py  |  4 +-
 .../custom_objective_function.py              |  4 +-
 .../fit54_ExternalMinimizer/lmfit_basics.py   |  4 +-
 .../lmfit_with_plotting.py                    |  6 +--
 Examples/fit61_Galaxi/sample_builder.py       |  2 +-
 Examples/scatter2d/ApproximationDA.py         |  2 +-
 Examples/scatter2d/ApproximationLMA.py        |  2 +-
 Examples/scatter2d/ApproximationSSCA.py       |  2 +-
 Examples/scatter2d/BeamDivergence.py          |  4 +-
 Examples/scatter2d/BiMaterialCylinders.py     |  4 +-
 Examples/scatter2d/BoxesWithSpecularPeak.py   |  8 ++--
 Examples/scatter2d/BuriedParticles.py         |  6 +--
 Examples/scatter2d/ConstantBackground.py      |  2 +-
 Examples/scatter2d/CoreShellNanoparticles.py  |  4 +-
 Examples/scatter2d/CorrelatedRoughness.py     |  4 +-
 .../scatter2d/CosineRipplesAtRectLattice.py   |  8 ++--
 Examples/scatter2d/Cylinders.py               |  4 +-
 Examples/scatter2d/CylindersAndPrisms.py      |  4 +-
 Examples/scatter2d/CylindersInAverageLayer.py |  6 +--
 Examples/scatter2d/CylindersInBA.py           |  4 +-
 .../CylindersWithSizeDistribution.py          |  2 +-
 .../scatter2d/DetectorResolutionFunction.py   |  2 +-
 Examples/scatter2d/DodecahedraSAS.py          |  2 +-
 .../scatter2d/HalfSpheresInAverageTopLayer.py | 10 ++---
 .../scatter2d/HexagonalLatticesWithBasis.py   |  8 ++--
 .../Interference1DRadialParaCrystal.py        |  4 +-
 .../Interference2DCenteredSquareLattice.py    | 10 ++---
 .../Interference2DLatticeSumOfRotated.py      |  4 +-
 .../scatter2d/Interference2DParaCrystal.py    | 12 +++---
 .../Interference2DRotatedSquareLattice.py     |  4 +-
 .../Interference2DSquareFiniteLattice.py      |  6 +--
 Examples/scatter2d/MagneticSpheres.py         |  6 +--
 Examples/scatter2d/MesoCrystal.py             | 10 ++---
 .../scatter2d/ParticlesCrossingInterface.py   |  8 ++--
 Examples/scatter2d/RectangularGrating.py      |  4 +-
 Examples/scatter2d/RotatedPyramids.py         |  4 +-
 Examples/scatter2d/SpheresAtHexLattice.py     |  8 ++--
 Examples/scatter2d/TriangularRipple.py        |  8 ++--
 ...TwoTypesOfCylindersWithSizeDistribution.py |  2 +-
 Examples/specular/AlternatingLayers.py        |  2 +-
 Examples/specular/BeamAngularDivergence.py    | 17 ++++----
 Examples/specular/BeamFullDivergence.py       | 14 +++----
 Examples/varia/AccessingSimulationResults.py  |  4 +-
 Examples/varia/AllFormFactorsAvailable.py     |  2 +-
 Examples/varia/AxesInDifferentUnits.py        | 40 +++++++++----------
 Examples/varia/BasicPolarizedReflectometry.py |  2 +-
 Examples/varia/CustomFormFactor.py            |  4 +-
 Examples/varia/DepthProbe.py                  |  2 +-
 Examples/varia/FindPeaks.py                   |  4 +-
 Examples/varia/FootprintCorrection.py         |  2 +-
 Examples/varia/GratingMC.py                   |  4 +-
 Examples/varia/Interference1DLattice.py       |  4 +-
 Examples/varia/LargeParticlesFormFactor.py    |  4 +-
 Examples/varia/OffSpecularSimulation.py       |  4 +-
 Examples/varia/PolarizedNoAnalyzer.py         |  2 +-
 .../PolarizedNonperfectAnalyzerPolarizer.py   |  3 +-
 Examples/varia/PolarizedSANS.py               |  7 ++--
 Examples/varia/PolarizedSpinFlip.py           |  2 +-
 Examples/varia/RoughnessModel.py              |  2 +-
 .../varia/SpecularSimulationWithRoughness.py  |  2 +-
 Tests/Functional/PyCore/histogram2d.py        |  9 ++---
 Tests/Functional/PyCore/intensitydata_io.py   | 10 ++---
 Tests/Functional/PyCore/mesocrystal1.py       |  7 ++--
 Tests/Functional/PyCore/polmagcylinders1.py   |  4 +-
 Tests/Functional/PyCore/polmagcylinders2.py   |  5 +--
 Tests/Functional/PyCore/shape2d.py            |  3 +-
 .../PyCore/transform_BoxComposition.py        |  9 ++---
 .../PyCore/transform_CoreShellBox.py          | 29 +++++++-------
 Tests/Functional/PyCore/utils.py              |  2 +-
 Tests/Functional/PyFit/fitobjective_api.py    |  3 +-
 Tests/Functional/PyFit/standalone_fits.py     |  6 +--
 Tests/Performance/Python/test_performance.py  |  2 +-
 87 files changed, 223 insertions(+), 241 deletions(-)
 mode change 100644 => 100755 Examples/fit61_Galaxi/sample_builder.py
 mode change 100644 => 100755 Examples/specular/BeamAngularDivergence.py
 mode change 100644 => 100755 Examples/specular/BeamFullDivergence.py

diff --git a/Doc/FFCatalog/fig/ff2/sim_Cylinder.py b/Doc/FFCatalog/fig/ff2/sim_Cylinder.py
index 85ab73315d1..c1de1ef944c 100755
--- a/Doc/FFCatalog/fig/ff2/sim_Cylinder.py
+++ b/Doc/FFCatalog/fig/ff2/sim_Cylinder.py
@@ -6,7 +6,7 @@ import bornagain as ba
 from bornagain import nm, deg
 import bornplot as bp
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 n = 4
 results = []
 for i in range(n):
diff --git a/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_asy.py b/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_asy.py
index 001788be972..272ec9e0dc5 100755
--- a/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_asy.py
+++ b/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_asy.py
@@ -7,7 +7,7 @@ from bornagain import nm, deg
 import bornplot as bp
 import math
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 n = 3
 results = []
 edge = 3.2
diff --git a/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_sym.py b/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_sym.py
index ae43cfd7a12..faf46f163b9 100755
--- a/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_sym.py
+++ b/Doc/FFCatalog/fig/ff2/sim_Dodecahedron_sym.py
@@ -7,7 +7,7 @@ from bornagain import nm, deg
 import bornplot as bp
 import math
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 n = 3
 results = []
 edge = 3.2
diff --git a/Doc/FFCatalog/fig/ff2/sim_Icosahedron_asy.py b/Doc/FFCatalog/fig/ff2/sim_Icosahedron_asy.py
index da381b5fa38..5454e83877a 100755
--- a/Doc/FFCatalog/fig/ff2/sim_Icosahedron_asy.py
+++ b/Doc/FFCatalog/fig/ff2/sim_Icosahedron_asy.py
@@ -7,7 +7,7 @@ from bornagain import nm, deg
 import bornplot as bp
 import math
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 n = 3
 results = []
 edge = 4.8
diff --git a/Doc/FFCatalog/fig/ff2/sim_Icosahedron_sym.py b/Doc/FFCatalog/fig/ff2/sim_Icosahedron_sym.py
index 7580915e3c1..9dc89d2fbd2 100755
--- a/Doc/FFCatalog/fig/ff2/sim_Icosahedron_sym.py
+++ b/Doc/FFCatalog/fig/ff2/sim_Icosahedron_sym.py
@@ -7,7 +7,7 @@ from bornagain import nm, deg
 import bornplot as bp
 import math
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 n = 3
 results = []
 edge = 4.8
diff --git a/Doc/FFCatalog/fig/ff2/sim_SawtoothRipple.py b/Doc/FFCatalog/fig/ff2/sim_SawtoothRipple.py
index 1dbca35a7d7..046e022e83f 100755
--- a/Doc/FFCatalog/fig/ff2/sim_SawtoothRipple.py
+++ b/Doc/FFCatalog/fig/ff2/sim_SawtoothRipple.py
@@ -6,7 +6,7 @@ import bornagain as ba
 from bornagain import nm, deg
 import bornplot as bp
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 n = 4
 results = []
 for i in range(n):
diff --git a/Doc/FFCatalog/fig/ff2/sim_Tetrahedron.py b/Doc/FFCatalog/fig/ff2/sim_Tetrahedron.py
index fac19a66a12..9c5db5ecba1 100755
--- a/Doc/FFCatalog/fig/ff2/sim_Tetrahedron.py
+++ b/Doc/FFCatalog/fig/ff2/sim_Tetrahedron.py
@@ -6,7 +6,7 @@ import bornagain as ba
 from bornagain import nm, deg
 import bornplot as bp
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 n = 4
 results = []
 for i in range(n):
diff --git a/Doc/FFCatalog/fig/ff2/sim_demo_4quadrants.py b/Doc/FFCatalog/fig/ff2/sim_demo_4quadrants.py
index 476d2b6c234..fe838b63ab5 100755
--- a/Doc/FFCatalog/fig/ff2/sim_demo_4quadrants.py
+++ b/Doc/FFCatalog/fig/ff2/sim_demo_4quadrants.py
@@ -6,7 +6,7 @@ import bornagain as ba
 from bornagain import nm, deg
 import bornplot as bp
 
-det = ba.SphericalDetector(200, 10*deg, 0*deg, 0*deg)
+det = ba.SphericalDetector(200, 10*deg, 0, 0)
 pars = [0, 5, 10, 20]
 n = len(pars)
 results = []
diff --git a/Examples/fit51_Basic/basic_fitting_tutorial.py b/Examples/fit51_Basic/basic_fitting_tutorial.py
index a9929dda19e..1d9a980649e 100644
--- a/Examples/fit51_Basic/basic_fitting_tutorial.py
+++ b/Examples/fit51_Basic/basic_fitting_tutorial.py
@@ -48,9 +48,8 @@ def get_simulation(params):
     Returns a GISAXS simulation with beam and detector defined
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
-                                     2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0, 2*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     return simulation
diff --git a/Examples/fit51_Basic/consecutive_fitting.py b/Examples/fit51_Basic/consecutive_fitting.py
index 42602822eb2..69ef8f690d3 100644
--- a/Examples/fit51_Basic/consecutive_fitting.py
+++ b/Examples/fit51_Basic/consecutive_fitting.py
@@ -45,9 +45,8 @@ def get_simulation(params):
     Returns a GISAXS simulation with beam and detector defined.
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, 0*deg, 2*deg, 100, 0*deg,
-                                     2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setDetectorParameters(100, 0, 2*deg, 100, 0, 2*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     return simulation
diff --git a/Examples/fit51_Basic/minimal_fit_example.py b/Examples/fit51_Basic/minimal_fit_example.py
index c4d26c6cad4..e28de75582b 100644
--- a/Examples/fit51_Basic/minimal_fit_example.py
+++ b/Examples/fit51_Basic/minimal_fit_example.py
@@ -21,9 +21,8 @@ def get_simulation(params):
     multi_layer.addLayer(layer)
 
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
-                                     2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0, 2*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.setSample(multi_layer)
 
     return simulation
diff --git a/Examples/fit51_Basic/minimizer_settings.py b/Examples/fit51_Basic/minimizer_settings.py
index 3ed3fdd051b..626046b1bfb 100644
--- a/Examples/fit51_Basic/minimizer_settings.py
+++ b/Examples/fit51_Basic/minimizer_settings.py
@@ -46,9 +46,8 @@ def get_simulation(params):
     Returns a GISAXS simulation with beam and detector defined
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
-                                     2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0, 2*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     return simulation
diff --git a/Examples/fit52_Advanced/find_background.py b/Examples/fit52_Advanced/find_background.py
index d1fecc2f91d..05fe2b589dc 100644
--- a/Examples/fit52_Advanced/find_background.py
+++ b/Examples/fit52_Advanced/find_background.py
@@ -48,9 +48,9 @@ def get_simulation(params):
     scale = params["scale"]
 
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0,
                                      2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e12*scale)
     simulation.setBackground(ba.ConstantBackground(background))
     simulation.setSample(get_sample(params))
diff --git a/Examples/fit52_Advanced/fit_along_slices.py b/Examples/fit52_Advanced/fit_along_slices.py
index ceabd0f0140..78242d98581 100644
--- a/Examples/fit52_Advanced/fit_along_slices.py
+++ b/Examples/fit52_Advanced/fit_along_slices.py
@@ -43,9 +43,9 @@ def get_simulation(params, add_masks=True):
     Create and return GISAXS simulation with beam and detector defined
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0,
                                      2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     if add_masks:
diff --git a/Examples/fit52_Advanced/fit_with_masks.py b/Examples/fit52_Advanced/fit_with_masks.py
index fafea2655a8..b8191e23801 100644
--- a/Examples/fit52_Advanced/fit_with_masks.py
+++ b/Examples/fit52_Advanced/fit_with_masks.py
@@ -42,9 +42,9 @@ def get_simulation(params, add_masks=True):
     Create and return GISAXS simulation with beam and detector defined
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0,
                                      2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
 
@@ -90,7 +90,7 @@ def add_mask_to_simulation(simulation):
     simulation.maskAll()
 
     # set mask to simulate pacman's head
-    simulation.addMask(ba.Ellipse(0*deg, 1*deg, 0.5*deg, 0.5*deg), False)
+    simulation.addMask(ba.Ellipse(0, 1*deg, 0.5*deg, 0.5*deg), False)
 
     # set mask for pacman's eye
     simulation.addMask(ba.Ellipse(0.11*deg, 1.25*deg, 0.05*deg, 0.05*deg), True)
diff --git a/Examples/fit52_Advanced/multiple_datasets.py b/Examples/fit52_Advanced/multiple_datasets.py
index 7c107d69900..7180fce19a5 100644
--- a/Examples/fit52_Advanced/multiple_datasets.py
+++ b/Examples/fit52_Advanced/multiple_datasets.py
@@ -45,9 +45,9 @@ def get_simulation(params):
     incident_angle = params["incident_angle"]
 
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(50, -1.5*deg, 1.5*deg, 50, 0*deg,
+    simulation.setDetectorParameters(50, -1.5*deg, 1.5*deg, 50, 0,
                                      2*deg)
-    simulation.setBeamParameters(1*angstrom, incident_angle, 0*deg)
+    simulation.setBeamParameters(1*angstrom, incident_angle, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     return simulation
diff --git a/Examples/fit53_CustomObjective/custom_objective_function.py b/Examples/fit53_CustomObjective/custom_objective_function.py
index 5843a202705..35179a58aec 100644
--- a/Examples/fit53_CustomObjective/custom_objective_function.py
+++ b/Examples/fit53_CustomObjective/custom_objective_function.py
@@ -73,9 +73,9 @@ def get_simulation(params):
     Create and return GISAXS simulation with beam and detector defined.
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0,
                                      2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     return simulation
diff --git a/Examples/fit54_ExternalMinimizer/lmfit_basics.py b/Examples/fit54_ExternalMinimizer/lmfit_basics.py
index d67b8899e09..3a4c3a13f85 100644
--- a/Examples/fit54_ExternalMinimizer/lmfit_basics.py
+++ b/Examples/fit54_ExternalMinimizer/lmfit_basics.py
@@ -47,9 +47,9 @@ def get_simulation(params):
     Create and return GISAXS simulation with beam and detector defined
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0,
                                      2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     return simulation
diff --git a/Examples/fit54_ExternalMinimizer/lmfit_with_plotting.py b/Examples/fit54_ExternalMinimizer/lmfit_with_plotting.py
index ca5b4545534..73d680d14af 100644
--- a/Examples/fit54_ExternalMinimizer/lmfit_with_plotting.py
+++ b/Examples/fit54_ExternalMinimizer/lmfit_with_plotting.py
@@ -28,7 +28,7 @@ def get_sample(params):
     particle_layout.addParticle(sphere)
 
     interference = ba.InterferenceFunction2DLattice(
-        ba.HexagonalLattice2D(lattice_length, 0*deg))
+        ba.HexagonalLattice2D(lattice_length, 0))
     pdf = ba.FTDecayFunction2DCauchy(10*nm, 10*nm, 0)
     interference.setDecayFunction(pdf)
 
@@ -48,9 +48,9 @@ def get_simulation(params):
     Create and return GISAXS simulation with beam and detector defined
     """
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0,
                                      2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setIntensity(1e+08)
     simulation.setSample(get_sample(params))
     return simulation
diff --git a/Examples/fit61_Galaxi/sample_builder.py b/Examples/fit61_Galaxi/sample_builder.py
old mode 100644
new mode 100755
index 13cf6a5aeb4..d9fe9b45b64
--- a/Examples/fit61_Galaxi/sample_builder.py
+++ b/Examples/fit61_Galaxi/sample_builder.py
@@ -55,7 +55,7 @@ class SampleBuilder:
         sphere_ff = ba.FormFactorFullSphere(self.radius)
 
         sphere = ba.Particle(m_Ag, sphere_ff)
-        position = ba.kvector_t(0*ba.nm, 0*ba.nm, -1*self.hmdso_thickness)
+        position = ba.kvector_t(0, 0, -1*self.hmdso_thickness)
         sphere.setPosition(position)
         ln_distr = ba.DistributionLogNormal(self.radius, self.sigma)
         par_distr = ba.ParameterDistribution(
diff --git a/Examples/scatter2d/ApproximationDA.py b/Examples/scatter2d/ApproximationDA.py
index 06be7b3803d..5dba8e1c31e 100644
--- a/Examples/scatter2d/ApproximationDA.py
+++ b/Examples/scatter2d/ApproximationDA.py
@@ -52,7 +52,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(200, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
diff --git a/Examples/scatter2d/ApproximationLMA.py b/Examples/scatter2d/ApproximationLMA.py
index ec5ebc715e8..eef385d236e 100644
--- a/Examples/scatter2d/ApproximationLMA.py
+++ b/Examples/scatter2d/ApproximationLMA.py
@@ -60,7 +60,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(200, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
diff --git a/Examples/scatter2d/ApproximationSSCA.py b/Examples/scatter2d/ApproximationSSCA.py
index 04a682940e9..26579209cdb 100644
--- a/Examples/scatter2d/ApproximationSSCA.py
+++ b/Examples/scatter2d/ApproximationSSCA.py
@@ -53,7 +53,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(200, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
diff --git a/Examples/scatter2d/BeamDivergence.py b/Examples/scatter2d/BeamDivergence.py
index 1c448d47a3d..0e9fed1d8bd 100644
--- a/Examples/scatter2d/BeamDivergence.py
+++ b/Examples/scatter2d/BeamDivergence.py
@@ -42,7 +42,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(100, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     distr_1 = ba.DistributionLogNormal(0.1*nm, 0.1)
@@ -50,7 +50,7 @@ def get_simulation(sample):
     distr_2 = ba.DistributionGaussian(0.2*deg, 0.1*deg)
     simulation.addParameterDistribution("*/Beam/InclinationAngle", distr_2, 5,
                                         0)
-    distr_3 = ba.DistributionGaussian(0*deg, 0.1*deg)
+    distr_3 = ba.DistributionGaussian(0, 0.1*deg)
     simulation.addParameterDistribution("*/Beam/AzimuthalAngle", distr_3, 5,
                                         0)
     return simulation
diff --git a/Examples/scatter2d/BiMaterialCylinders.py b/Examples/scatter2d/BiMaterialCylinders.py
index 81992c7e5e3..98e31ac65ed 100755
--- a/Examples/scatter2d/BiMaterialCylinders.py
+++ b/Examples/scatter2d/BiMaterialCylinders.py
@@ -55,8 +55,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1e9, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(100, 2*deg, 0*deg, 1*deg)
+    beam = ba.Beam(1e9, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(100, 2*deg, 0, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/BoxesWithSpecularPeak.py b/Examples/scatter2d/BoxesWithSpecularPeak.py
index 060f300eb95..b5c486190be 100644
--- a/Examples/scatter2d/BoxesWithSpecularPeak.py
+++ b/Examples/scatter2d/BoxesWithSpecularPeak.py
@@ -23,11 +23,11 @@ def get_sample():
     particle = ba.Particle(material_Particle, ff)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(8*nm, 8*nm, 90*deg, 0*deg)
+    lattice = ba.BasicLattice2D(8*nm, 8*nm, 90*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunction2DLattice(lattice)
-    iff_pdf = ba.FTDecayFunction2DCauchy(100*nm, 100*nm, 0*deg)
+    iff_pdf = ba.FTDecayFunction2DCauchy(100*nm, 100*nm, 0)
     iff.setDecayFunction(iff_pdf)
 
     # Define particle layouts
@@ -51,8 +51,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(101, -2*deg, 2*deg, 101, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(101, -2*deg, 2*deg, 101, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     simulation.getOptions().setUseAvgMaterials(True)
     simulation.getOptions().setIncludeSpecular(True)
diff --git a/Examples/scatter2d/BuriedParticles.py b/Examples/scatter2d/BuriedParticles.py
index 5e9cf456be1..85ee794af1d 100644
--- a/Examples/scatter2d/BuriedParticles.py
+++ b/Examples/scatter2d/BuriedParticles.py
@@ -24,7 +24,7 @@ def get_sample():
 
     # Define particles
     particle = ba.Particle(material_Particle, ff)
-    particle_position = kvector_t(0*nm, 0*nm, -25.2*nm)
+    particle_position = kvector_t(0, 0, -25.2*nm)
     particle.setPosition(particle_position)
 
     # Define particle layouts
@@ -49,8 +49,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.15*nm, ba.Direction(0.15*deg, 0*deg))
-    detector = ba.SphericalDetector(200, 2*deg, 0*deg, 1*deg)
+    beam = ba.Beam(1, 0.15*nm, ba.Direction(0.15*deg, 0))
+    detector = ba.SphericalDetector(200, 2*deg, 0, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/ConstantBackground.py b/Examples/scatter2d/ConstantBackground.py
index fdd1bb10854..a17cf62eeec 100644
--- a/Examples/scatter2d/ConstantBackground.py
+++ b/Examples/scatter2d/ConstantBackground.py
@@ -42,7 +42,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1000000, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1000000, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(100, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     background = ba.ConstantBackground(1.0e+03)
diff --git a/Examples/scatter2d/CoreShellNanoparticles.py b/Examples/scatter2d/CoreShellNanoparticles.py
index c273d42b986..e16c4175d75 100644
--- a/Examples/scatter2d/CoreShellNanoparticles.py
+++ b/Examples/scatter2d/CoreShellNanoparticles.py
@@ -49,8 +49,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, 2*deg, 0*deg, 1*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, 2*deg, 0, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/CorrelatedRoughness.py b/Examples/scatter2d/CorrelatedRoughness.py
index 9ed7e432531..cf8529bba5b 100644
--- a/Examples/scatter2d/CorrelatedRoughness.py
+++ b/Examples/scatter2d/CorrelatedRoughness.py
@@ -44,8 +44,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(500000000000, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, 1*deg, 0*deg, 0.5*deg)
+    beam = ba.Beam(500000000000, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, 1*deg, 0, 0.5*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/CosineRipplesAtRectLattice.py b/Examples/scatter2d/CosineRipplesAtRectLattice.py
index e870a6e280e..3a7d251956f 100644
--- a/Examples/scatter2d/CosineRipplesAtRectLattice.py
+++ b/Examples/scatter2d/CosineRipplesAtRectLattice.py
@@ -24,11 +24,11 @@ def get_sample():
     particle = ba.Particle(material_Particle, ff)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(200*nm, 50*nm, 90*deg, 0*deg)
+    lattice = ba.BasicLattice2D(200*nm, 50*nm, 90*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunction2DLattice(lattice)
-    iff_pdf = ba.FTDecayFunction2DCauchy(160*nm, 16*nm, 0*deg)
+    iff_pdf = ba.FTDecayFunction2DCauchy(160*nm, 16*nm, 0)
     iff.setDecayFunction(iff_pdf)
 
     # Define particle layouts
@@ -52,8 +52,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.16*nm, ba.Direction(0.3*deg, 0*deg))
-    detector = ba.SphericalDetector(100, -1.5*deg, 1.5*deg, 100, 0*deg, 2.5*deg)
+    beam = ba.Beam(1, 0.16*nm, ba.Direction(0.3*deg, 0))
+    detector = ba.SphericalDetector(100, -1.5*deg, 1.5*deg, 100, 0, 2.5*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/Cylinders.py b/Examples/scatter2d/Cylinders.py
index d6f8dfdec03..6006762bdfb 100755
--- a/Examples/scatter2d/Cylinders.py
+++ b/Examples/scatter2d/Cylinders.py
@@ -39,11 +39,11 @@ def get_simulation(sample):
     # Define beam
     wavelength = 0.1*nm
     alpha_i = 0.2*deg
-    beam = ba.Beam(1, wavelength, ba.Direction(alpha_i, 0*deg))
+    beam = ba.Beam(1, wavelength, ba.Direction(alpha_i, 0))
 
     # Define detector
     nPix = 200 # pixels per direction
-    detector = ba.SphericalDetector(nPix, -2*deg, 2*deg, nPix, 0*deg, 3*deg)
+    detector = ba.SphericalDetector(nPix, -2*deg, 2*deg, nPix, 0, 3*deg)
 
     return ba.GISASSimulation(beam, sample, detector)
 
diff --git a/Examples/scatter2d/CylindersAndPrisms.py b/Examples/scatter2d/CylindersAndPrisms.py
index f5d36622ccd..7dd8148331f 100644
--- a/Examples/scatter2d/CylindersAndPrisms.py
+++ b/Examples/scatter2d/CylindersAndPrisms.py
@@ -49,8 +49,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(100, 2*deg, 0*deg, 1*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(100, 2*deg, 0, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/CylindersInAverageLayer.py b/Examples/scatter2d/CylindersInAverageLayer.py
index e5543bee147..c2775c51e05 100644
--- a/Examples/scatter2d/CylindersInAverageLayer.py
+++ b/Examples/scatter2d/CylindersInAverageLayer.py
@@ -25,7 +25,7 @@ def get_sample(cyl_height=5*nm):
 
     # interference function
     interference = ba.InterferenceFunction2DLattice(
-        ba.SquareLattice2D(15*nm, 0*deg))
+        ba.SquareLattice2D(15*nm, 0))
     pdf = ba.FTDecayFunction2DCauchy(300*nm, 300*nm, 0)
     interference.setDecayFunction(pdf)
     particle_layout.setInterferenceFunction(interference)
@@ -43,8 +43,8 @@ def get_sample(cyl_height=5*nm):
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(100, -2*deg, 2*deg, 100, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(100, -2*deg, 2*deg, 100, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     simulation.getOptions().setUseAvgMaterials(True)
     return simulation
diff --git a/Examples/scatter2d/CylindersInBA.py b/Examples/scatter2d/CylindersInBA.py
index 623f17ebc3c..649859b1013 100755
--- a/Examples/scatter2d/CylindersInBA.py
+++ b/Examples/scatter2d/CylindersInBA.py
@@ -39,8 +39,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 3*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 3*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/CylindersWithSizeDistribution.py b/Examples/scatter2d/CylindersWithSizeDistribution.py
index cab15d672c7..ebf733b3f34 100644
--- a/Examples/scatter2d/CylindersWithSizeDistribution.py
+++ b/Examples/scatter2d/CylindersWithSizeDistribution.py
@@ -46,7 +46,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(200, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
diff --git a/Examples/scatter2d/DetectorResolutionFunction.py b/Examples/scatter2d/DetectorResolutionFunction.py
index 0b81700f776..94ffe841f4e 100644
--- a/Examples/scatter2d/DetectorResolutionFunction.py
+++ b/Examples/scatter2d/DetectorResolutionFunction.py
@@ -42,7 +42,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(100, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     simulation.setDetectorResolutionFunction(
diff --git a/Examples/scatter2d/DodecahedraSAS.py b/Examples/scatter2d/DodecahedraSAS.py
index 32961c91259..d95abd1ff1a 100755
--- a/Examples/scatter2d/DodecahedraSAS.py
+++ b/Examples/scatter2d/DodecahedraSAS.py
@@ -33,7 +33,7 @@ def get_sample():
 
 def get_simulation(sample):
     # Beam from above (perpendicular to sample):
-    beam = ba.Beam(1, 0.4*nm, ba.Direction(90*deg, 0*deg))
+    beam = ba.Beam(1, 0.4*nm, ba.Direction(90*deg, 0))
 
     # Detector opposite to source:
     detPos = 2000 # distance from sample center to detector in mm
diff --git a/Examples/scatter2d/HalfSpheresInAverageTopLayer.py b/Examples/scatter2d/HalfSpheresInAverageTopLayer.py
index 825419a89f7..5f463b454f1 100644
--- a/Examples/scatter2d/HalfSpheresInAverageTopLayer.py
+++ b/Examples/scatter2d/HalfSpheresInAverageTopLayer.py
@@ -18,17 +18,17 @@ def get_sample():
     material_Vacuum = ba.HomogeneousMaterial("Vacuum", 0, 0)
 
     # Define form factors
-    ff = ba.FormFactorTruncatedSphere(5*nm, 5*nm, 0*nm)
+    ff = ba.FormFactorTruncatedSphere(5*nm, 5*nm, 0)
 
     # Define particles
     particle = ba.Particle(material_Particle, ff)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(10*nm, 10*nm, 90*deg, 0*deg)
+    lattice = ba.BasicLattice2D(10*nm, 10*nm, 90*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunction2DLattice(lattice)
-    iff_pdf = ba.FTDecayFunction2DCauchy(100*nm, 100*nm, 0*deg)
+    iff_pdf = ba.FTDecayFunction2DCauchy(100*nm, 100*nm, 0)
     iff.setDecayFunction(iff_pdf)
 
     # Define particle layouts
@@ -53,8 +53,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(100, -2*deg, 2*deg, 100, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(100, -2*deg, 2*deg, 100, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     simulation.getOptions().setUseAvgMaterials(True)
     return simulation
diff --git a/Examples/scatter2d/HexagonalLatticesWithBasis.py b/Examples/scatter2d/HexagonalLatticesWithBasis.py
index 66f76e4836e..8192045e3ae 100644
--- a/Examples/scatter2d/HexagonalLatticesWithBasis.py
+++ b/Examples/scatter2d/HexagonalLatticesWithBasis.py
@@ -33,11 +33,11 @@ def get_sample():
     particle_3.addParticle(particle_2)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(20*nm, 20*nm, 120*deg, 0*deg)
+    lattice = ba.BasicLattice2D(20*nm, 20*nm, 120*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunction2DLattice(lattice)
-    iff_pdf = ba.FTDecayFunction2DCauchy(10*nm, 10*nm, 0*deg)
+    iff_pdf = ba.FTDecayFunction2DCauchy(10*nm, 10*nm, 0)
     iff.setDecayFunction(iff_pdf)
 
     # Define particle layouts
@@ -61,8 +61,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -1*deg, 1*deg, 200, 0*deg, 1*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -1*deg, 1*deg, 200, 0, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/Interference1DRadialParaCrystal.py b/Examples/scatter2d/Interference1DRadialParaCrystal.py
index 7349d64208e..0eda4704d8a 100644
--- a/Examples/scatter2d/Interference1DRadialParaCrystal.py
+++ b/Examples/scatter2d/Interference1DRadialParaCrystal.py
@@ -48,8 +48,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/Interference2DCenteredSquareLattice.py b/Examples/scatter2d/Interference2DCenteredSquareLattice.py
index e580d0c0ec1..80a249bbe4b 100644
--- a/Examples/scatter2d/Interference2DCenteredSquareLattice.py
+++ b/Examples/scatter2d/Interference2DCenteredSquareLattice.py
@@ -24,7 +24,7 @@ def get_sample():
     # Define particles
     particle_1 = ba.Particle(material_Particle, ff_1)
     particle_2 = ba.Particle(material_Particle, ff_2)
-    particle_2_position = kvector_t(12.5*nm, 12.5*nm, 0*nm)
+    particle_2_position = kvector_t(12.5*nm, 12.5*nm, 0)
     particle_2.setPosition(particle_2_position)
 
     # Define composition of particles at specific positions
@@ -33,11 +33,11 @@ def get_sample():
     particle_3.addParticle(particle_2)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(25*nm, 25*nm, 90*deg, 0*deg)
+    lattice = ba.BasicLattice2D(25*nm, 25*nm, 90*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunction2DLattice(lattice)
-    iff_pdf = ba.FTDecayFunction2DCauchy(48*nm, 16*nm, 0*deg)
+    iff_pdf = ba.FTDecayFunction2DCauchy(48*nm, 16*nm, 0)
     iff.setDecayFunction(iff_pdf)
 
     # Define particle layouts
@@ -61,8 +61,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/Interference2DLatticeSumOfRotated.py b/Examples/scatter2d/Interference2DLatticeSumOfRotated.py
index f82cfa263c5..7b087346fc5 100644
--- a/Examples/scatter2d/Interference2DLatticeSumOfRotated.py
+++ b/Examples/scatter2d/Interference2DLatticeSumOfRotated.py
@@ -37,10 +37,10 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(100, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
-    distr_1 = ba.DistributionGate(0*deg, 240*deg)
+    distr_1 = ba.DistributionGate(0, 240*deg)
     simulation.addParameterDistribution("*/SquareLattice2D/Xi", distr_1, 3, 0)
     return simulation
 
diff --git a/Examples/scatter2d/Interference2DParaCrystal.py b/Examples/scatter2d/Interference2DParaCrystal.py
index 58258192805..f3d599205d4 100644
--- a/Examples/scatter2d/Interference2DParaCrystal.py
+++ b/Examples/scatter2d/Interference2DParaCrystal.py
@@ -23,14 +23,14 @@ def get_sample():
     particle = ba.Particle(material_Particle, ff)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(10*nm, 10*nm, 90*deg, 0*deg)
+    lattice = ba.BasicLattice2D(10*nm, 10*nm, 90*deg, 0)
 
     # Define interference functions
-    iff = ba.InterferenceFunction2DParaCrystal(lattice, 0*nm, 20000*nm,
+    iff = ba.InterferenceFunction2DParaCrystal(lattice, 0, 20000*nm,
                                                20000*nm)
     iff.setIntegrationOverXi(True)
-    iff_pdf_1 = ba.FTDistribution2DCauchy(1*nm, 1*nm, 0*deg)
-    iff_pdf_2 = ba.FTDistribution2DCauchy(1*nm, 1*nm, 0*deg)
+    iff_pdf_1 = ba.FTDistribution2DCauchy(1*nm, 1*nm, 0)
+    iff_pdf_2 = ba.FTDistribution2DCauchy(1*nm, 1*nm, 0)
     iff.setProbabilityDistributions(iff_pdf_1, iff_pdf_2)
 
     # Define particle layouts
@@ -54,8 +54,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/Interference2DRotatedSquareLattice.py b/Examples/scatter2d/Interference2DRotatedSquareLattice.py
index 0f8457773ea..6e83cae2931 100644
--- a/Examples/scatter2d/Interference2DRotatedSquareLattice.py
+++ b/Examples/scatter2d/Interference2DRotatedSquareLattice.py
@@ -52,8 +52,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/Interference2DSquareFiniteLattice.py b/Examples/scatter2d/Interference2DSquareFiniteLattice.py
index 98416d68a4c..fa35d7f6d42 100644
--- a/Examples/scatter2d/Interference2DSquareFiniteLattice.py
+++ b/Examples/scatter2d/Interference2DSquareFiniteLattice.py
@@ -23,7 +23,7 @@ def get_sample():
     particle = ba.Particle(material_Particle, ff)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(25*nm, 25*nm, 90*deg, 0*deg)
+    lattice = ba.BasicLattice2D(25*nm, 25*nm, 90*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunctionFinite2DLattice(lattice, 40, 40)
@@ -50,8 +50,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/MagneticSpheres.py b/Examples/scatter2d/MagneticSpheres.py
index 34c27229ee5..ac09edd7e0f 100644
--- a/Examples/scatter2d/MagneticSpheres.py
+++ b/Examples/scatter2d/MagneticSpheres.py
@@ -23,7 +23,7 @@ def get_sample():
 
     # Define particles
     particle = ba.Particle(material_Particle, ff)
-    particle_position = kvector_t(0*nm, 0*nm, -10*nm)
+    particle_position = kvector_t(0, 0, -10*nm)
     particle.setPosition(particle_position)
 
     # Define particle layouts
@@ -46,10 +46,10 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1e+12, 0.1*nm, ba.Direction(0.5*deg, 0*deg))
+    beam = ba.Beam(1e+12, 0.1*nm, ba.Direction(0.5*deg, 0))
     beam_polarization = kvector_t(0, 0, 1)
     beam.setPolarization(beam_polarization)
-    detector = ba.SphericalDetector(200, 6*deg, 0*deg, 3*deg)
+    detector = ba.SphericalDetector(200, 6*deg, 0, 3*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     analyzer_direction = kvector_t(0, 0, -1)
     simulation.detector().setAnalyzerProperties(analyzer_direction, 1, 0.5)
diff --git a/Examples/scatter2d/MesoCrystal.py b/Examples/scatter2d/MesoCrystal.py
index 9785a4bfe69..bceecc20210 100644
--- a/Examples/scatter2d/MesoCrystal.py
+++ b/Examples/scatter2d/MesoCrystal.py
@@ -24,9 +24,9 @@ def get_sample():
     particle_1 = ba.Particle(material_Particle, ff_1)
 
     # Define 3D lattices
-    lattice = ba.Lattice3D(ba.kvector_t(5*nm, 0*nm, 0*nm),
-                           ba.kvector_t(0*nm, 5*nm, 0*nm),
-                           ba.kvector_t(0*nm, 0*nm, 5*nm))
+    lattice = ba.Lattice3D(ba.kvector_t(5*nm, 0, 0),
+                           ba.kvector_t(0, 5*nm, 0),
+                           ba.kvector_t(0, 0, 5*nm))
 
     # Define crystals
     crystal = ba.Crystal(particle_1, lattice)
@@ -54,8 +54,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/ParticlesCrossingInterface.py b/Examples/scatter2d/ParticlesCrossingInterface.py
index cc8e7129655..16d1b7c5a71 100644
--- a/Examples/scatter2d/ParticlesCrossingInterface.py
+++ b/Examples/scatter2d/ParticlesCrossingInterface.py
@@ -37,10 +37,10 @@ def get_sample():
 
     # Define particles
     particle_1 = ba.Particle(material_Particle, ff_1)
-    particle_1_position = kvector_t(0*nm, 0*nm, -3*nm)
+    particle_1_position = kvector_t(0, 0, -3*nm)
     particle_1.setPosition(particle_1_position)
     particle_2 = ba.Particle(material_Particle, ff_2)
-    particle_2_position = kvector_t(0*nm, 0*nm, -3*nm)
+    particle_2_position = kvector_t(0, 0, -3*nm)
     particle_2.setPosition(particle_2_position)
 
     # Define interference functions
@@ -68,8 +68,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(100, 2*deg, 0*deg, 1*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(100, 2*deg, 0, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/RectangularGrating.py b/Examples/scatter2d/RectangularGrating.py
index f5636a0f74f..9fbe9f5a263 100644
--- a/Examples/scatter2d/RectangularGrating.py
+++ b/Examples/scatter2d/RectangularGrating.py
@@ -54,8 +54,8 @@ def get_sample(lattice_rotation_angle=0*deg):
 
 
 def get_simulation(sample):
-    beam = ba.Beam(100000000, 0.134*nm, ba.Direction(0.4*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -0.5*deg, 0.5*deg, 200, 0*deg, 0.6*deg)
+    beam = ba.Beam(100000000, 0.134*nm, ba.Direction(0.4*deg, 0))
+    detector = ba.SphericalDetector(200, -0.5*deg, 0.5*deg, 200, 0, 0.6*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     simulation.getOptions().setMonteCarloIntegration(True, 100)
     return simulation
diff --git a/Examples/scatter2d/RotatedPyramids.py b/Examples/scatter2d/RotatedPyramids.py
index ae646f9978c..7cac1edcde4 100644
--- a/Examples/scatter2d/RotatedPyramids.py
+++ b/Examples/scatter2d/RotatedPyramids.py
@@ -44,8 +44,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/SpheresAtHexLattice.py b/Examples/scatter2d/SpheresAtHexLattice.py
index 77a52d28a4b..0ec60fbd2f3 100644
--- a/Examples/scatter2d/SpheresAtHexLattice.py
+++ b/Examples/scatter2d/SpheresAtHexLattice.py
@@ -24,11 +24,11 @@ def get_sample():
     particle = ba.Particle(material_Particle, ff)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(20*nm, 20*nm, 120*deg, 0*deg)
+    lattice = ba.BasicLattice2D(20*nm, 20*nm, 120*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunction2DLattice(lattice)
-    iff_pdf = ba.FTDecayFunction2DCauchy(10*nm, 10*nm, 0*deg)
+    iff_pdf = ba.FTDecayFunction2DCauchy(10*nm, 10*nm, 0)
     iff.setDecayFunction(iff_pdf)
 
     # Define particle layouts
@@ -52,8 +52,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -1*deg, 1*deg, 200, 0*deg, 1*deg)
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
+    detector = ba.SphericalDetector(200, -1*deg, 1*deg, 200, 0, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/TriangularRipple.py b/Examples/scatter2d/TriangularRipple.py
index 8f9c0fd705d..dbc832090f5 100644
--- a/Examples/scatter2d/TriangularRipple.py
+++ b/Examples/scatter2d/TriangularRipple.py
@@ -24,12 +24,12 @@ def get_sample():
     particle = ba.Particle(material_Particle, ff)
 
     # Define 2D lattices
-    lattice = ba.BasicLattice2D(200*nm, 50*nm, 90*deg, 0*deg)
+    lattice = ba.BasicLattice2D(200*nm, 50*nm, 90*deg, 0)
 
     # Define interference functions
     iff = ba.InterferenceFunction2DLattice(lattice)
     iff_pdf = ba.FTDecayFunction2DGauss(159.154943092*nm, 15.9154943092*nm,
-                                        0*deg)
+                                        0)
     iff.setDecayFunction(iff_pdf)
 
     # Define particle layouts
@@ -53,8 +53,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.16*nm, ba.Direction(0.3*deg, 0*deg))
-    detector = ba.SphericalDetector(200, -1.5*deg, 1.5*deg, 200, 0*deg, 2.5*deg)
+    beam = ba.Beam(1, 0.16*nm, ba.Direction(0.3*deg, 0))
+    detector = ba.SphericalDetector(200, -1.5*deg, 1.5*deg, 200, 0, 2.5*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
 
diff --git a/Examples/scatter2d/TwoTypesOfCylindersWithSizeDistribution.py b/Examples/scatter2d/TwoTypesOfCylindersWithSizeDistribution.py
index 48b1a5b7ae5..00e842cd70f 100644
--- a/Examples/scatter2d/TwoTypesOfCylindersWithSizeDistribution.py
+++ b/Examples/scatter2d/TwoTypesOfCylindersWithSizeDistribution.py
@@ -55,7 +55,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 0.1*nm, ba.Direction(0.2*deg, 0))
     detector = ba.SphericalDetector(200, 2*deg, 1*deg, 1*deg)
     simulation = ba.GISASSimulation(beam, sample, detector)
     return simulation
diff --git a/Examples/specular/AlternatingLayers.py b/Examples/specular/AlternatingLayers.py
index d008a61e363..9b957efe501 100755
--- a/Examples/specular/AlternatingLayers.py
+++ b/Examples/specular/AlternatingLayers.py
@@ -33,7 +33,7 @@ def get_sample():
 
 def get_simulation(sample, scan_size=500):
     simulation = ba.SpecularSimulation()
-    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0*deg, 2*deg)
+    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0, 2*deg)
     simulation.setScan(scan)
     simulation.setSample(sample)
     return simulation
diff --git a/Examples/specular/BeamAngularDivergence.py b/Examples/specular/BeamAngularDivergence.py
old mode 100644
new mode 100755
index f4d19657e32..8c6a75c04b0
--- a/Examples/specular/BeamAngularDivergence.py
+++ b/Examples/specular/BeamAngularDivergence.py
@@ -1,23 +1,22 @@
 #!/usr/bin/env python3
 """
 An example of taking into account beam angular divergence
-and beam footprint correction in reflectometry calculations
-with BornAgain.
-
+and beam footprint correction in reflectometry calculations.
 """
 import numpy as np
 import bornagain as ba
+from bornagain import angstrom, deg
 from os import path
 from matplotlib import pyplot as plt
 
 # input parameters
-wavelength = 1.54*ba.angstrom
-alpha_i_min = 0*ba.deg  # min incident angle, deg
-alpha_i_max = 2*ba.deg  # max incident angle, rad
+wavelength = 1.54*angstrom
+alpha_i_min = 0      # min incident angle, deg
+alpha_i_max = 2*deg  # max incident angle, rad
 beam_sample_ratio = 0.01  # beam-to-sample size ratio
 
 # convolution parameters
-d_ang = 0.01*ba.deg  # spread width for incident angle
+d_ang = 0.01*deg  # spread width for incident angle
 n_sig = 3  # number of sigmas to convolve over
 n_points = 25  # number of points to convolve over
 
@@ -27,10 +26,10 @@ si_sld_real = 2.0704e-06  # \AA^{-2}
 n_repetitions = 10
 # Ni
 ni_sld_real = 9.4245e-06  # \AA^{-2}
-d_ni = 70*ba.angstrom
+d_ni = 70*angstrom
 # Ti
 ti_sld_real = -1.9493e-06  # \AA^{-2}
-d_ti = 30*ba.angstrom
+d_ti = 30*angstrom
 
 
 def get_sample():
diff --git a/Examples/specular/BeamFullDivergence.py b/Examples/specular/BeamFullDivergence.py
old mode 100644
new mode 100755
index 38706183bc0..382342164b2
--- a/Examples/specular/BeamFullDivergence.py
+++ b/Examples/specular/BeamFullDivergence.py
@@ -2,18 +2,18 @@
 """
 An example of taking into account beam angular and wavelength
 divergence in reflectometry calculations with BornAgain.
-
 """
 import bornagain as ba
+from bornagain import angstrom, deg
 
 # input parameters
-wavelength = 1.54*ba.angstrom
-alpha_i_min = 0*ba.deg  # min incident angle, deg
-alpha_i_max = 2*ba.deg  # max incident angle, rad
+wavelength = 1.54*angstrom
+alpha_i_min = 0     # min incident angle, deg
+alpha_i_max = 2*deg # max incident angle, rad
 
 # convolution parameters
 d_wl = 0.01*wavelength  # spread width for wavelength
-d_ang = 0.01*ba.deg  # spread width for incident angle
+d_ang = 0.01*deg  # spread width for incident angle
 n_sig = 3  # number of sigmas to convolve over
 n_points = 25  # number of points to convolve over
 
@@ -23,10 +23,10 @@ si_sld_real = 2.0704e-06  # \AA^{-2}
 n_repetitions = 10
 # Ni
 ni_sld_real = 9.4245e-06  # \AA^{-2}
-d_ni = 70*ba.angstrom  # ni layer thickness (nm)
+d_ni = 70*angstrom  # ni layer thickness (nm)
 # Ti
 ti_sld_real = -1.9493e-06  # \AA^{-2}
-d_ti = 30*ba.angstrom  # ti layer thickness (nm)
+d_ti = 30*angstrom  # ti layer thickness (nm)
 
 
 def get_sample():
diff --git a/Examples/varia/AccessingSimulationResults.py b/Examples/varia/AccessingSimulationResults.py
index 332b0172168..d5ef91e5622 100644
--- a/Examples/varia/AccessingSimulationResults.py
+++ b/Examples/varia/AccessingSimulationResults.py
@@ -51,8 +51,8 @@ def get_simulation(sample):
     """
     Returns a GISAXS simulation with beam and detector defined.
     """
-    beam = ba.Beam(1e5, 1*angstrom, ba.Direction(0.2*deg, 0*deg))
-    det = ba.SphericalDetector(201, -2*deg, 2*deg, 201, 0*deg, 2*deg)
+    beam = ba.Beam(1e5, 1*angstrom, ba.Direction(0.2*deg, 0))
+    det = ba.SphericalDetector(201, -2*deg, 2*deg, 201, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, det)
     return simulation
 
diff --git a/Examples/varia/AllFormFactorsAvailable.py b/Examples/varia/AllFormFactorsAvailable.py
index 6cac90a8be3..53d12a02183 100644
--- a/Examples/varia/AllFormFactorsAvailable.py
+++ b/Examples/varia/AllFormFactorsAvailable.py
@@ -65,7 +65,7 @@ def get_simulation(sample):
     simulation = ba.GISASSimulation()
     simulation.setDetectorParameters(100, phi_min*deg, phi_max*deg, 100,
                                      alpha_min*deg, alpha_max*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.setSample(sample)
     return simulation
 
diff --git a/Examples/varia/AxesInDifferentUnits.py b/Examples/varia/AxesInDifferentUnits.py
index 41ef48517e9..b6ea0eb5ab6 100644
--- a/Examples/varia/AxesInDifferentUnits.py
+++ b/Examples/varia/AxesInDifferentUnits.py
@@ -46,7 +46,7 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0*deg))
+    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0))
 
     # PILATUS detector
     detector_distance = 2000.0  # in mm
@@ -81,34 +81,34 @@ def plot(result):
     # default units for rectangular detector are millimeters
 
     ba_plot.plot_colormap(result,
-                     title="In default units",
-                     xlabel=r'$X_{mm}$',
-                     ylabel=r'$Y_{mm}$',
-                     zlabel=None)
+                          title="In default units",
+                          xlabel=r'$X_{mm}$',
+                          ylabel=r'$Y_{mm}$',
+                          zlabel=None)
 
     plt.subplot(2, 2, 2)
     ba_plot.plot_colormap(result,
-                     units=ba.Axes.NBINS,
-                     title="In number of bins",
-                     xlabel=r'$X_{nbins}$',
-                     ylabel=r'$Y_{nbins}$',
-                     zlabel=None)
+                          units=ba.Axes.NBINS,
+                          title="In number of bins",
+                          xlabel=r'$X_{nbins}$',
+                          ylabel=r'$Y_{nbins}$',
+                          zlabel=None)
 
     plt.subplot(2, 2, 3)
     ba_plot.plot_colormap(result,
-                     units=ba.Axes.DEGREES,
-                     title="In degs",
-                     xlabel=r'$\phi_f ^{\circ}$',
-                     ylabel=r'$\alpha_f ^{\circ}$',
-                     zlabel=None)
+                          units=ba.Axes.DEGREES,
+                          title="In degs",
+                          xlabel=r'$\phi_f ^{\circ}$',
+                          ylabel=r'$\alpha_f ^{\circ}$',
+                          zlabel=None)
 
     plt.subplot(2, 2, 4)
     ba_plot.plot_colormap(result,
-                     units=ba.Axes.QSPACE,
-                     title="Q-space",
-                     xlabel=r'$Q_{y} [1/nm]$',
-                     ylabel=r'$Q_{z} [1/nm]$',
-                     zlabel=None)
+                          units=ba.Axes.QSPACE,
+                          title="Q-space",
+                          xlabel=r'$Q_{y} [1/nm]$',
+                          ylabel=r'$Q_{z} [1/nm]$',
+                          zlabel=None)
 
     plt.subplots_adjust(left=0.07, right=0.97, top=0.9, bottom=0.1, hspace=0.25)
     plt.show()
diff --git a/Examples/varia/BasicPolarizedReflectometry.py b/Examples/varia/BasicPolarizedReflectometry.py
index 230465be77f..7c40e593ac0 100644
--- a/Examples/varia/BasicPolarizedReflectometry.py
+++ b/Examples/varia/BasicPolarizedReflectometry.py
@@ -40,7 +40,7 @@ def get_simulation(sample, scan_size=500):
     Defines and returns a specular simulation.
     """
     simulation = ba.SpecularSimulation()
-    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0*deg, 5*deg)
+    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0, 5*deg)
     simulation.setScan(scan)
     simulation.setSample(sample)
     return simulation
diff --git a/Examples/varia/CustomFormFactor.py b/Examples/varia/CustomFormFactor.py
index d185d6e5203..2aebb6ee780 100644
--- a/Examples/varia/CustomFormFactor.py
+++ b/Examples/varia/CustomFormFactor.py
@@ -71,8 +71,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0*deg))
-    det = ba.SphericalDetector(100, -1*deg, 1*deg, 100, 0*deg, 2*deg)
+    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0))
+    det = ba.SphericalDetector(100, -1*deg, 1*deg, 100, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, det)
     simulation.getOptions().setNumberOfThreads(
         -1)  # deactivate multithreading (why?)
diff --git a/Examples/varia/DepthProbe.py b/Examples/varia/DepthProbe.py
index 5651adef0f4..bc6224776f0 100644
--- a/Examples/varia/DepthProbe.py
+++ b/Examples/varia/DepthProbe.py
@@ -34,7 +34,7 @@ t_Ti_top = 100*angstrom
 t_TiO2 = 30*angstrom
 
 #  beam data
-ai_min = 0*deg  # minimum incident angle
+ai_min = 0  # minimum incident angle
 ai_max = 1*deg  # maximum incident angle
 n_ai_bins = 5000  # number of bins in incident angle axis
 beam_sample_ratio = 0.01  # beam-to-sample size ratio
diff --git a/Examples/varia/FindPeaks.py b/Examples/varia/FindPeaks.py
index 996d66e4c8c..88347b52341 100644
--- a/Examples/varia/FindPeaks.py
+++ b/Examples/varia/FindPeaks.py
@@ -55,8 +55,8 @@ def get_sample(lattice_rotation_angle=0*deg):
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1e8, 1.34*angstrom, ba.Direction(0.4*deg, 0*deg))
-    det = ba.SphericalDetector(200, -0.5*deg, 0.5*deg, 200, 0*deg, 0.6*deg)
+    beam = ba.Beam(1e8, 1.34*angstrom, ba.Direction(0.4*deg, 0))
+    det = ba.SphericalDetector(200, -0.5*deg, 0.5*deg, 200, 0, 0.6*deg)
     simulation = ba.GISASSimulation(beam, sample, det)
     simulation.getOptions().setMonteCarloIntegration(True, 100)
     return simulation
diff --git a/Examples/varia/FootprintCorrection.py b/Examples/varia/FootprintCorrection.py
index f280ede7619..bce268fc309 100644
--- a/Examples/varia/FootprintCorrection.py
+++ b/Examples/varia/FootprintCorrection.py
@@ -42,7 +42,7 @@ def get_simulation(footprint):
     Defines and returns a specular simulation.
     """
     simulation = ba.SpecularSimulation()
-    scan = ba.AngularSpecScan(1.54*angstrom, 500, 0*deg, 0.6*deg)
+    scan = ba.AngularSpecScan(1.54*angstrom, 500, 0, 0.6*deg)
     scan.setFootprintFactor(footprint)
     simulation.setScan(scan)
     return simulation
diff --git a/Examples/varia/GratingMC.py b/Examples/varia/GratingMC.py
index a51a10c110e..ca4b01cb6dc 100644
--- a/Examples/varia/GratingMC.py
+++ b/Examples/varia/GratingMC.py
@@ -58,8 +58,8 @@ def get_simulation(sample):
     """
     Create and return GISAXS simulation with beam and detector defined
     """
-    beam = ba.Beam(1e8, 1.34*angstrom, ba.Direction(0.4*deg, 0*deg))
-    det = ba.SphericalDetector(200, -0.5*deg, 0.5*deg, 200, 0*deg, 0.6*deg)
+    beam = ba.Beam(1e8, 1.34*angstrom, ba.Direction(0.4*deg, 0))
+    det = ba.SphericalDetector(200, -0.5*deg, 0.5*deg, 200, 0, 0.6*deg)
     simulation = ba.GISASSimulation(beam, sample, det)
     simulation.getOptions().setMonteCarloIntegration(True, 100)
     return simulation
diff --git a/Examples/varia/Interference1DLattice.py b/Examples/varia/Interference1DLattice.py
index b06858fe1f1..1f1fb9a1a4d 100644
--- a/Examples/varia/Interference1DLattice.py
+++ b/Examples/varia/Interference1DLattice.py
@@ -53,8 +53,8 @@ def get_sample():
 
 
 def get_simulation(sample):
-    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0*deg))
-    det = ba.SphericalDetector(200, -1*deg, 1*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0))
+    det = ba.SphericalDetector(200, -1*deg, 1*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, det)
     simulation.getOptions().setMonteCarloIntegration(True, 100)
     if not "__no_terminal__" in globals():
diff --git a/Examples/varia/LargeParticlesFormFactor.py b/Examples/varia/LargeParticlesFormFactor.py
index 33d555af113..da2d80b000e 100644
--- a/Examples/varia/LargeParticlesFormFactor.py
+++ b/Examples/varia/LargeParticlesFormFactor.py
@@ -46,8 +46,8 @@ def get_simulation(sample, integration_flag):
     Returns a GISAXS simulation with defined beam and detector.
     If integration_flag=True, the simulation will integrate over detector bins.
     """
-    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0*deg))
-    det = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0*deg, 2*deg)
+    beam = ba.Beam(1, 1*angstrom, ba.Direction(0.2*deg, 0))
+    det = ba.SphericalDetector(200, -2*deg, 2*deg, 200, 0, 2*deg)
     simulation = ba.GISASSimulation(beam, sample, det)
     simulation.getOptions().setMonteCarloIntegration(integration_flag, 50)
     if not "__no_terminal__" in globals():
diff --git a/Examples/varia/OffSpecularSimulation.py b/Examples/varia/OffSpecularSimulation.py
index 93928e4b232..a5b3e7b8178 100644
--- a/Examples/varia/OffSpecularSimulation.py
+++ b/Examples/varia/OffSpecularSimulation.py
@@ -30,7 +30,7 @@ def get_sample():
     particle.setRotation(particle_rotation)
 
     # Define interference functions
-    iff = ba.InterferenceFunction1DLattice(100*nm, 0*deg)
+    iff = ba.InterferenceFunction1DLattice(100*nm, 0)
     iff_pdf = ba.FTDecayFunction1DCauchy(1000000*nm)
     iff.setDecayFunction(iff_pdf)
 
@@ -64,7 +64,7 @@ def get_simulation(sample):
     # define the beam with alpha_i varied between alpha_i_min and alpha_i_max
     alpha_i_axis = ba.FixedBinAxis("alpha_i", 200, alpha_i_min*deg,
                                    alpha_i_max*deg)
-    simulation.setBeamParameters(1*angstrom, alpha_i_axis, 0*deg)
+    simulation.setBeamParameters(1*angstrom, alpha_i_axis, 0)
     simulation.beam().setIntensity(1e9)
     simulation.setSample(sample)
     return simulation
diff --git a/Examples/varia/PolarizedNoAnalyzer.py b/Examples/varia/PolarizedNoAnalyzer.py
index 756d281a05c..143518cca37 100644
--- a/Examples/varia/PolarizedNoAnalyzer.py
+++ b/Examples/varia/PolarizedNoAnalyzer.py
@@ -40,7 +40,7 @@ def get_simulation(sample, scan_size=500):
     Defines and returns a specular simulation.
     """
     simulation = ba.SpecularSimulation()
-    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0*deg, 5*deg)
+    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0, 5*deg)
     simulation.setScan(scan)
     simulation.setSample(sample)
     return simulation
diff --git a/Examples/varia/PolarizedNonperfectAnalyzerPolarizer.py b/Examples/varia/PolarizedNonperfectAnalyzerPolarizer.py
index ea4bd39714c..a22a3f0cca7 100644
--- a/Examples/varia/PolarizedNonperfectAnalyzerPolarizer.py
+++ b/Examples/varia/PolarizedNonperfectAnalyzerPolarizer.py
@@ -83,7 +83,8 @@ def run_simulation(*,
     simulation = get_simulation(sample)
 
     simulation.beam().setPolarization(polarization*polarizer_efficiency)
-    simulation.detector().setAnalyzerProperties(analyzer, analyzer_efficiency, 0.5)
+    simulation.detector().setAnalyzerProperties(analyzer, analyzer_efficiency,
+                                                0.5)
 
     simulation.setBackground(ba.ConstantBackground(1e-7))
 
diff --git a/Examples/varia/PolarizedSANS.py b/Examples/varia/PolarizedSANS.py
index 424cf73976c..0dfbdbfdf0e 100644
--- a/Examples/varia/PolarizedSANS.py
+++ b/Examples/varia/PolarizedSANS.py
@@ -28,7 +28,7 @@ def get_sample():
 
     # Define particles
     particle_1 = ba.Particle(material_Core, ff_1)
-    particle_1_position = kvector_t(0*nm, 0*nm, 2*nm)
+    particle_1_position = kvector_t(0, 0, 2*nm)
     particle_1.setPosition(particle_1_position)
     particle_2 = ba.Particle(material_Shell, ff_2)
 
@@ -59,11 +59,10 @@ def get_simulation(sample):
     simulation = ba.GISASSimulation()
 
     # Defining detector
-    simulation.setDetectorParameters(200, -3*deg, 3*deg, 200, -3*deg,
-                                     3*deg)
+    simulation.setDetectorParameters(200, -3*deg, 3*deg, 200, -3*deg, 3*deg)
 
     # Defining beam parameters
-    simulation.setBeamParameters(0.5*nm, 0*deg, 0*deg)
+    simulation.setBeamParameters(0.5*nm, 0, 0)
     simulation.beam().setIntensity(1e12)
 
     # Defining beam polarization and polarization analysis for spin-flip channel
diff --git a/Examples/varia/PolarizedSpinFlip.py b/Examples/varia/PolarizedSpinFlip.py
index b400f56cd94..b86334c0fa5 100644
--- a/Examples/varia/PolarizedSpinFlip.py
+++ b/Examples/varia/PolarizedSpinFlip.py
@@ -39,7 +39,7 @@ def get_simulation(sample, scan_size=500):
     Defines and returns a specular simulation.
     """
     simulation = ba.SpecularSimulation()
-    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0*deg, 5*deg)
+    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0, 5*deg)
     simulation.setScan(scan)
     simulation.setSample(sample)
     return simulation
diff --git a/Examples/varia/RoughnessModel.py b/Examples/varia/RoughnessModel.py
index a9728ba8538..0118c067df3 100644
--- a/Examples/varia/RoughnessModel.py
+++ b/Examples/varia/RoughnessModel.py
@@ -49,7 +49,7 @@ def get_simulation(sample, scan_size=500):
     Defines and returns a specular simulation.
     """
     simulation = ba.SpecularSimulation()
-    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0*deg, 2*deg)
+    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0, 2*deg)
     simulation.setScan(scan)
     simulation.setSample(sample)
     return simulation
diff --git a/Examples/varia/SpecularSimulationWithRoughness.py b/Examples/varia/SpecularSimulationWithRoughness.py
index 53290102b38..5941d025d1a 100644
--- a/Examples/varia/SpecularSimulationWithRoughness.py
+++ b/Examples/varia/SpecularSimulationWithRoughness.py
@@ -45,7 +45,7 @@ def get_simulation(sample, scan_size=500):
     Defines and returns a specular simulation.
     """
     simulation = ba.SpecularSimulation()
-    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0*deg, 2*deg)
+    scan = ba.AngularSpecScan(1.54*angstrom, scan_size, 0, 2*deg)
     simulation.setScan(scan)
     simulation.setSample(sample)
     return simulation
diff --git a/Tests/Functional/PyCore/histogram2d.py b/Tests/Functional/PyCore/histogram2d.py
index 972ed0bb9ba..54cf54b97f8 100644
--- a/Tests/Functional/PyCore/histogram2d.py
+++ b/Tests/Functional/PyCore/histogram2d.py
@@ -35,8 +35,7 @@ class Histogram2DTest(unittest.TestCase):
         Testing construction of 2D histogram from numpy array
         """
         arr = numpy.array(
-            [[1, 2, 3, 4, 5.0], [6, 7, 8, 9, 10.0],
-             [11, 12, 13, 14, 15.0]],
+            [[1, 2, 3, 4, 5.0], [6, 7, 8, 9, 10.0], [11, 12, 13, 14, 15.0]],
             dtype=numpy.float64)
         hist = ba.Histogram2D(arr)
 
@@ -78,8 +77,7 @@ class Histogram2DTest(unittest.TestCase):
         Adding to the histogram content from numpy array
         """
         arr = numpy.array(
-            [[1, 2, 3, 4, 5.0], [6, 7, 8, 9, 10.0],
-             [11, 12, 13, 14, 15.0]],
+            [[1, 2, 3, 4, 5.0], [6, 7, 8, 9, 10.0], [11, 12, 13, 14, 15.0]],
             dtype=numpy.float64)
         hist = ba.Histogram2D(arr)
         # adding same content once again
@@ -113,8 +111,7 @@ class Histogram2DTest(unittest.TestCase):
         Testing newly create object
         """
         arr = numpy.array(
-            [[1, 2, 3, 4, 5.0], [6, 7, 8, 9, 10.0],
-             [11, 12, 13, 14, 15.0]],
+            [[1, 2, 3, 4, 5.0], [6, 7, 8, 9, 10.0], [11, 12, 13, 14, 15.0]],
             dtype=numpy.float64)
         hist = self.create_histogram(arr)
         arr_from_hist = hist.getArray()
diff --git a/Tests/Functional/PyCore/intensitydata_io.py b/Tests/Functional/PyCore/intensitydata_io.py
index b77fbebd28a..a58b9a53441 100644
--- a/Tests/Functional/PyCore/intensitydata_io.py
+++ b/Tests/Functional/PyCore/intensitydata_io.py
@@ -91,7 +91,7 @@ class OutputDataIOTest(unittest.TestCase):
                                get_boundaries_flat_in_sin(10, -5*deg, 5*deg)))
         data.addAxis(
             ba.VariableBinAxis("axis1", 3,
-                               get_boundaries_flat_in_sin(3, 0*deg, 2*deg)))
+                               get_boundaries_flat_in_sin(3, 0, 2*deg)))
         fill_data(data)
         ba.IntensityDataIOFactory.writeOutputData(data, "tmp.int")
         newdata = ba.IntensityDataIOFactory.readOutputData("tmp.int")
@@ -102,7 +102,7 @@ class OutputDataIOTest(unittest.TestCase):
         data.addAxis(ba.FixedBinAxis("axis0", 10, -5, 5))
         data.addAxis(
             ba.VariableBinAxis("axis1", 3,
-                               get_boundaries_flat_in_sin(3, 0*deg, 2*deg)))
+                               get_boundaries_flat_in_sin(3, 0, 2*deg)))
         fill_data(data)
         ba.IntensityDataIOFactory.writeOutputData(data, "tmp.int")
         newdata = ba.IntensityDataIOFactory.readOutputData("tmp.int")
@@ -155,15 +155,13 @@ class OutputDataIOTest(unittest.TestCase):
         self.assertTrue(is_the_same_data(data, newdata))
 
     def test_SaveNumpyArray_ReadOutputData(self):
-        arr = numpy.array([[0, 1, 2, 3.0], [4, 5, 6, 7.0],
-                           [8, 9, 10, 11.0]])
+        arr = numpy.array([[0, 1, 2, 3.0], [4, 5, 6, 7.0], [8, 9, 10, 11.0]])
         numpy.savetxt('tmp.txt', arr)
         newdata = ba.IntensityDataIOFactory.readOutputData("tmp.txt")
         self.assertTrue(numpy.array_equal(newdata.getArray(), arr))
 
     def test_SaveNumpyArray_ReadRawDataVector(self):
-        arr = numpy.array([[0, 1, 2, 3.0], [4, 5, 6, 7.0],
-                           [8, 9, 10, 11.0]])
+        arr = numpy.array([[0, 1, 2, 3.0], [4, 5, 6, 7.0], [8, 9, 10, 11.0]])
         numpy.savetxt('tmp.txt', arr)
         newdata = numpy.array(
             ba.IntensityDataIOFactory.readOutputData(
diff --git a/Tests/Functional/PyCore/mesocrystal1.py b/Tests/Functional/PyCore/mesocrystal1.py
index b9acbc0a94d..f59d36e8b38 100644
--- a/Tests/Functional/PyCore/mesocrystal1.py
+++ b/Tests/Functional/PyCore/mesocrystal1.py
@@ -144,8 +144,7 @@ class MySampleBuilder(ISampleBuilder):
     # create lattice
     # -------------------------------------------------------------------------
     def createLattice(self, stacking_radius_a, stacking_radius_c):
-        result = HexagonalLattice(stacking_radius_a*2,
-                                  stacking_radius_c*2*2.3)
+        result = HexagonalLattice(stacking_radius_a*2, stacking_radius_c*2*2.3)
         result.setSelectionRule(SimpleSelectionRule(-1, 1, 1, 3))
         return result
 
@@ -175,9 +174,9 @@ def runTest():
 # create simulation
 def createSimulation():
     simulation = GISASSimulation()
-    simulation.setBeamParameters(1.77*angstrom, 0.4*deg, 0*deg)
+    simulation.setBeamParameters(1.77*angstrom, 0.4*deg, 0)
     simulation.beam().setIntensity(5.0090e+12)
-    simulation.setDetectorParameters(50, 0.2*deg, 2.5*deg, 50, 0*deg, 2.5*deg)
+    simulation.setDetectorParameters(50, 0.2*deg, 2.5*deg, 50, 0, 2.5*deg)
     return simulation
 
 
diff --git a/Tests/Functional/PyCore/polmagcylinders1.py b/Tests/Functional/PyCore/polmagcylinders1.py
index 096fd8ec0e3..f86c25e9a99 100644
--- a/Tests/Functional/PyCore/polmagcylinders1.py
+++ b/Tests/Functional/PyCore/polmagcylinders1.py
@@ -37,8 +37,8 @@ def runSimulation():
 
     # build and run experiment
     simulation = ba.GISASSimulation()
-    simulation.setDetectorParameters(100, 0*deg, 2*deg, 100, 0*deg, 2*deg)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setDetectorParameters(100, 0, 2*deg, 100, 0, 2*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.setSample(multi_layer)
     simulation.beam().setIntensity(1e2)
     simulation.runSimulation()
diff --git a/Tests/Functional/PyCore/polmagcylinders2.py b/Tests/Functional/PyCore/polmagcylinders2.py
index c60c728966a..454870959e8 100644
--- a/Tests/Functional/PyCore/polmagcylinders2.py
+++ b/Tests/Functional/PyCore/polmagcylinders2.py
@@ -40,11 +40,10 @@ def getSimulationIntensity(rho_beam, efficiency):
 
     # build and run experiment
     simulation = GISASSimulation()
-    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0*deg,
-                                     2*deg)
+    simulation.setDetectorParameters(100, -1*deg, 1*deg, 100, 0, 2*deg)
     zplus = kvector_t(0, 0, 1)
     simulation.detector().setAnalyzerProperties(zplus, efficiency, 0.5)
-    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+    simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
     simulation.beam().setPolarization(rho_beam)
     simulation.setSample(multi_layer)
     simulation.beam().setIntensity(1e9)
diff --git a/Tests/Functional/PyCore/shape2d.py b/Tests/Functional/PyCore/shape2d.py
index 875f5018c26..9f4ac49dffb 100644
--- a/Tests/Functional/PyCore/shape2d.py
+++ b/Tests/Functional/PyCore/shape2d.py
@@ -31,8 +31,7 @@ class Shape2DTest(unittest.TestCase):
         """
 
         # initialization from numpy array
-        points = numpy.array([[-1, -0.5], [2, -0.5], [2, 1.5],
-                              [-1, 1.5]])
+        points = numpy.array([[-1, -0.5], [2, -0.5], [2, 1.5], [-1, 1.5]])
 
         p = ba.Polygon(points)
         self.assertTrue(p.contains(-0.75, -0.25))
diff --git a/Tests/Functional/PyCore/transform_BoxComposition.py b/Tests/Functional/PyCore/transform_BoxComposition.py
index 9ed632d3884..fc40e1d8995 100644
--- a/Tests/Functional/PyCore/transform_BoxComposition.py
+++ b/Tests/Functional/PyCore/transform_BoxComposition.py
@@ -152,8 +152,7 @@ class TransformBoxCompositionTest(unittest.TestCase):
         height = 10.0
         particle = Particle(particle_material,
                             FormFactorBox(length, width, height))
-        particle.setPosition(
-            kvector_t(0, 0, -layer_thickness/2.0 - height/2))
+        particle.setPosition(kvector_t(0, 0, -layer_thickness/2.0 - height/2))
 
         reference_data = self.get_result(particle)
         #IntensityDataIOFactory.writeIntensityData(reference_data, "ref_BoxCompositionRotateZ.int")
@@ -185,8 +184,7 @@ class TransformBoxCompositionTest(unittest.TestCase):
         height = 20.0
         particle = Particle(particle_material,
                             FormFactorBox(length, width, height))
-        particle.setPosition(
-            kvector_t(0, 0, -layer_thickness/2.0 - height/2))
+        particle.setPosition(kvector_t(0, 0, -layer_thickness/2.0 - height/2))
 
         reference_data = self.get_result(particle)
         #IntensityDataIOFactory.writeIntensityData(reference_data, "ref_BoxCompositionRotateZandY.int")
@@ -218,8 +216,7 @@ class TransformBoxCompositionTest(unittest.TestCase):
         height = 50.0
         particle = Particle(particle_material,
                             FormFactorBox(length, width, height))
-        particle.setPosition(
-            kvector_t(0, 0, -layer_thickness/2.0 - height/2))
+        particle.setPosition(kvector_t(0, 0, -layer_thickness/2.0 - height/2))
         reference_data = self.get_result(particle)
         #IntensityDataIOFactory.writeIntensityData(reference_data, "ref_BoxStackComposition.int")
 
diff --git a/Tests/Functional/PyCore/transform_CoreShellBox.py b/Tests/Functional/PyCore/transform_CoreShellBox.py
index f1de3a2edc4..3bc46c3e25d 100644
--- a/Tests/Functional/PyCore/transform_CoreShellBox.py
+++ b/Tests/Functional/PyCore/transform_CoreShellBox.py
@@ -98,8 +98,8 @@ class TransformCoreShellBoxTest(unittest.TestCase):
         shell_ref = Particle(
             mShell, FormFactorBox(shell_length, shell_width, shell_height))
         coreshell_ref = ParticleCoreShell(
-            shell_ref, core_ref,
-            kvector_t(0, 0, (shell_height - core_height)/2))
+            shell_ref, core_ref, kvector_t(0, 0,
+                                           (shell_height - core_height)/2))
         coreshell_ref.setPosition(
             kvector_t(
                 0, 0, -layer_thickness/2.0 -
@@ -123,8 +123,9 @@ class TransformCoreShellBoxTest(unittest.TestCase):
             shell, core, kvector_t(0, 0, (shell_height - core_height)/2))
         coreshell.setRotation(RotationZ(90*deg))
         coreshell.setPosition(
-            kvector_t(0, 0, -layer_thickness/2.0 - shell_height/
-                      2))  # center of coreshell  in center of the layer
+            kvector_t(
+                0, 0, -layer_thickness/2.0 -
+                shell_height/2))  # center of coreshell  in center of the layer
 
         data = self.get_result(coreshell)
 
@@ -154,8 +155,8 @@ class TransformCoreShellBoxTest(unittest.TestCase):
         shell_ref = Particle(
             mShell, FormFactorBox(shell_length, shell_width, shell_height))
         coreshell_ref = ParticleCoreShell(
-            shell_ref, core_ref,
-            kvector_t(0, 0, (shell_height - core_height)/2))
+            shell_ref, core_ref, kvector_t(0, 0,
+                                           (shell_height - core_height)/2))
         coreshell_ref.setPosition(
             kvector_t(
                 0, 0, -layer_thickness/2.0 -
@@ -178,9 +179,9 @@ class TransformCoreShellBoxTest(unittest.TestCase):
         coreshell = ParticleCoreShell(
             shell, core, kvector_t(0, 0, (shell_height - core_height)/2))
         coreshell.setRotation(RotationY(90.*deg))
-        coreshell.setPosition(
-            kvector_t(0, 0, -layer_thickness/
-                      2))  # center of coreshell  in center of the layer
+        coreshell.setPosition(kvector_t(
+            0, 0,
+            -layer_thickness/2))  # center of coreshell  in center of the layer
 
         data = self.get_result(coreshell)
 
@@ -210,8 +211,8 @@ class TransformCoreShellBoxTest(unittest.TestCase):
         shell_ref = Particle(
             mShell, FormFactorBox(shell_length, shell_width, shell_height))
         coreshell_ref = ParticleCoreShell(
-            shell_ref, core_ref,
-            kvector_t(0, 0, (shell_height - core_height)/2))
+            shell_ref, core_ref, kvector_t(0, 0,
+                                           (shell_height - core_height)/2))
         coreshell_ref.setPosition(
             kvector_t(
                 0, 0, -layer_thickness/2.0 -
@@ -237,9 +238,9 @@ class TransformCoreShellBoxTest(unittest.TestCase):
         coreshell.setRotation(RotationZ(90*deg))
         coreshell.rotate(RotationY(90*deg))
         # rotation changes reference point, which now coincide with center of the volume
-        coreshell.setPosition(
-            kvector_t(0, 0, -layer_thickness/
-                      2))  # center of coreshell  in center of the layer
+        coreshell.setPosition(kvector_t(
+            0, 0,
+            -layer_thickness/2))  # center of coreshell  in center of the layer
 
         data = self.get_result(coreshell)
 
diff --git a/Tests/Functional/PyCore/utils.py b/Tests/Functional/PyCore/utils.py
index ab4ff98bd51..cc69ab8997b 100644
--- a/Tests/Functional/PyCore/utils.py
+++ b/Tests/Functional/PyCore/utils.py
@@ -41,6 +41,6 @@ def get_reference_data(filename):
 
 
 def get_simulation_MiniGISAS(sample):
-    detector = ba.SphericalDetector(25, -2*deg, 2*deg, 25, 0*deg, 2*deg)
+    detector = ba.SphericalDetector(25, -2*deg, 2*deg, 25, 0, 2*deg)
     beam = ba.Beam(1., 1*angstrom, ba.Direction(0.2*deg, 0))
     return ba.GISASSimulation(beam, sample, detector)
diff --git a/Tests/Functional/PyFit/fitobjective_api.py b/Tests/Functional/PyFit/fitobjective_api.py
index 606dde5d791..4526a6185c0 100644
--- a/Tests/Functional/PyFit/fitobjective_api.py
+++ b/Tests/Functional/PyFit/fitobjective_api.py
@@ -29,8 +29,7 @@ class SimulationBuilder:
 
         simulation = ba.GISASSimulation()
         simulation.setSample(ml)
-        simulation.setDetectorParameters(self.m_ncol, 0, 1, self.m_nrow,
-                                         0, 1)
+        simulation.setDetectorParameters(self.m_ncol, 0, 1, self.m_nrow, 0, 1)
         return simulation
 
     def create_data(self):
diff --git a/Tests/Functional/PyFit/standalone_fits.py b/Tests/Functional/PyFit/standalone_fits.py
index 5b15d2c7a13..33b8458b9c6 100644
--- a/Tests/Functional/PyFit/standalone_fits.py
+++ b/Tests/Functional/PyFit/standalone_fits.py
@@ -56,10 +56,8 @@ class StandaloneFitTest(unittest.TestCase):
         Testing fit of rosenbrock function
         """
         params = ba.Parameters()
-        params.add(
-            ba.Parameter("x", -1.2, ba.AttLimits.limited(-5, 5), 0.01))
-        params.add(ba.Parameter("y", 1, ba.AttLimits.limited(-5, 5),
-                                0.01))
+        params.add(ba.Parameter("x", -1.2, ba.AttLimits.limited(-5, 5), 0.01))
+        params.add(ba.Parameter("y", 1, ba.AttLimits.limited(-5, 5), 0.01))
 
         model = Rosenbrock()
         minimizer = ba.Minimizer()
diff --git a/Tests/Performance/Python/test_performance.py b/Tests/Performance/Python/test_performance.py
index 1dc7092360d..1878642eeaa 100755
--- a/Tests/Performance/Python/test_performance.py
+++ b/Tests/Performance/Python/test_performance.py
@@ -187,7 +187,7 @@ class CustomTest(FactoryTest):
         simulation.getOptions().setNumberOfThreads(-1)
         simulation.setDetectorParameters(100, phi_min*deg, phi_max*deg, 100,
                                          alpha_min*deg, alpha_max*deg)
-        simulation.setBeamParameters(1*angstrom, 0.2*deg, 0*deg)
+        simulation.setBeamParameters(1*angstrom, 0.2*deg, 0)
         return simulation
 
 
-- 
GitLab