New Upstream Release - iem-plugin-suite

Ready changes

Summary

Merged new upstream version: 1.14.1 (was: 1.14.0).

Diff

diff --git a/AllRADecoder/CMakeLists.txt b/AllRADecoder/CMakeLists.txt
index 625ff8c..9e4d32a 100644
--- a/AllRADecoder/CMakeLists.txt
+++ b/AllRADecoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (AllRADecoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "AllRADecoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.9.3"
+    VERSION "0.9.4"
     LV2URI "http://plugins.iem.at/AllRADecoder")
 
 
diff --git a/AllRADecoder/Source/PluginProcessor.cpp b/AllRADecoder/Source/PluginProcessor.cpp
index e767a40..f99a01d 100644
--- a/AllRADecoder/Source/PluginProcessor.cpp
+++ b/AllRADecoder/Source/PluginProcessor.cpp
@@ -146,88 +146,85 @@ void AllRADecoderAudioProcessor::setCurrentProgram (int index)
         loudspeakers.removeAllChildren (&undoManager);
 
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (4.63f, 0.0f, 0.0f), 1),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 0.0f, 0.0f), 1),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.0252f, -23.7f, 0.0f), 2),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -24.0f, 0.0f), 2),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (6.1677f, -48.17f, 0.0f), 3),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -48.0f, 0.0f), 3),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.26f, -72.17f, 0.0f), 4),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -72.0f, 0.0f), 4),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.7f, -103.0f, 0.0f), 5),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -102.0f, 0.0f), 5),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.84f, -138.0f, 0.0f), 6),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -138.0f, 0.0f), 6),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (4.63f, -180.0f, 0.0f), 7),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -178.0f, 0.0f), 7),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.8f, 138.0f, 0.0f), 8),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 142.0f, 0.0f), 8),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.63f, 101.0f, 0.0f), 9),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 102.0f, 0.0f), 9),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.3f, 70.0f, 0.0f), 10),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 70.0f, 0.0f), 10),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (6.3f, 45.0f, 0.0f), 11),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 45.0f, 0.0f), 11),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.1f, 21.0f, 0.0f), 12),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 23.0f, 0.0f), 12),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.2f, -22.0f, 28.0f), 13),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -24.0f, 28.0f), 13),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.4f, -68.0f, 28.0f), 14),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -69.0f, 28.0f), 14),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.1f, -114.0f, 28.0f), 15),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -115.0f, 27.0f), 15),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (4.43f, -158.0f, 28.0f), 16),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -159.0f, 27.0f), 16),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (4.45f, 156.0f, 28.0f), 17),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 155.0f, 28.0f), 17),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.9f, 113.0f, 28.0f), 18),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 112.0f, 28.0f), 18),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.2f, 65.0f, 28.0f), 19),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 66.0f, 29.0f), 19),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (5.2f, 22.0f, 28.0f), 20),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 22.0f, 28.0f), 20),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (3.6f, -47.0f, 56.0f), 21),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 0.0f, 60.0f), 21),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (3.3f, -133.0f, 56.0f), 22),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -91.0f, 59.0f), 22),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (3.3f, 133.0f, 56.0f), 23),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, -178.0f, 59.0f), 23),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (3.55f, 43.0f, 56.0f), 24),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 86.0f, 60.0f), 24),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 0.0f, -90.0f),
-                                            24,
-                                            true,
-                                            0.0f),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 0.0f, 90.0f), 25),
             &undoManager);
         loudspeakers.appendChild (
-            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 0.0f, 45.0f),
+            createLoudspeakerFromSpherical (juce::Vector3D<float> (1.0f, 0.0f, -90.0f),
                                             25,
                                             true,
-                                            1.0f),
+                                            0.0f),
             &undoManager);
 
         loudspeakers.addListener (this);
@@ -641,6 +638,8 @@ void AllRADecoderAudioProcessor::convertLoudspeakersToArray()
 void AllRADecoderAudioProcessor::prepareLayout()
 {
     isLayoutReady = false;
+
+    wrapSphericalCoordinates();
     juce::Result res = checkLayout();
     if (res.failed())
     {
@@ -1261,6 +1260,49 @@ void AllRADecoderAudioProcessor::rotate (const float degreesAddedToAzimuth)
     updateTable = true;
 }
 
+void AllRADecoderAudioProcessor::wrapSphericalCoordinates()
+{
+    loudspeakers.removeListener (this);
+
+    for (juce::ValueTree::Iterator it = loudspeakers.begin(); it != loudspeakers.end(); ++it)
+    {
+        bool updateElevation = false;
+
+        float az = (*it).getProperty ("Azimuth");
+        float el = (*it).getProperty ("Elevation");
+
+        // Wrap elevation
+        if (el > 180.0f || el < -180.0f)
+        {
+            float fullRotations = std::copysign (std::ceil (std::abs (el) / 360.0f), el);
+            el -= fullRotations * 360.0f;
+            updateElevation = true;
+        }
+        if (el > 90.0f || el < -90.0f)
+        {
+            el = std::copysign (180.0 - std::abs (el), el);
+            az += 180.0f;
+            updateElevation = true;
+            (*it).setProperty ("Azimuth", az, &undoManager);
+        }
+
+        // Wrap azimuth
+        if (az > 180.0f || az < -180.0f)
+        {
+            float fullRotations = std::copysign (std::ceil (std::abs (az) / 360.0f), az);
+            az -= fullRotations * 360.0f;
+
+            (*it).setProperty ("Azimuth", az, nullptr);
+        }
+
+        // Update coordinates
+        if (updateElevation)
+            (*it).setProperty ("Elevation", el, nullptr);
+    }
+
+    loudspeakers.addListener (this);
+}
+
 //==============================================================================
 const bool AllRADecoderAudioProcessor::interceptOSCMessage (juce::OSCMessage& message)
 {
diff --git a/AllRADecoder/Source/PluginProcessor.h b/AllRADecoder/Source/PluginProcessor.h
index 5c8d505..d4a8457 100644
--- a/AllRADecoder/Source/PluginProcessor.h
+++ b/AllRADecoder/Source/PluginProcessor.h
@@ -170,6 +170,7 @@ private:
     juce::Result verifyLoudspeakers();
     juce::Result calculateTris();
     void convertLoudspeakersToArray();
+    void wrapSphericalCoordinates();
 
     float getKappa (float gIm, float gRe1, float gRe2, int N);
     juce::dsp::Matrix<float> getInverse (juce::dsp::Matrix<float> A);
diff --git a/BinauralDecoder/CMakeLists.txt b/BinauralDecoder/CMakeLists.txt
index f66cb64..4091be2 100644
--- a/BinauralDecoder/CMakeLists.txt
+++ b/BinauralDecoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (BinauralDecoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "BinauralDecoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.6.4"
+    VERSION "0.6.5"
     LV2URI "http://plugins.iem.at/BinauralDecoder")
 
 
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5b34de..09ad1c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ set (prefix "/usr/local" CACHE STRING "Path prefix for custom installation")
 set (CMAKE_POSITION_INDEPENDENT_CODE ON)
 
 # Actual project configuration
-project (IEMPluginSuite VERSION 1.14.0 LANGUAGES C CXX)
+project (IEMPluginSuite VERSION 1.14.1 LANGUAGES C CXX)
 
 set_property (GLOBAL PROPERTY USE_FOLDERS YES)
 
diff --git a/CoordinateConverter/CMakeLists.txt b/CoordinateConverter/CMakeLists.txt
index 74ab51f..f7ef05a 100644
--- a/CoordinateConverter/CMakeLists.txt
+++ b/CoordinateConverter/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (CoordinateConverter
     COMPANY_NAME "IEM"
     PRODUCT_NAME "CoordinateConverter"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.4.4"
+    VERSION "0.4.5"
     LV2URI "http://plugins.iem.at/CoordinateConverter")
 
 
diff --git a/DirectionalCompressor/CMakeLists.txt b/DirectionalCompressor/CMakeLists.txt
index afcf2b9..3b8cfae 100644
--- a/DirectionalCompressor/CMakeLists.txt
+++ b/DirectionalCompressor/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (DirectionalCompressor
     COMPANY_NAME "IEM"
     PRODUCT_NAME "DirectionalCompressor"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.3.4"
+    VERSION "1.3.5"
     LV2URI "http://plugins.iem.at/DirectionalCompressor")
 
 
diff --git a/DirectivityShaper/CMakeLists.txt b/DirectivityShaper/CMakeLists.txt
index f6c21ae..fea9e8d 100644
--- a/DirectivityShaper/CMakeLists.txt
+++ b/DirectivityShaper/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (DirectivityShaper
     COMPANY_NAME "IEM"
     PRODUCT_NAME "DirectivityShaper"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.8.4"
+    VERSION "0.8.5"
     LV2URI "http://plugins.iem.at/DirectivityShaper")
 
 
diff --git a/DistanceCompensator/CMakeLists.txt b/DistanceCompensator/CMakeLists.txt
index 4cd310d..f721f5d 100644
--- a/DistanceCompensator/CMakeLists.txt
+++ b/DistanceCompensator/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (DistanceCompensator
     COMPANY_NAME "IEM"
     PRODUCT_NAME "DistanceCompensator"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.3.4"
+    VERSION "0.3.5"
     LV2URI "http://plugins.iem.at/DistanceCompensator")
 
 juce_generate_juce_header (DistanceCompensator)
diff --git a/DualDelay/CMakeLists.txt b/DualDelay/CMakeLists.txt
index 21e483a..591e046 100644
--- a/DualDelay/CMakeLists.txt
+++ b/DualDelay/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (DualDelay
     COMPANY_NAME "IEM"
     PRODUCT_NAME "DualDelay"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.5.2"
+    VERSION "0.5.3"
     LV2URI "http://plugins.iem.at/DualDelay")
 
 
diff --git a/EnergyVisualizer/CMakeLists.txt b/EnergyVisualizer/CMakeLists.txt
index cef39af..4f854e4 100644
--- a/EnergyVisualizer/CMakeLists.txt
+++ b/EnergyVisualizer/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (EnergyVisualizer
     COMPANY_NAME "IEM"
     PRODUCT_NAME "EnergyVisualizer"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.0.4"
+    VERSION "1.0.5"
     LV2URI "http://plugins.iem.at/EnergyVisualizer")
 
 
diff --git a/FdnReverb/CMakeLists.txt b/FdnReverb/CMakeLists.txt
index 29095dd..1267ef3 100644
--- a/FdnReverb/CMakeLists.txt
+++ b/FdnReverb/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (FdnReverb
     COMPANY_NAME "IEM"
     PRODUCT_NAME "FdnReverb"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.2.4"
+    VERSION "1.2.5"
     LV2URI "http://plugins.iem.at/FdnReverb")
 
 
diff --git a/GranularEncoder/CMakeLists.txt b/GranularEncoder/CMakeLists.txt
index 7bd2abb..8c13856 100644
--- a/GranularEncoder/CMakeLists.txt
+++ b/GranularEncoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (GranularEncoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "GranularEncoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.0.0"
+    VERSION "1.0.1"
     LV2URI "http://plugins.iem.at/GranularEncoder")
 
 
diff --git a/GranularEncoder/Source/PluginEditor.cpp b/GranularEncoder/Source/PluginEditor.cpp
index f33f89e..f019b1c 100644
--- a/GranularEncoder/Source/PluginEditor.cpp
+++ b/GranularEncoder/Source/PluginEditor.cpp
@@ -84,7 +84,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     azimuthSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     azimuthSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     azimuthSlider.setReverse (true);
-    azimuthSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    azimuthSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                             globalLaF.ClWidgetColours[0]);
     azimuthSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                        3 * juce::MathConstants<float>::pi,
                                        false);
@@ -95,7 +96,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     elevationAttachment.reset (new SliderAttachment (valueTreeState, "elevation", elevationSlider));
     elevationSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     elevationSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
-    elevationSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    elevationSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                               globalLaF.ClWidgetColours[1]);
     elevationSlider.setRotaryParameters (0.5 * juce::MathConstants<float>::pi,
                                          2.5 * juce::MathConstants<float>::pi,
                                          false);
@@ -106,7 +108,7 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     shapeAttachment.reset (new SliderAttachment (valueTreeState, "shape", shapeSlider));
     shapeSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     shapeSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
-    shapeSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    shapeSlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[2]);
     shapeSlider.setReverse (false);
     shapeSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                      3 * juce::MathConstants<float>::pi,
@@ -118,7 +120,7 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     sizeAttachment.reset (new SliderAttachment (valueTreeState, "size", sizeSlider));
     sizeSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     sizeSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
-    sizeSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    sizeSlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[3]);
     sizeSlider.setReverse (false);
     sizeSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                     3 * juce::MathConstants<float>::pi,
@@ -140,7 +142,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     deltaTimeSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     deltaTimeSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     deltaTimeSlider.setReverse (false);
-    deltaTimeSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    deltaTimeSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                               globalLaF.ClWidgetColours[0]);
     deltaTimeSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                          3 * juce::MathConstants<float>::pi,
                                          true);
@@ -153,7 +156,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     deltaTimeModSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     deltaTimeModSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     deltaTimeModSlider.setReverse (false);
-    deltaTimeModSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    deltaTimeModSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                                  globalLaF.ClWidgetColours[0]);
     deltaTimeModSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                             3 * juce::MathConstants<float>::pi,
                                             true);
@@ -168,7 +172,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     grainLengthSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     grainLengthSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     grainLengthSlider.setReverse (false);
-    grainLengthSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    grainLengthSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                                 globalLaF.ClWidgetColours[0]);
     grainLengthSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                            3 * juce::MathConstants<float>::pi,
                                            true);
@@ -182,7 +187,7 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     grainLengthModSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     grainLengthModSlider.setReverse (false);
     grainLengthModSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
-                                    juce::Colours::white);
+                                    globalLaF.ClWidgetColours[0]);
     grainLengthModSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                               3 * juce::MathConstants<float>::pi,
                                               true);
@@ -195,7 +200,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     positionSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     positionSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     positionSlider.setReverse (false);
-    positionSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    positionSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                              globalLaF.ClWidgetColours[0]);
     positionSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                         3 * juce::MathConstants<float>::pi,
                                         true);
@@ -208,7 +214,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     positionModSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     positionModSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     positionModSlider.setReverse (false);
-    positionModSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    positionModSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                                 globalLaF.ClWidgetColours[0]);
     positionModSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                            3 * juce::MathConstants<float>::pi,
                                            true);
@@ -221,7 +228,7 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     pitchSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     pitchSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     pitchSlider.setReverse (false);
-    pitchSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    pitchSlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[0]);
     pitchSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                      3 * juce::MathConstants<float>::pi,
                                      true);
@@ -234,7 +241,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     pitchModSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     pitchModSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     pitchModSlider.setReverse (false);
-    pitchModSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    pitchModSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                              globalLaF.ClWidgetColours[0]);
     pitchModSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                         3 * juce::MathConstants<float>::pi,
                                         true);
@@ -248,7 +256,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     windowAttackSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     windowAttackSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     windowAttackSlider.setReverse (false);
-    windowAttackSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    windowAttackSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                                  globalLaF.ClWidgetColours[1]);
     windowAttackSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                             3 * juce::MathConstants<float>::pi,
                                             true);
@@ -261,7 +270,7 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     windowAttackModSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     windowAttackModSlider.setReverse (false);
     windowAttackModSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
-                                     juce::Colours::white);
+                                     globalLaF.ClWidgetColours[1]);
     windowAttackModSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                                3 * juce::MathConstants<float>::pi,
                                                true);
@@ -275,7 +284,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     windowDecaySlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     windowDecaySlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     windowDecaySlider.setReverse (false);
-    windowDecaySlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    windowDecaySlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                                 globalLaF.ClWidgetColours[1]);
     windowDecaySlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                            3 * juce::MathConstants<float>::pi,
                                            true);
@@ -288,7 +298,7 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     windowDecayModSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     windowDecayModSlider.setReverse (false);
     windowDecayModSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
-                                    juce::Colours::white);
+                                    globalLaF.ClWidgetColours[1]);
     windowDecayModSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                               3 * juce::MathConstants<float>::pi,
                                               true);
@@ -301,7 +311,7 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     mixSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     mixSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     mixSlider.setReverse (false);
-    mixSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    mixSlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[2]);
     mixSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                    3 * juce::MathConstants<float>::pi,
                                    true);
@@ -315,7 +325,8 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     sourceSlider.setSliderStyle (juce::Slider::RotaryHorizontalVerticalDrag);
     sourceSlider.setTextBoxStyle (juce::Slider::TextBoxBelow, false, 50, 15);
     sourceSlider.setReverse (false);
-    sourceSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    sourceSlider.setColour (juce::Slider::rotarySliderOutlineColourId,
+                            globalLaF.ClWidgetColours[2]);
     sourceSlider.setRotaryParameters (juce::MathConstants<float>::pi,
                                       3 * juce::MathConstants<float>::pi,
                                       true);
@@ -335,45 +346,34 @@ GranularEncoderAudioProcessorEditor::GranularEncoderAudioProcessorEditor (
     qwAttachment.reset (new SliderAttachment (valueTreeState, "qw", qwSlider));
     qwSlider.setSliderStyle (juce::Slider::LinearHorizontal);
     qwSlider.setTextBoxStyle (juce::Slider::TextBoxLeft, false, 50, 15);
-    qwSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    qwSlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[0]);
 
     addAndMakeVisible (&qxSlider);
     qxAttachment.reset (new SliderAttachment (valueTreeState, "qx", qxSlider));
     qxSlider.setSliderStyle (juce::Slider::LinearHorizontal);
     qxSlider.setTextBoxStyle (juce::Slider::TextBoxLeft, false, 50, 15);
-    qxSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    qxSlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[0]);
 
     addAndMakeVisible (&qySlider);
     qyAttachment.reset (new SliderAttachment (valueTreeState, "qy", qySlider));
     qySlider.setSliderStyle (juce::Slider::LinearHorizontal);
     qySlider.setTextBoxStyle (juce::Slider::TextBoxLeft, false, 50, 15);
-    qySlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
+    qySlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[0]);
 
     addAndMakeVisible (&qzSlider);
     qzAttachment.reset (new SliderAttachment (valueTreeState, "qz", qzSlider));
     qzSlider.setSliderStyle (juce::Slider::LinearHorizontal);
     qzSlider.setTextBoxStyle (juce::Slider::TextBoxLeft, false, 50, 15);
-    qzSlider.setColour (juce::Slider::rotarySliderOutlineColourId, juce::Colours::white);
-
-    // =========================== SETTINGS GROUP
-    addAndMakeVisible (&settingsGroup);
-    settingsGroup.setText ("Settings");
-    settingsGroup.setTextLabelPosition (juce::Justification::centredLeft);
-    settingsGroup.setColour (juce::GroupComponent::outlineColourId, globalLaF.ClSeperator);
-    settingsGroup.setColour (juce::GroupComponent::textColourId, juce::Colours::white);
-    settingsGroup.setVisible (true);
+    qzSlider.setColour (juce::Slider::rotarySliderOutlineColourId, globalLaF.ClWidgetColours[0]);
 
     // FREEZE STATE
     addAndMakeVisible (tbFreeze);
     tbFreezeAttachment.reset (new ButtonAttachment (valueTreeState, "freeze", tbFreeze));
-    tbFreeze.setButtonText ("Freeze Buffer");
-    tbFreeze.setColour (juce::ToggleButton::tickColourId, juce::Colours::white);
+    tbFreeze.setButtonText ("Freeze Audio");
+    tbFreeze.setColour (juce::ToggleButton::tickColourId, globalLaF.ClWidgetColours[2]);
     tbFreeze.setTooltip (
         "Toggle to switch between a freezed audio buffer and realtime audio input.");
 
-    addAndMakeVisible (&lbFreeze);
-    lbFreeze.setText ("Freeze Audio");
-
     // 2D/3D Spatialization Toggle
     /*
     addAndMakeVisible(tb2D);
@@ -613,8 +613,7 @@ void GranularEncoderAudioProcessorEditor::resized()
     sliderRow.removeFromLeft (rotSliderSpacing);
     windowDecayModSlider.setBounds (sliderRow.removeFromLeft (rotSliderWidth));
     sliderRow.removeFromLeft (rotSliderSpacing);
-    tbFreeze.setBounds (sliderRow.removeFromLeft (20));
-    lbFreeze.setBounds (sliderRow.removeFromLeft (70));
+    tbFreeze.setBounds (sliderRow.removeFromLeft (90));
 
     // ============== SIDEBAR LEFT ====================
     area.removeFromRight (10); // spacing
diff --git a/GranularEncoder/Source/PluginEditor.h b/GranularEncoder/Source/PluginEditor.h
index ff9e5b8..c4aa651 100644
--- a/GranularEncoder/Source/PluginEditor.h
+++ b/GranularEncoder/Source/PluginEditor.h
@@ -69,7 +69,7 @@ private:
     GranularEncoderAudioProcessor& processor;
     juce::AudioProcessorValueTreeState& valueTreeState;
 
-    juce::GroupComponent quatGroup, ypGroup, grainGroup, settingsGroup;
+    juce::GroupComponent quatGroup, ypGroup, grainGroup;
     ReverseSlider azimuthSlider, elevationSlider, shapeSlider, sizeSlider, qwSlider, qxSlider,
         qySlider, qzSlider;
     ReverseSlider deltaTimeSlider, deltaTimeModSlider, grainLengthSlider, grainLengthModSlider;
@@ -129,7 +129,6 @@ private:
     SimpleLabel lbMix, lbSource;
 
     juce::ToggleButton tbFreeze;
-    SimpleLabel lbFreeze;
 
     // juce::ToggleButton tb2D;
     // SimpleLabel lb2D;
diff --git a/MatrixMultiplier/CMakeLists.txt b/MatrixMultiplier/CMakeLists.txt
index 3f3d593..d4ae1c6 100644
--- a/MatrixMultiplier/CMakeLists.txt
+++ b/MatrixMultiplier/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (MatrixMultiplier
     COMPANY_NAME "IEM"
     PRODUCT_NAME "MatrixMultiplier"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.3.4"
+    VERSION "0.3.5"
     LV2URI "http://plugins.iem.at/MatrixMultiplier")
 
 
diff --git a/MultiBandCompressor/CMakeLists.txt b/MultiBandCompressor/CMakeLists.txt
index 1b8fe65..b31b37d 100644
--- a/MultiBandCompressor/CMakeLists.txt
+++ b/MultiBandCompressor/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (MultiBandCompressor
     COMPANY_NAME "IEM"
     PRODUCT_NAME "MultiBandCompressor"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.2.4"
+    VERSION "0.2.5"
     LV2URI "http://plugins.iem.at/MultiBandCompressor")
 
 
diff --git a/MultiEQ/CMakeLists.txt b/MultiEQ/CMakeLists.txt
index 2bf3a42..2813d0a 100644
--- a/MultiEQ/CMakeLists.txt
+++ b/MultiEQ/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (MultiEQ
     COMPANY_NAME "IEM"
     PRODUCT_NAME "MultiEQ"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.2.4"
+    VERSION "0.2.5"
     LV2URI "http://plugins.iem.at/MultiEQ")
 
 
diff --git a/MultiEncoder/CMakeLists.txt b/MultiEncoder/CMakeLists.txt
index 508e118..08451a8 100644
--- a/MultiEncoder/CMakeLists.txt
+++ b/MultiEncoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (MultiEncoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "MultiEncoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.0.2"
+    VERSION "1.0.3"
     LV2URI "http://plugins.iem.at/MultiEncoder")
 
 juce_generate_juce_header(MultiEncoder)
diff --git a/MultiEncoder/Source/PluginProcessor.cpp b/MultiEncoder/Source/PluginProcessor.cpp
index 48a4d4e..1b0548c 100644
--- a/MultiEncoder/Source/PluginProcessor.cpp
+++ b/MultiEncoder/Source/PluginProcessor.cpp
@@ -639,9 +639,13 @@ juce::Result MultiEncoderAudioProcessor::loadConfiguration (const juce::File& co
 
             parameters.getParameterAsValue ("mute" + juce::String (ch)).setValue (0);
 
-            auto azi = src.getProperty ("Azimuth", 0.0f);
+            float azi = src.getProperty ("Azimuth", 0.0f);
+            float ele = src.getProperty ("Elevation", 0.0f);
+
+            if (azi > 180.0f || azi < -180.0f || ele > 90.0f || ele < -90.0f)
+                wrapSphericalCoordinates (&azi, &ele);
+
             parameters.getParameterAsValue ("azimuth" + juce::String (ch)).setValue (azi);
-            auto ele = src.getProperty ("Elevation", 0.0f);
             parameters.getParameterAsValue ("elevation" + juce::String (ch)).setValue (ele);
         }
     }
@@ -649,6 +653,28 @@ juce::Result MultiEncoderAudioProcessor::loadConfiguration (const juce::File& co
     return result;
 }
 
+void MultiEncoderAudioProcessor::wrapSphericalCoordinates (float* azi, float* ele)
+{
+    // Wrap elevation
+    if (*ele > 180.0f || *ele < -180.0f)
+    {
+        float fullRotations = std::copysign (std::ceil (std::abs (*ele) / 360.0f), *ele);
+        *ele -= fullRotations * 360.0f;
+    }
+    if (*ele > 90.0f || *ele < -90.0f)
+    {
+        *ele = std::copysign (180.0 - std::abs (*ele), *ele);
+        *azi += 180.0f;
+    }
+
+    // Wrap azimuth
+    if (*azi > 180.0f || *azi < -180.0f)
+    {
+        float fullRotations = std::copysign (std::ceil (std::abs (*azi) / 360.0f), *azi);
+        *azi -= fullRotations * 360.0f;
+    }
+}
+
 void MultiEncoderAudioProcessor::setLastDir (juce::File newLastDir)
 {
     lastDir = newLastDir;
diff --git a/MultiEncoder/Source/PluginProcessor.h b/MultiEncoder/Source/PluginProcessor.h
index c7f6507..cd117ae 100644
--- a/MultiEncoder/Source/PluginProcessor.h
+++ b/MultiEncoder/Source/PluginProcessor.h
@@ -122,6 +122,8 @@ public:
 
 private:
     //==============================================================================
+    void wrapSphericalCoordinates (float* azi, float* ele);
+
     juce::File lastDir;
     std::unique_ptr<juce::PropertiesFile> properties;
 
diff --git a/OmniCompressor/CMakeLists.txt b/OmniCompressor/CMakeLists.txt
index 0dfa65b..7f5c2f7 100644
--- a/OmniCompressor/CMakeLists.txt
+++ b/OmniCompressor/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (OmniCompressor
     COMPANY_NAME "IEM"
     PRODUCT_NAME "OmniCompressor"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.4.4"
+    VERSION "1.4.5"
     LV2URI "http://plugins.iem.at/OmniCompressor")
 
 
diff --git a/ProbeDecoder/CMakeLists.txt b/ProbeDecoder/CMakeLists.txt
index 2b3ace0..4a3181e 100644
--- a/ProbeDecoder/CMakeLists.txt
+++ b/ProbeDecoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (ProbeDecoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "ProbeDecoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.5.4"
+    VERSION "0.5.5"
     LV2URI "http://plugins.iem.at/ProbeDecoder")
 
 
diff --git a/RoomEncoder/CMakeLists.txt b/RoomEncoder/CMakeLists.txt
index 83501df..35528be 100644
--- a/RoomEncoder/CMakeLists.txt
+++ b/RoomEncoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (RoomEncoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "RoomEncoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.3.4"
+    VERSION "1.3.5"
     LV2URI "http://plugins.iem.at/RoomEncoder")
 
 
diff --git a/SceneRotator/CMakeLists.txt b/SceneRotator/CMakeLists.txt
index 28fdd55..dd25e6e 100644
--- a/SceneRotator/CMakeLists.txt
+++ b/SceneRotator/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (SceneRotator
     COMPANY_NAME "IEM"
     PRODUCT_NAME "SceneRotator"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.4.5"
+    VERSION "0.4.6"
     LV2URI "http://plugins.iem.at/SceneRotator")
 
 
diff --git a/SimpleDecoder/CMakeLists.txt b/SimpleDecoder/CMakeLists.txt
index f2ff161..c9269fd 100644
--- a/SimpleDecoder/CMakeLists.txt
+++ b/SimpleDecoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (SimpleDecoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "SimpleDecoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.5.3"
+    VERSION "0.5.4"
     LV2URI "http://plugins.iem.at/SimpleDecoder")
 
 
diff --git a/SimpleDecoder/Source/Presets/CUBE.json b/SimpleDecoder/Source/Presets/CUBE.json
index 48865f0..5e0a1e3 100644
--- a/SimpleDecoder/Source/Presets/CUBE.json
+++ b/SimpleDecoder/Source/Presets/CUBE.json
@@ -1,36 +1,1903 @@
-{
-    "Name" : "IEM CUBE",
-    "Description" : "Configuration file for the IEM CUBE.",
-    "Decoder" : {
-                "Name" : "IEM CUBE decoder",
-                "Description" : "This is a decoder for the IEM Cube.",
-                "ExpectedInputNormalization" : "n3d",
-                "Weights" : "none",
-                "WeightsAlreadyApplied" : true,
-                "SubwooferChannel" : 25,
-                "Matrix" : [[0.166702,-0.003183,-0.052713,0.239635,-0.005049,0.002583,-0.075233,-0.071178,0.204638,-0.005113,0.004299,-0.000456,0.017663,-0.049608,-0.053085,0.150731,-0.003785,0.004245,-0.001385,-0.000746,0.013367,0.00113,-0.019423,-0.03204,0.09187,-0.00182,0.00262,-0.001242,-0.000439,0.000415,0.003557,0.007012,-0.004482,-0.005005,-0.013609,0.039218],
-                            [0.144976,-0.082015,-0.067758,0.188735,-0.12723,0.039477,-0.058285,-0.0884,0.119246,-0.120264,0.056505,0.013264,0.033813,-0.031832,-0.050698,0.043593,-0.077752,0.045477,0.008199,-0.006884,0.010683,0.015349,-0.008622,-0.014692,-0.004222,-0.029963,0.020712,0.001968,-0.002271,-0.003048,-0.002127,0.007203,0.002036,-0.001189,0.002193,-0.014562],
-                            [0.17499,-0.183338,-0.065106,0.166759,-0.208717,0.063399,-0.071724,-0.057157,-0.02016,-0.091245,0.061932,0.035166,0.019715,-0.030711,0.007078,-0.122825,0.018115,0.020396,0.018048,-0.002639,0.016231,0.001026,0.003081,0.030051,-0.090401,0.033389,-0.004065,0.001956,0.003983,-0.006953,0.001287,0.006053,-0.000749,0.004304,0.013846,-0.019808],
-                            [0.171911,-0.23436,-0.077293,0.066131,-0.106803,0.106518,-0.070071,-0.028062,-0.173134,0.097714,0.04099,0.038423,0.038897,-0.011387,0.073285,-0.108006,0.077282,-0.036483,0.007665,-0.017307,0.010189,0.003548,0.01063,0.034599,0.036847,-0.00495,-0.017227,-0.001054,-9.6E-5,-0.007004,-0.00088,0.00238,-0.002314,0.002326,-0.010894,0.03455],
-                            [0.23246,-0.316133,-0.088456,-0.073918,0.116154,0.111333,-0.093876,0.033385,-0.236556,0.139236,-0.047168,0.057152,0.029351,0.012063,0.068568,0.112535,-0.075667,-0.02788,-0.008137,-0.005441,0.019876,-0.004646,0.019581,-0.037647,0.060282,-0.015516,0.017097,-0.004019,0.000774,-0.011341,0.000791,-0.002702,0.004246,-0.002637,-0.004969,-0.031001],
-                            [0.266779,-0.238065,-0.103348,-0.283218,0.287272,0.086924,-0.109163,0.105688,0.049561,-0.161867,-0.092397,0.04208,0.039162,0.049812,-0.018183,0.095418,0.030317,0.042605,-0.020939,-0.006335,0.019817,-0.008212,-0.004105,-0.022454,-0.088794,0.011444,-0.006259,0.003334,-0.003495,-0.007061,0.001599,-0.009367,0.000296,-0.001566,0.013943,0.0277],
-                            [0.289251,0.001135,-0.114345,-0.39841,-0.002342,0.000899,-0.116833,0.149737,0.308841,0.002721,-0.001073,-0.000903,0.043019,0.069383,-0.100177,-0.193257,-0.002191,0.001122,0.000407,0.00026,0.021309,-0.011464,-0.022783,0.048258,0.09168,0.001046,-0.000773,-9.4E-5,0.000127,-0.000583,0.001472,-0.012322,-0.003994,0.004412,-0.013607,-0.026595],
-                            [0.272359,0.244435,-0.111778,-0.284948,-0.290531,-0.094353,-0.107776,0.112079,0.044701,0.159056,0.098893,-0.041483,0.039998,0.049724,-0.018036,0.099496,-0.026604,-0.045151,0.021626,0.005431,0.022908,-0.008857,-0.004354,-0.024685,-0.088099,-0.012162,0.00638,-0.003886,0.003535,0.00914,0.000854,-0.011029,0.000964,-0.001838,0.014957,0.025666],
-                            [0.239623,0.330189,-0.085779,-0.066612,-0.104798,-0.111485,-0.102525,0.030827,-0.251398,-0.152654,0.044842,-0.062002,0.032652,0.011178,0.070228,0.101113,0.067605,0.029699,0.006167,0.006409,0.017748,-0.006462,0.020763,-0.0362,0.070097,0.020195,-0.016482,0.004136,-0.002151,0.010105,0.00243,-0.001251,0.00482,-0.001054,-0.006271,-0.027562],
-                            [0.17452,0.231181,-0.081948,0.080071,0.126701,-0.108137,-0.066211,-0.034661,-0.159384,-0.076876,-0.050069,-0.035005,0.037234,-0.014369,0.069691,-0.123425,-0.083333,0.030401,-0.009622,0.01667,0.011854,0.005708,0.008003,0.04106,0.017817,-0.004871,0.019365,-0.000216,0.00149,0.007298,-0.00269,0.002622,-0.001982,0.002697,-0.006727,0.034234],
-                            [0.172931,0.17526,-0.055968,0.175592,0.210421,-0.055175,-0.077088,-0.0531,0.000558,0.108725,-0.057816,-0.034458,0.019659,-0.034929,0.002135,-0.107924,0.000319,-0.023782,-0.017757,0.001408,0.013141,0.001285,0.000234,0.026621,-0.091724,-0.02695,0.001205,-0.00204,-0.00409,0.005667,0.003392,0.004788,-0.000175,0.002854,0.015604,-0.027041],
-                            [0.137259,0.072587,-0.06853,0.177366,0.113867,-0.035193,-0.049121,-0.086452,0.115166,0.109404,-0.051359,-0.012167,0.028076,-0.027466,-0.051444,0.046182,0.072259,-0.042489,-0.007623,0.006606,0.013319,0.013099,-0.007196,-0.017249,0.000551,0.028636,-0.020074,-0.001697,0.002441,0.002753,-0.003962,0.008281,0.001373,-0.000813,0.000257,-0.011605],
-                            [0.176554,-0.077957,0.141983,0.21233,-0.10559,-0.065552,-0.022706,0.193886,0.119026,-0.080529,-0.090484,-0.005259,-0.088487,0.040965,0.112023,0.039254,-0.038285,-0.063341,-0.020094,0.021492,-0.040633,-0.041571,0.03863,0.0357,0.001866,-0.009518,-0.022294,-0.014053,0.01022,0.008962,0.00139,-0.022937,-0.002678,0.012809,0.002466,-0.003592],
-                            [0.179238,-0.219605,0.143276,0.067954,-0.092365,-0.197727,-0.024342,0.05965,-0.132589,0.055078,-0.082978,-0.03821,-0.08955,0.007018,-0.119704,-0.071437,0.034978,0.044084,-0.02097,0.044196,-0.039386,-0.01943,-0.036445,-0.059054,0.013488,-0.001145,0.021471,0.012041,0.009196,0.022377,0.002528,-0.009196,0.005073,-0.014329,0.007068,0.009082],
-                            [0.128215,-0.156988,0.092394,-0.077016,0.105758,-0.130381,-0.037259,-0.063559,-0.081471,0.015951,0.089902,-0.005553,-0.076523,-0.00247,-0.070228,0.081685,-0.038935,0.0136,0.017758,0.048515,-0.025133,0.023441,-0.014354,0.064939,-0.011246,0.009025,-0.023818,0.003325,-0.012212,0.019237,0.00844,0.009162,0.009788,0.014028,-0.006282,-0.00921],
-                            [0.172728,-0.069285,0.140813,-0.209251,0.096372,-0.057914,-0.018851,-0.193131,0.122408,-0.077344,0.081807,-0.004103,-0.084863,-0.043772,0.115649,-0.045399,0.040049,-0.06012,0.017055,0.019304,-0.040574,0.038784,0.040305,-0.04065,0.005528,-0.011519,0.023044,-0.012607,-0.010021,0.007741,0.000144,0.022408,-0.002376,-0.013942,0.004592,0.003151],
-                            [0.134786,0.072473,0.095752,-0.168586,-0.09992,0.061306,-0.040542,-0.136563,0.09633,0.079218,-0.085785,0.005166,-0.079898,-0.002145,0.077905,-0.031222,-0.040582,0.061813,-0.01902,-0.020461,-0.025514,0.052748,0.011077,-0.021385,-0.000498,0.011599,-0.023105,0.013296,0.01011,-0.008988,0.009139,0.020151,-0.013285,-0.001754,-0.001531,0.004903],
-                            [0.1316,0.161552,0.096677,-0.074116,-0.101113,0.137008,-0.035953,-0.061979,-0.086435,-0.021175,-0.086891,0.008873,-0.079221,-0.003502,-0.076441,0.077639,0.037053,-0.018746,-0.018074,-0.05042,-0.027841,0.02225,-0.017108,0.062082,-0.00708,-0.007167,0.022512,-0.004942,0.011512,-0.021458,0.00853,0.008981,0.010607,0.013601,-0.003311,-0.009084],
-                            [0.185518,0.226927,0.146261,0.07425,0.102204,0.201532,-0.027662,0.061986,-0.134376,-0.051894,0.087244,0.036272,-0.091727,0.003682,-0.120653,-0.079913,-0.039248,-0.042253,0.017961,-0.045335,-0.038102,-0.021674,-0.036416,-0.063004,0.009202,-0.000969,-0.023212,-0.012175,-0.011136,-0.021431,0.003145,-0.00867,0.004738,-0.013383,0.004978,0.010018],
-                            [0.137861,0.0738,0.097186,0.173344,0.103212,0.060937,-0.041742,0.13929,0.10061,0.083196,0.086883,0.003449,-0.079637,0.001593,0.081787,0.033571,0.04317,0.064592,0.01761,-0.020677,-0.023695,-0.052331,0.012619,0.024291,0.000127,0.012411,0.025144,0.013702,-0.010638,-0.008002,0.009339,-0.018727,-0.012708,0.003378,-0.000696,-0.004698],
-                            [0.136723,-0.073699,0.184026,0.069739,-0.040433,-0.113692,0.136655,0.107495,-0.001908,-0.009206,-0.063348,-0.104296,0.057735,0.098507,-0.003027,-0.01039,0.000394,-0.013368,-0.056584,-0.061044,0.001717,0.057631,-0.002763,-0.015,-0.004145,0.000667,0.000401,-0.009274,-0.027464,-0.018742,-0.012143,0.017774,-0.001378,-0.01033,-0.004737,-0.000469],
-                            [0.232183,-0.111444,0.31669,-0.074512,0.043206,-0.163155,0.247006,-0.112737,-0.022789,-0.00093,0.065427,-0.135972,0.126737,-0.100392,-0.033518,0.011207,0.000726,-0.000976,0.055362,-0.066336,0.038294,-0.056535,-0.026708,0.015973,-0.001227,-0.000445,0.000513,-0.000366,0.024606,-0.012859,0.004685,-0.016759,-0.010277,0.01071,-0.001202,0.001116],
-                            [0.20767,0.110474,0.268476,-0.105037,-0.041641,0.163371,0.178905,-0.155968,-0.003414,-0.000893,-0.063703,0.138896,0.052624,-0.13372,-0.004839,0.000934,1.7E-5,-0.001105,-0.05506,0.070696,-0.020717,-0.069304,-0.003578,0.00124,0.004132,0.000887,-3.3E-5,-0.000549,-0.025579,0.015647,-0.024358,-0.016178,-0.001161,0.000741,0.00445,-0.000608],
-                            [0.231774,0.071229,0.316458,0.112,0.041891,0.107759,0.247504,0.164116,0.02273,0.011545,0.06342,0.095731,0.127808,0.13733,0.032336,-0.0002,0.000275,0.0159,0.053689,0.05336,0.03923,0.067979,0.024455,-0.000452,-0.001491,-0.000801,0.000253,0.010192,0.023933,0.01522,0.005024,0.014079,0.008531,-0.0004,-0.001498,-0.000112]],
-              }
-}
+{
+  "Name": "All-Round Ambisonic decoder (AllRAD) and loudspeaker layout",
+  "Description": "This configuration file was created with the IEM AllRADecoder v0.9.4 plug-in. 13 Feb 2023 11:50:24am",
+  "Decoder": {
+    "Name": "Decoder",
+    "Description": "A 7th order Ambisonics decoder using the AllRAD approach.",
+    "ExpectedInputNormalization": "n3d",
+    "Weights": "maxrE",
+    "WeightsAlreadyApplied": false,
+    "Matrix": [
+      [
+        0.0400921106338501,
+        -0.0004649758047889918,
+        -0.01447265595197678,
+        0.06133442744612694,
+        -0.0009151397971436381,
+        0.00008455116039840505,
+        -0.02142279222607613,
+        -0.02233448624610901,
+        0.06028260290622711,
+        -0.001274486654438078,
+        0.000132141140056774,
+        0.0001558232761453837,
+        0.00667652441188693,
+        -0.01762046664953232,
+        -0.02114018797874451,
+        0.05628004297614098,
+        -0.001501052989624441,
+        0.0001392372796544805,
+        0.0001872075808933005,
+        0.00007051341526675969,
+        0.007809330709278584,
+        0.0005337391048669815,
+        -0.009787545539438725,
+        -0.01879663951694965,
+        0.05034399032592773,
+        -0.001574856112711132,
+        0.0001183144777314737,
+        0.0001443946093786508,
+        0.0002040963881881908,
+        -0.00006187313556438312,
+        0.00321149779483676,
+        0.008873360231518745,
+        -0.00509501900523901,
+        -0.004441661760210991,
+        -0.01605690643191338,
+        0.04315893724560738,
+        -0.001496005686931312,
+        0.0000849607095005922,
+        0.00006141328776720911,
+        0.0003386398311704397,
+        -0.00007821428880561143,
+        -0.00009172206773655489,
+        -0.004044767469167709,
+        0.005274512805044651,
+        0.007616837974637747,
+        -0.008236916735768318,
+        -0.0007863491191528738,
+        -0.01330046728253365,
+        0.03531250730156898,
+        -0.001282560522668064,
+        0.00005312886423780583,
+        -0.00003161502172588371,
+        0.0004368892405182123,
+        -0.00006572363781742752,
+        -0.0001469678245484829,
+        -0.00001483481264585862,
+        -0.003767643822357059,
+        -0.002409847220405936,
+        0.004345973022282124,
+        0.00659477012231946,
+        -0.009509011171758175,
+        0.001554728602059186,
+        -0.01073468942195177,
+        0.02733565494418144
+      ],
+      [
+        0.0342964231967926,
+        -0.02107610553503036,
+        -0.01776197925209999,
+        0.04735217988491058,
+        -0.03769038245081902,
+        0.01178374607115984,
+        -0.01619192585349083,
+        -0.02646947279572487,
+        0.0339517816901207,
+        -0.04517742991447449,
+        0.02136244438588619,
+        0.004786686506122351,
+        0.01252135634422302,
+        -0.01075620763003826,
+        -0.0192366112023592,
+        0.01469509303569794,
+        -0.0427236296236515,
+        0.02516904659569263,
+        0.004177156370133162,
+        -0.003779798746109009,
+        0.005534927360713482,
+        0.008487440645694733,
+        -0.003765008179470897,
+        -0.00817839615046978,
+        -0.004473246168345213,
+        -0.03253687918186188,
+        0.02286173962056637,
+        0.001852513407357037,
+        -0.002432154724374413,
+        -0.003220864338800311,
+        -0.003015622263774276,
+        0.007236853707581758,
+        0.002186677185818553,
+        -0.0006046468042768538,
+        0.002404545433819294,
+        -0.01876596920192242,
+        -0.01865138113498688,
+        0.01632423512637615,
+        -0.0002211539976997301,
+        0.0008998116245493293,
+        -0.006279496476054192,
+        0.001107018440961838,
+        -0.005054538138210773,
+        -0.002483401913195848,
+        0.005655615124851465,
+        -0.0002970847417600453,
+        -0.000024997498258017,
+        0.009430301375687122,
+        -0.02564744278788567,
+        -0.005365585442632437,
+        0.008493680506944656,
+        -0.001212744973599911,
+        0.003736914368346334,
+        -0.008211578242480755,
+        0.001667046803049743,
+        0.002212007995694876,
+        0.001004830119200051,
+        -0.004969503730535507,
+        -0.001497038756497204,
+        0.002669364446774125,
+        0.0003867200866807252,
+        -0.0007006794330663979,
+        0.01170474290847778,
+        -0.02519514597952366
+      ],
+      [
+        0.04065708816051483,
+        -0.04603457823395729,
+        -0.0149405337870121,
+        0.04173549637198448,
+        -0.06068290024995804,
+        0.01725944690406322,
+        -0.02162355184555054,
+        -0.01536666043102741,
+        -0.005942484829574823,
+        -0.03387755528092384,
+        0.02172384597361088,
+        0.01308409497141838,
+        0.007093003019690514,
+        -0.01194263249635696,
+        0.002591335447505116,
+        -0.04557711258530617,
+        0.009800425730645657,
+        0.01100516971200705,
+        0.009756552986800671,
+        -0.00082530512008816,
+        0.007882255129516125,
+        0.0005019389209337533,
+        0.0008538413094356656,
+        0.01597732864320278,
+        -0.04967192187905312,
+        0.03701648488640785,
+        -0.004043011460453272,
+        0.002724191173911095,
+        0.004840852692723274,
+        -0.006701627746224403,
+        0.00298961834050715,
+        0.006054622586816549,
+        0.0001532086316728964,
+        0.003474733792245388,
+        0.01596337743103504,
+        -0.02228324115276337,
+        0.03363923728466034,
+        -0.01202586758881807,
+        -0.00005013465488445945,
+        0.005145000293850899,
+        -0.007764534093439579,
+        -0.003629356855526567,
+        -0.004190721083432436,
+        0.003487227018922567,
+        -0.0008543009753338993,
+        0.006259799003601074,
+        0.0007601204561069608,
+        0.006109337788075209,
+        0.01012920495122671,
+        0.01156950835138559,
+        -0.009926063939929008,
+        0.001380632515065372,
+        -0.001426386996172369,
+        -0.003881702898070216,
+        -0.004164223559200764,
+        0.001987543189898133,
+        -0.00364485033787787,
+        -0.001702170819044113,
+        -0.0001683160662651062,
+        -0.005562486592680216,
+        0.009347911924123764,
+        -0.0007561974343843758,
+        -0.003994694445282221,
+        0.0243497509509325
+      ],
+      [
+        0.03868172690272331,
+        -0.05592372640967369,
+        -0.02001488395035267,
+        0.01621832139790058,
+        -0.03020409494638443,
+        0.03127902373671532,
+        -0.01824599504470825,
+        -0.008789833635091782,
+        -0.04754282161593437,
+        0.0340556912124157,
+        0.01651853322982788,
+        0.0126521959900856,
+        0.01406484935432673,
+        -0.003800127655267715,
+        0.02716118842363358,
+        -0.03891603276133537,
+        0.04130231216549873,
+        -0.01953708566725254,
+        0.003573594382032752,
+        -0.00998733751475811,
+        0.006232182960957289,
+        0.002642079954966903,
+        0.0051430594176054,
+        0.02083516679704189,
+        0.01892240345478058,
+        -0.005150380078703165,
+        -0.02116259932518005,
+        -0.001168606569990516,
+        -0.001482416992075741,
+        -0.008528882637619972,
+        -0.003337668254971504,
+        0.002541874535381794,
+        -0.003177848644554615,
+        0.001877924310974777,
+        -0.01111659500747919,
+        0.03784719482064247,
+        -0.03019599057734013,
+        0.003987324889749289,
+        -0.00006237863271962851,
+        -0.000361187441740185,
+        -0.005072973668575287,
+        0.002915265271440148,
+        -0.005695758853107691,
+        -0.0006114325951784849,
+        -0.007906748913228512,
+        0.001343158888630569,
+        0.0004116399213671684,
+        -0.01812397129833698,
+        0.005088566336780787,
+        -0.01077246759086847,
+        0.01308810245245695,
+        -0.0005417107604444027,
+        -0.00418078014627099,
+        0.006231715902686119,
+        0.0009092795662581921,
+        0.005854085087776184,
+        0.001101893256418407,
+        -0.001680649584159255,
+        0.002239867812022567,
+        -0.007043378427624702,
+        -0.001131851109676063,
+        0.001181589090265334,
+        -0.000596799305640161,
+        -0.02059685625135899
+      ],
+      [
+        0.05360725149512291,
+        -0.07859019190073013,
+        -0.02188160829246044,
+        -0.01764381490647793,
+        0.03210865706205368,
+        0.03267200291156769,
+        -0.02760136313736439,
+        0.009410236030817032,
+        -0.06856434047222137,
+        0.05220147222280502,
+        -0.0171909537166357,
+        0.02129197493195534,
+        0.01200048625469208,
+        0.004135215654969215,
+        0.0263910461217165,
+        0.03974507749080658,
+        -0.03973206132650375,
+        -0.01672441512346268,
+        -0.003777400590479374,
+        -0.004025108180940151,
+        0.009943107143044472,
+        -0.002718302188441157,
+        0.01058670040220022,
+        -0.02065645717084408,
+        0.03440065309405327,
+        -0.01904647052288055,
+        0.01949615590274334,
+        -0.0043368861079216,
+        0.001267799292691052,
+        -0.0116523914039135,
+        0.001775852520950139,
+        -0.002694260329008102,
+        0.004399876110255718,
+        -0.001850032480433583,
+        -0.007180697750300169,
+        -0.03343243524432182,
+        0.02358265593647957,
+        0.000183564581675455,
+        -0.00008996493852464482,
+        -0.008280499838292599,
+        0.005206711124628782,
+        -0.004129035864025354,
+        -0.006216513458639383,
+        0.0005422745598480105,
+        -0.009275522083044052,
+        -0.001811117050237954,
+        -0.001128136995248497,
+        0.01499559171497822,
+        -0.008430219255387783,
+        0.003008639439940453,
+        -0.009214076213538647,
+        -0.0002101412828778848,
+        0.004558441694825888,
+        0.006159028504043818,
+        -0.000768145255278796,
+        0.004522841889411211,
+        -0.003264413215219975,
+        0.001709974836558104,
+        -0.003925658762454987,
+        0.006862947717308998,
+        -0.008540499024093151,
+        -0.001325939781963825,
+        -0.003246479667723179,
+        0.01323559693992138
+      ],
+      [
+        0.06033581122756004,
+        -0.05874833464622498,
+        -0.02607163414359093,
+        -0.06793012470006943,
+        0.08160395920276642,
+        0.02605104073882103,
+        -0.03050238080322742,
+        0.03075615130364895,
+        0.01176700554788113,
+        -0.05761991441249847,
+        -0.03541114553809166,
+        0.01544712390750647,
+        0.01523416023701429,
+        0.01763940416276455,
+        -0.005997851956635714,
+        0.03725640475749969,
+        0.01400372479110956,
+        0.02396433241665363,
+        -0.01163925882428885,
+        -0.004321527201682329,
+        0.01099928375333548,
+        -0.005550025030970573,
+        -0.001427435432560742,
+        -0.01402874942868948,
+        -0.04966205358505249,
+        0.01508950628340244,
+        -0.00627949321642518,
+        0.003700492205098271,
+        -0.00267090811394155,
+        -0.008919114246964455,
+        0.0006249365396797657,
+        -0.01030099485069513,
+        0.0002326184621779248,
+        -0.002704382641240954,
+        0.0173046812415123,
+        0.03070145845413208,
+        -0.01755630970001221,
+        -0.003198179882019758,
+        0.00002694220711418893,
+        0.006184149533510208,
+        0.01190141029655933,
+        -0.002091648988425732,
+        -0.007569880224764347,
+        -0.001952432096004486,
+        0.001836291747167706,
+        -0.004843107890337706,
+        0.0005916946101933718,
+        -0.009178237058222294,
+        -0.006560918875038624,
+        0.005935604218393564,
+        0.002444987185299397,
+        0.0005137053085491061,
+        -0.001931098406203091,
+        -0.008326086215674877,
+        0.002714887028560042,
+        0.004031463526189327,
+        -0.002760314382612705,
+        0.004837954416871071,
+        -0.0001193126227008179,
+        0.005025238264352083,
+        0.009250503033399582,
+        0.001184109481982887,
+        0.001672807731665671,
+        -0.00331266107968986
+      ],
+      [
+        0.0638883113861084,
+        -0.002522807801142335,
+        -0.02730552293360233,
+        -0.09469877928495407,
+        0.004447712562978268,
+        0.001921999617479742,
+        -0.0323159284889698,
+        0.04190260544419289,
+        0.08577811717987061,
+        -0.005237940233200788,
+        -0.003616660600528121,
+        0.0003996653249487281,
+        0.01574189029633999,
+        0.02468938939273357,
+        -0.03658609092235565,
+        -0.06969219446182251,
+        0.0048050656914711,
+        0.004467743914574385,
+        -0.000204379262868315,
+        -0.0008773112203925848,
+        0.01149505283683538,
+        -0.006858958397060633,
+        -0.01213837787508965,
+        0.02723030000925064,
+        0.05043385550379753,
+        -0.003418592968955636,
+        -0.004314281977713108,
+        -0.00008174937829608098,
+        0.0009995092405006289,
+        -0.0004044169909320772,
+        0.0009707297431305051,
+        -0.01405518408864737,
+        -0.003259849268943071,
+        0.004578812047839165,
+        -0.01684772223234177,
+        -0.03140576928853989,
+        0.001579590723849833,
+        0.003342389594763517,
+        0.0002286278322571889,
+        -0.0007092308951541781,
+        0.000945485255215317,
+        0.0004812858533114195,
+        -0.007742642425000668,
+        -0.003324433695524931,
+        0.01215132512152195,
+        0.008481393568217754,
+        -0.0004601666587404907,
+        0.007657517213374376,
+        0.01523350272327662,
+        0.0001559334486955777,
+        -0.001953627681359649,
+        -0.0001836063311202452,
+        0.0003064257907681167,
+        -0.001409482676535845,
+        -0.0007634848007000983,
+        0.0004256729444023222,
+        -0.002995523856952786,
+        0.006218802183866501,
+        0.003029624233022332,
+        -0.009440922178328037,
+        -0.009733675047755241,
+        -0.00132844049949199,
+        -0.001033663051202893,
+        -0.003476094454526901
+      ],
+      [
+        0.06377174705266953,
+        0.05931947752833366,
+        -0.02734849601984024,
+        -0.07358040660619736,
+        -0.08375293016433716,
+        -0.02523521520197392,
+        -0.03214968368411064,
+        0.03360660374164581,
+        0.01795360632240772,
+        0.06200052052736282,
+        0.03533487021923065,
+        -0.0157442819327116,
+        0.0157819539308548,
+        0.0187640693038702,
+        -0.01072999183088541,
+        0.03176231309771538,
+        -0.01998839154839516,
+        -0.02650430239737034,
+        0.01187502220273018,
+        0.003422392532229424,
+        0.01139780320227146,
+        -0.006232398096472025,
+        -0.00172084360383451,
+        -0.008704156614840031,
+        -0.04636263102293015,
+        -0.009154106490314007,
+        0.01126158516854048,
+        -0.003594930982217193,
+        0.003426518524065614,
+        0.008723102509975433,
+        0.0008096704841591418,
+        -0.01086042262613773,
+        0.001410734141245484,
+        -0.00277975364588201,
+        0.01388533692806959,
+        0.03015506081283092,
+        0.0131740802899003,
+        -0.001982668647542596,
+        -0.0003639102797023952,
+        -0.006254884880036116,
+        -0.01172470860183239,
+        0.00273272767663002,
+        -0.007624309975653887,
+        -0.001747063943184912,
+        0.003037488553673029,
+        -0.005925519391894341,
+        0.0006258739158511162,
+        -0.008875239640474319,
+        -0.007935900241136551,
+        -0.003464654088020325,
+        0.0008072789059951901,
+        -0.0002022553817369044,
+        0.001747253118082881,
+        0.009001508355140686,
+        -0.003070232225582004,
+        -0.003503223415464163,
+        -0.002846986521035433,
+        0.005051090382039547,
+        -0.001066171680577099,
+        0.003286442253738642,
+        0.009679533541202545,
+        0.001263412064872682,
+        0.003343899501487613,
+        -0.001533167320303619
+      ],
+      [
+        0.05857080966234207,
+        0.08523166179656982,
+        -0.02383607439696789,
+        -0.01964508928358555,
+        -0.03497123718261719,
+        -0.03515806421637535,
+        -0.02999783121049404,
+        0.01099847909063101,
+        -0.07279255986213684,
+        -0.05349165201187134,
+        0.01975632272660732,
+        -0.02280895411968231,
+        0.01299282629042864,
+        0.004407824482768774,
+        0.02725266478955746,
+        0.04170988872647285,
+        0.03941990807652473,
+        0.01569808833301067,
+        0.003805153537541628,
+        0.004094566218554974,
+        0.01053064037114382,
+        -0.003451280063018203,
+        0.01104956213384867,
+        -0.02294184267520905,
+        0.03356544673442841,
+        0.01761075668036938,
+        -0.02046162262558937,
+        0.004380890168249607,
+        -0.002023671288043261,
+        0.01217500492930412,
+        0.001949647441506386,
+        -0.002986883977428079,
+        0.005180825013667345,
+        -0.001679459121078253,
+        -0.005001368466764688,
+        -0.03051329590380192,
+        -0.01886310242116451,
+        0.001939363428391516,
+        0.0001859830954344943,
+        0.009244109503924847,
+        -0.005834530107676983,
+        0.004422067198902369,
+        -0.006462727673351765,
+        0.0009479611762799323,
+        -0.00936395488679409,
+        -0.001290855230763555,
+        -0.001080066431313753,
+        0.01437104493379593,
+        -0.007779037579894066,
+        -0.003734061494469643,
+        0.007548140361905098,
+        0.0003077113069593906,
+        -0.004157561343163252,
+        -0.005696957930922508,
+        0.001363591756671667,
+        -0.004453228786587715,
+        -0.003288572654128075,
+        0.002046831883490086,
+        -0.004250225611031055,
+        0.007587614934891462,
+        -0.009206480346620083,
+        -0.001136707258410752,
+        -0.004315278958529234,
+        0.008181641809642315
+      ],
+      [
+        0.04119852185249329,
+        0.05892916768789291,
+        -0.02101467922329903,
+        0.01903056725859642,
+        0.03492486849427223,
+        -0.03242522850632668,
+        -0.0195431187748909,
+        -0.0100824786350131,
+        -0.04824317246675491,
+        -0.03175269067287445,
+        -0.01860299147665501,
+        -0.01348249427974224,
+        0.01457453053444624,
+        -0.004527440760284662,
+        0.02714103832840919,
+        -0.04382402449846268,
+        -0.04465126246213913,
+        0.01812735758721828,
+        -0.004242739174515009,
+        0.01002488937228918,
+        0.006700060795992613,
+        0.00288495933637023,
+        0.005295144394040108,
+        0.02276026457548141,
+        0.0140722319483757,
+        -0.0009033451788127422,
+        0.02209437265992165,
+        0.001058403635397553,
+        0.001334108412265778,
+        0.008956319652497768,
+        -0.003198466962203383,
+        0.002973251976072788,
+        -0.002905693603679538,
+        0.00222784886136651,
+        -0.008769641630351543,
+        0.03851644322276115,
+        0.02804440818727016,
+        -0.001556868315674365,
+        0.0001470076967962086,
+        0.0003973987186327577,
+        0.005788930226117373,
+        -0.00264554307796061,
+        -0.005966356955468655,
+        -0.0005260347970761359,
+        -0.007926395162940025,
+        0.001967699266970158,
+        0.00046712756738998,
+        -0.01772490330040455,
+        0.01066854316741228,
+        0.01448914222419262,
+        -0.01162959076464176,
+        0.0004103602550458163,
+        0.004958969075232744,
+        -0.005734516773372889,
+        -0.0007466941606253386,
+        -0.005974228959530592,
+        0.000889916846062988,
+        -0.001907422090880573,
+        0.002022594213485718,
+        -0.007761122193187475,
+        -0.000570580072235316,
+        0.001171414507552981,
+        -0.002267721341922879,
+        -0.0164255928248167
+      ],
+      [
+        0.03998342528939247,
+        0.04383183643221855,
+        -0.0144846560433507,
+        0.04264950007200241,
+        0.06011423468589783,
+        -0.01619805581867695,
+        -0.02128399536013603,
+        -0.01540724746882915,
+        -0.001612151274457574,
+        0.03814445436000824,
+        -0.02112281322479248,
+        -0.0124380411580205,
+        0.006716351490467787,
+        -0.01221231371164322,
+        0.001130687538534403,
+        -0.04127835109829903,
+        -0.002589700277894735,
+        -0.01210586633533239,
+        -0.009614097885787487,
+        0.0006114536081440747,
+        0.007678506895899773,
+        0.0002716518647503108,
+        0.0001174430799437687,
+        0.01435644179582596,
+        -0.05029944330453873,
+        -0.03246573731303215,
+        0.00188297510612756,
+        -0.003032553009688854,
+        -0.005009931046515703,
+        0.006232652347534895,
+        0.003083009738475084,
+        0.006057289429008961,
+        -0.0002790053549688309,
+        0.003035268513485789,
+        0.01587438955903053,
+        -0.02863731235265732,
+        -0.0354582704603672,
+        0.01059840898960829,
+        -0.0001267850311705843,
+        -0.005934993270784616,
+        0.007444207090884447,
+        0.003495366778224707,
+        -0.003920071758329868,
+        0.003677006345242262,
+        -0.0002866915601771325,
+        0.005647765938192606,
+        0.0006558229215443134,
+        0.007794719189405441,
+        0.00257106265053153,
+        -0.01793521270155907,
+        0.01033344399183989,
+        -0.001349304569885135,
+        -0.00007567561260657385,
+        0.00422132620587945,
+        0.004159634932875633,
+        -0.001690534176304936,
+        -0.003604243509471416,
+        -0.001533393282443285,
+        0.0002301093481946737,
+        -0.004870741162449121,
+        0.009519767016172409,
+        -0.001016253489069641,
+        -0.001894288579933345,
+        0.02106245048344135
+      ],
+      [
+        0.03212358057498932,
+        0.01869821734726429,
+        -0.016640555113554,
+        0.04489235207438469,
+        0.03395848721265793,
+        -0.01048643048852682,
+        -0.01516707707196474,
+        -0.02510136924684048,
+        0.03369604796171188,
+        0.04185178503394127,
+        -0.01932729780673981,
+        -0.004229992162436247,
+        0.01174193434417248,
+        -0.01019573211669922,
+        -0.01908177696168423,
+        0.01705110818147659,
+        0.04137633740901947,
+        -0.02345203422009945,
+        -0.003725746646523476,
+        0.003383103292435408,
+        0.005176013335585594,
+        0.008058964274823666,
+        -0.003744894871488214,
+        -0.009434276260435581,
+        -0.0003242456004954875,
+        0.03385041654109955,
+        -0.02232551760971546,
+        -0.001662034424953163,
+        0.002249349374324083,
+        0.002845783717930317,
+        -0.002830222947522998,
+        0.006858459208160639,
+        0.002171326661482453,
+        -0.000731648993678391,
+        0.0003305081627331674,
+        -0.0144199077039957,
+        0.02217271737754345,
+        -0.01718314550817013,
+        0.0002741964417509735,
+        -0.000743127369787544,
+        0.005650361999869347,
+        -0.001006886013783514,
+        -0.004742658697068691,
+        -0.002367700450122356,
+        0.005617256741970778,
+        -0.0003656664921436459,
+        -0.00006480396405095235,
+        0.007535033859312534,
+        -0.02273011580109596,
+        0.009781152009963989,
+        -0.01024379674345255,
+        0.001311609870754182,
+        -0.003500295570120215,
+        0.007610421162098646,
+        -0.001564076985232532,
+        -0.001969014061614871,
+        0.00096485874382779,
+        -0.004720051772892475,
+        -0.0014939378015697,
+        0.003096785861998796,
+        -0.00004306623668526299,
+        -0.0006344369612634182,
+        0.01084111258387566,
+        -0.02466424182057381
+      ],
+      [
+        0.04289086163043976,
+        -0.02623757161200047,
+        0.03724852949380875,
+        0.05238829925656319,
+        -0.03759526461362839,
+        -0.02899054624140263,
+        -0.005900333635509014,
+        0.05416476354002953,
+        0.02957083471119404,
+        -0.0337253175675869,
+        -0.04478009045124054,
+        -0.01059478428214788,
+        -0.03249318897724152,
+        0.01268790476024151,
+        0.03193336352705956,
+        0.008446032181382179,
+        -0.02219550870358944,
+        -0.04076389595866203,
+        -0.02259254828095436,
+        0.007480794563889503,
+        -0.0218849740922451,
+        -0.02349207550287247,
+        0.009801973588764668,
+        0.007692575454711914,
+        -0.003610028885304928,
+        -0.0105994688346982,
+        -0.02594178356230259,
+        -0.02164338901638985,
+        0.002683590166270733,
+        0.01039863284677267,
+        0.00136435788590461,
+        -0.02337019145488739,
+        -0.01162310875952244,
+        -0.0009975397260859609,
+        -0.005870029330253601,
+        -0.006583455018699169,
+        -0.003104091621935368,
+        -0.01132938638329506,
+        -0.0121534401550889,
+        0.0006510557723231614,
+        0.009334915317595005,
+        0.004152059555053711,
+        0.009206713177263737,
+        -0.003880640491843224,
+        -0.01322420034557581,
+        -0.008671646006405354,
+        -0.006357369944453239,
+        -0.007847041822969913,
+        -0.004189013503491879,
+        -0.0002704318321775645,
+        -0.002725197933614254,
+        -0.003364530857652426,
+        0.002792745130136609,
+        0.0062412372790277,
+        0.003258663695305586,
+        0.0008868140866979957,
+        0.002801487455144525,
+        0.005274686496704817,
+        -0.002500732662156224,
+        -0.008397107012569904,
+        -0.005787444766610861,
+        -0.004308064468204975,
+        -0.003633542452007532,
+        -0.0004984693368896842
+      ],
+      [
+        0.03467783704400063,
+        -0.04805746674537659,
+        0.02591678313910961,
+        0.01587888970971107,
+        -0.02619772404432297,
+        -0.04447304829955101,
+        -0.01353526301681995,
+        0.01476225350052118,
+        -0.03535037860274315,
+        0.01949580200016499,
+        -0.02772052772343159,
+        -0.0003527753578964621,
+        -0.03192726150155067,
+        0.00001615425935597159,
+        -0.03700121492147446,
+        -0.02747626602649689,
+        0.02147665992379189,
+        0.02188304997980595,
+        -0.007067941594868898,
+        0.0317632369697094,
+        -0.01360577344894409,
+        -0.01104742847383022,
+        -0.009508619084954262,
+        -0.03155797347426414,
+        0.006791805382817984,
+        -0.00005514924123417586,
+        0.02588679268956184,
+        0.008909726515412331,
+        0.01258324272930622,
+        0.02278895117342472,
+        0.01184002682566643,
+        -0.008193218149244785,
+        0.0153688658028841,
+        -0.01298579107969999,
+        0.007697996683418751,
+        0.01248371414840221,
+        -0.004539967514574528,
+        0.0002699531323742121,
+        0.01331230811774731,
+        -0.003983615897595882,
+        0.01336317416280508,
+        -0.003594628535211086,
+        0.01569772511720657,
+        0.00124276103451848,
+        0.01537587027996778,
+        0.007472281809896231,
+        0.003805990098044276,
+        0.01530420128256083,
+        0.00127677817363292,
+        0.0003687524585984647,
+        -0.005411278922110796,
+        0.0002238628803752363,
+        -0.001547412248328328,
+        -0.005394404754042625,
+        0.00204862654209137,
+        -0.01336235832422972,
+        0.003117255866527557,
+        0.005401243921369314,
+        0.001709586242213845,
+        0.01153753325343132,
+        0.0004947851994074881,
+        0.008838317357003689,
+        0.001586522092111409,
+        0.0002390537556493655
+      ],
+      [
+        0.03986787050962448,
+        -0.04816174507141113,
+        0.03482485935091972,
+        -0.02602669410407543,
+        0.03748776391148567,
+        -0.05057234689593315,
+        -0.005454362835735083,
+        -0.02837776578962803,
+        -0.02537079527974129,
+        0.004117676988244057,
+        0.04435797780752182,
+        -0.01265353430062532,
+        -0.03109019249677658,
+        -0.009517168626189232,
+        -0.02850175462663174,
+        0.03346513956785202,
+        -0.02147095464169979,
+        0.004040754400193691,
+        0.02157235145568848,
+        0.02213591337203979,
+        -0.0217405054718256,
+        0.008691659197211266,
+        -0.01022744737565517,
+        0.04053935036063194,
+        -0.00784187950193882,
+        0.01035816501826048,
+        -0.02545762993395329,
+        -0.0005980432033538818,
+        -0.004272199235856533,
+        0.02378054149448872,
+        0.0009795710211619735,
+        0.01112406607717276,
+        0.009397760033607483,
+        0.02137746289372444,
+        -0.009668066166341305,
+        -0.009417006745934486,
+        0.001703388406895101,
+        0.01132721826434135,
+        -0.012316576205194,
+        -0.005935232155025005,
+        -0.01087003480643034,
+        0.005341447424143553,
+        0.01009055785834789,
+        0.003991803620010614,
+        0.01289494056254625,
+        -0.001346203032881021,
+        -0.006400419864803553,
+        -0.01044794451445341,
+        0.007337628398090601,
+        -0.003091635415330529,
+        0.001715563703328371,
+        0.004563572350889444,
+        0.002583716297522187,
+        -0.007237282581627369,
+        -0.003933371044695377,
+        -0.005568206775933504,
+        0.004523755982518196,
+        0.00006249493162613362,
+        0.00406732689589262,
+        -0.007354205939918756,
+        -0.003431145800277591,
+        -0.003576639806851745,
+        0.006509474013000727,
+        -0.001138546853326261
+      ],
+      [
+        0.03182400763034821,
+        -0.01586386002600193,
+        0.02416213043034077,
+        -0.04375974088907242,
+        0.02649985067546368,
+        -0.01442114636301994,
+        -0.01195355132222176,
+        -0.04138116165995598,
+        0.03131433203816414,
+        -0.02833416499197483,
+        0.02741854079067707,
+        0.0005607373896054924,
+        -0.02968784235417843,
+        -0.001563030760735273,
+        0.03404860198497772,
+        -0.01575576514005661,
+        0.02287662401795387,
+        -0.03181172162294388,
+        0.005973560269922018,
+        0.01126163080334663,
+        -0.01361092086881399,
+        0.02912458218634129,
+        0.01048633642494678,
+        -0.01924113556742668,
+        0.003209116635844111,
+        -0.0142141729593277,
+        0.02690855972468853,
+        -0.01192611828446388,
+        -0.01345461327582598,
+        0.007702126167714596,
+        0.0104846153408289,
+        0.02266220189630985,
+        -0.01303996052592993,
+        -0.01005530636757612,
+        0.005144892726093531,
+        0.003447729628533125,
+        0.006356221623718739,
+        -0.01689937897026539,
+        0.01278821285814047,
+        0.00885283574461937,
+        -0.01302191894501448,
+        -0.001960278023034334,
+        0.01550483237951994,
+        -0.001910965540446341,
+        -0.01550408266484737,
+        0.001525575877167284,
+        0.004975136835128069,
+        0.002961913822218776,
+        -0.004637130070477724,
+        -0.001510550733655691,
+        0.007201986387372017,
+        -0.008910409174859524,
+        -0.002923245308920741,
+        0.01177002675831318,
+        -0.000886903319042176,
+        -0.005581212230026722,
+        0.004131393507122993,
+        -0.01316526997834444,
+        -0.003738986561074853,
+        0.005502439569681883,
+        0.003162839449942112,
+        -0.0006037915009073913,
+        -0.004395957570523024,
+        0.002711812499910593
+      ],
+      [
+        0.04158375784754753,
+        0.0245619360357523,
+        0.03698739409446716,
+        -0.05064587667584419,
+        -0.0348806232213974,
+        0.02848155796527863,
+        -0.004050817806273699,
+        -0.05326847732067108,
+        0.02961624786257744,
+        0.03175800666213036,
+        -0.04341639205813408,
+        0.01252598315477371,
+        -0.03071864880621433,
+        -0.01399222109466791,
+        0.03167177364230156,
+        -0.01057704910635948,
+        -0.02224604226648808,
+        0.03962982818484306,
+        -0.0246381051838398,
+        -0.005203527398407459,
+        -0.02226497977972031,
+        0.02156641334295273,
+        0.009158198721706867,
+        -0.008841083385050297,
+        -0.0006613217992708087,
+        0.01250417809933424,
+        -0.02622523345053196,
+        0.02275586873292923,
+        -0.0003376398526597768,
+        -0.01021137833595276,
+        -0.0003142100758850574,
+        0.02292930334806442,
+        -0.01222770567983389,
+        0.002543285489082336,
+        -0.004009589552879333,
+        0.004531471990048885,
+        -0.005573832429945469,
+        0.01303263939917088,
+        -0.01248248387128115,
+        0.001091215410269797,
+        0.008705148473381996,
+        -0.005514100193977356,
+        0.008364776149392128,
+        0.004723495803773403,
+        -0.01332515850663185,
+        0.01121648773550987,
+        -0.007877453230321407,
+        0.006675356533378363,
+        -0.003984833136200905,
+        0.001872673048637807,
+        -0.00474427780136466,
+        0.003277960233390331,
+        0.002878065686672926,
+        -0.006131394300609827,
+        0.004685192368924618,
+        -0.001558674965053797,
+        0.003117149695754051,
+        -0.004778776317834854,
+        -0.002170603023841977,
+        0.0092010498046875,
+        -0.008650287054479122,
+        0.005539546720683575,
+        -0.00395894143730402,
+        0.001877719070762396
+      ],
+      [
+        0.03215426951646805,
+        0.04298294708132744,
+        0.02506865933537483,
+        -0.01789666526019573,
+        -0.02931603975594044,
+        0.04198971763253212,
+        -0.01079791504889727,
+        -0.01593821495771408,
+        -0.02804246917366982,
+        -0.01023420877754688,
+        -0.02989226765930653,
+        0.004172463901340961,
+        -0.02942979149520397,
+        0.001078153378330171,
+        -0.03257418796420097,
+        0.02998074144124985,
+        0.02213306538760662,
+        -0.01547399256378412,
+        -0.005982223898172379,
+        -0.0268718060106039,
+        -0.01487092766910791,
+        0.01257938705384731,
+        -0.01343930326402187,
+        0.03368159383535385,
+        -0.002948368666693568,
+        -0.008318896405398846,
+        0.0269066970795393,
+        -0.01247306820005178,
+        0.01483689621090889,
+        -0.02324487641453743,
+        0.008659060113132,
+        0.007928334176540375,
+        0.008812825195491314,
+        0.01273824740201235,
+        0.0002829151053447276,
+        -0.01134237367659807,
+        -0.002795565873384476,
+        -0.007141658570617437,
+        0.0140274902805686,
+        -0.003744504880160093,
+        0.0134784234687686,
+        -0.0008425145642831922,
+        0.01472835801541805,
+        -0.002704396843910217,
+        0.01471614465117455,
+        -0.009085068479180336,
+        0.0063670938834548,
+        -0.01500397268682718,
+        0.007163939997553825,
+        0.003199423896148801,
+        -0.004591755568981171,
+        0.001086150761693716,
+        -0.001627125893719494,
+        0.003654757980257273,
+        0.0001693631638772786,
+        0.01111394725739956,
+        0.004908347502350807,
+        -0.005839727818965912,
+        0.006466999650001526,
+        -0.01207190006971359,
+        0.008074800483882427,
+        -0.01008199527859688,
+        0.006729476153850555,
+        -0.001142363296821713
+      ],
+      [
+        0.03511973097920418,
+        0.04780225455760956,
+        0.02643201500177383,
+        0.0180997084826231,
+        0.02927521057426929,
+        0.04447335749864578,
+        -0.0133143151178956,
+        0.01704424247145653,
+        -0.03320597112178802,
+        -0.01587298326194286,
+        0.03136142715811729,
+        0.0009125583455897868,
+        -0.03208169713616371,
+        0.0004744152538478374,
+        -0.03481702879071236,
+        -0.02970411814749241,
+        -0.02202598936855793,
+        -0.01762066595256329,
+        0.00875539518892765,
+        -0.03101205453276634,
+        -0.01401236467063427,
+        -0.01222759112715721,
+        -0.009192137978971004,
+        -0.03456192463636398,
+        0.00306079420261085,
+        -0.002471843035891652,
+        -0.0269660409539938,
+        -0.007035586982965469,
+        -0.01320948358625174,
+        -0.02254626899957657,
+        0.01138715166598558,
+        -0.00941021554172039,
+        0.01393347699195147,
+        -0.01507089473307133,
+        0.002950611291453242,
+        0.01171670015901327,
+        0.003494893200695515,
+        -0.003692451398819685,
+        -0.01463683228939772,
+        0.003026894526556134,
+        -0.01469456125050783,
+        0.003081621369346976,
+        0.0154271274805069,
+        0.0009605410741642118,
+        0.01394980028271675,
+        0.006924115121364594,
+        0.0009633396985009313,
+        0.01470768917351961,
+        0.002106337575241923,
+        -0.0008284589857794344,
+        0.004431779496371746,
+        -0.002744849771261215,
+        0.0004146197170484811,
+        0.003659693291410804,
+        -0.002760211238637567,
+        0.01256211381405592,
+        0.00319076026789844,
+        0.005710604600608349,
+        0.0015194226289168,
+        0.01185976527631283,
+        0.000274754362180829,
+        0.00911021139472723,
+        0.002883519046008587,
+        0.0006380248232744634
+      ],
+      [
+        0.04124921560287476,
+        0.02322817035019398,
+        0.03575244545936584,
+        0.05163040012121201,
+        0.03425799310207367,
+        0.0256817601621151,
+        -0.00591109786182642,
+        0.05349626392126083,
+        0.03172514960169792,
+        0.03227860480546951,
+        0.04096727445721626,
+        0.009405293501913548,
+        -0.03161437064409256,
+        0.01259873807430267,
+        0.03484049066901207,
+        0.0122050866484642,
+        0.02292068302631378,
+        0.03938479721546173,
+        0.02095174975693226,
+        -0.006628003902733326,
+        -0.02127172611653805,
+        -0.02339161932468414,
+        0.01172061450779438,
+        0.01259431522339582,
+        -0.0003288098378106952,
+        0.01235149148851633,
+        0.02726034447550774,
+        0.0215956661850214,
+        -0.002075288444757462,
+        -0.009272986091673374,
+        0.001514307572506368,
+        -0.02358051761984825,
+        -0.01141120865941048,
+        0.002114350907504559,
+        -0.001849429565481842,
+        -0.005024305079132318,
+        0.004501448944211006,
+        0.01358474139124155,
+        0.01369236502796412,
+        0.0004205247678328305,
+        -0.008387734182178974,
+        -0.00378061062656343,
+        0.009414555504918098,
+        -0.004181916359812021,
+        -0.01399476174265146,
+        -0.008205422200262547,
+        -0.004246926866471767,
+        -0.006253041792660952,
+        -0.004303560592234135,
+        0.0005653089610859752,
+        0.004079068079590797,
+        0.004824345465749502,
+        -0.001462802640162408,
+        -0.005305355414748192,
+        -0.003153100144118071,
+        -0.0008627732167951763,
+        0.003171906573697925,
+        0.005410648416727781,
+        -0.003178449580445886,
+        -0.009100507013499737,
+        -0.006070619449019432,
+        -0.004090069327503443,
+        -0.004069122485816479,
+        -0.001407040865160525
+      ],
+      [
+        0.03243759647011757,
+        -0.0006730824243277311,
+        0.04679118096828461,
+        0.02576190605759621,
+        -0.0005309366970323026,
+        -0.001238754135556519,
+        0.04050477221608162,
+        0.04550430178642273,
+        0.01266632694751024,
+        -0.0003089104138780385,
+        -0.001070026773959398,
+        -0.001539439312182367,
+        0.02297140657901764,
+        0.05258812010288239,
+        0.02481456100940704,
+        0.006134278606623411,
+        -0.0001720560976536945,
+        -0.0006389325717464089,
+        -0.001445822766982019,
+        -0.001500239945016801,
+        0.003966158721596003,
+        0.04528932273387909,
+        0.0319657064974308,
+        0.01281083654612303,
+        0.002933138748630881,
+        -0.00008427481225226074,
+        -0.0003638388880062848,
+        -0.000854315294418484,
+        -0.001501601771451533,
+        -0.001201721373945475,
+        -0.009017445147037506,
+        0.0291623417288065,
+        0.03055468574166298,
+        0.01744801364839077,
+        0.006465739104896784,
+        0.00126811268273741,
+        -0.00002277626481372863,
+        -0.0001836266746977344,
+        -0.0004820054164156318,
+        -0.0008100466802716255,
+        -0.001253176480531693,
+        -0.0008042973931878805,
+        -0.01350347045809031,
+        0.01267109904438257,
+        0.0217981468886137,
+        0.01722489111125469,
+        0.00926143117249012,
+        0.002929342212155461,
+        0.0003992195415776223,
+        0.00001478043031966081,
+        -0.00004561081004794687,
+        -0.000247647607466206,
+        -0.0004133611510042101,
+        -0.0004958760691806674,
+        -0.0008578035049140453,
+        -0.0004509516584221274,
+        -0.01175164338201284,
+        0.00203617149963975,
+        0.01054374035447836,
+        0.01187279913574457,
+        0.009515559300780296,
+        0.004391471389681101,
+        0.0009464834001846611,
+        -0.00001673472252150532
+      ],
+      [
+        0.041213508695364,
+        -0.03310692682862282,
+        0.05773992091417313,
+        0.005715538747608662,
+        -0.005552811548113823,
+        -0.05703411996364594,
+        0.0462062656879425,
+        0.00915385689586401,
+        -0.01334547530859709,
+        0.003575626527890563,
+        -0.01026145555078983,
+        -0.06293129175901413,
+        0.0205884613096714,
+        0.008597122505307198,
+        -0.02583595924079418,
+        -0.002416717819869518,
+        -0.000252073397859931,
+        0.007365405559539795,
+        -0.01187591068446636,
+        -0.04968048632144928,
+        -0.004334892146289349,
+        0.00432377215474844,
+        -0.03266197070479393,
+        -0.004919991362839937,
+        0.000443348428234458,
+        -0.00008667593647260219,
+        -0.0005967823672108352,
+        0.009815228171646595,
+        -0.009086016565561295,
+        -0.02639413252472878,
+        -0.01811661012470722,
+        -0.001154979574494064,
+        -0.03028744272887707,
+        -0.006412569433450699,
+        0.0008341183420270681,
+        -0.00119622191414237,
+        0.0009210146963596344,
+        -0.0001109396471292712,
+        -0.0009737487998791039,
+        0.00932653434574604,
+        -0.003251827321946621,
+        -0.005467289127409458,
+        -0.01877945102751255,
+        -0.004882670938968658,
+        -0.02046932093799114,
+        -0.005815043114125729,
+        0.000849363743327558,
+        -0.002845421899110079,
+        -0.0002191550011048093,
+        0.0001167306545539759,
+        0.002294196048751473,
+        0.00005096954919281416,
+        -0.001271399785764515,
+        0.005894565489143133,
+        0.002548608230426908,
+        0.005099919158965349,
+        -0.01164000667631626,
+        -0.005317786242812872,
+        -0.00873152818530798,
+        -0.003215829376131296,
+        0.0001871437125373632,
+        -0.00449675228446722,
+        -0.0005135093233548105,
+        0.000363500788807869
+      ],
+      [
+        0.04158908501267433,
+        -0.006499741226434708,
+        0.05820758640766144,
+        -0.03328081220388412,
+        0.0067132324911654,
+        -0.01023629494011402,
+        0.04651663079857826,
+        -0.05718295648694038,
+        0.01328601967543364,
+        -0.00334651255980134,
+        0.01225014496594667,
+        -0.009253176860511303,
+        0.02079340629279613,
+        -0.06284234672784805,
+        0.02567728795111179,
+        -0.003386510536074638,
+        0.0002557987172622234,
+        -0.006707462947815657,
+        0.01389864552766085,
+        -0.004039369989186525,
+        -0.003971589729189873,
+        -0.04935307055711746,
+        0.0323706828057766,
+        -0.007050652522593737,
+        0.0002365439140703529,
+        0.001002009841613472,
+        0.0004547110293060541,
+        -0.008569963276386261,
+        0.01026076823472977,
+        0.002339619910344481,
+        -0.01739379204809666,
+        -0.02611399069428444,
+        0.02987205423414707,
+        -0.009536013938486576,
+        0.000475406734040007,
+        0.00002603282337076962,
+        -0.0008666430367156863,
+        0.002421036129817367,
+        0.000407957995776087,
+        -0.00758732995018363,
+        0.003219442907720804,
+        0.006470272317528725,
+        -0.01779754087328911,
+        -0.00561286648735404,
+        0.01999113708734512,
+        -0.009257561527192593,
+        0.0005327592953108251,
+        0.00010037738684332,
+        0.000229410215979442,
+        0.0003348947793710977,
+        -0.002176824491471052,
+        0.003910014405846596,
+        -0.0000168452643265482,
+        -0.004098179750144482,
+        -0.003451305674389005,
+        0.006760111544281244,
+        -0.0107866432517767,
+        0.004367482848465443,
+        0.008280404843389988,
+        -0.006073718890547752,
+        0.0001767471694620326,
+        0.000262481567915529,
+        0.0005453641642816365,
+        -0.0001932774757733569
+      ],
+      [
+        0.04844989627599716,
+        0.03785368055105209,
+        0.06727448850870132,
+        0.0004724104073829949,
+        0.000385981664294377,
+        0.06490940600633621,
+        0.05239947885274887,
+        0.0007689296035096049,
+        -0.01197219733148813,
+        0.00006645944813499227,
+        0.0008117200923152268,
+        0.07087887823581696,
+        0.02089113742113113,
+        0.0007207904709503055,
+        -0.02336147800087929,
+        0.00003781972554861568,
+        0.0002850573509931564,
+        0.00009126183431362733,
+        0.001121128094382584,
+        0.05456586554646492,
+        -0.008999542333185673,
+        0.0002971510111819953,
+        -0.02987481281161308,
+        -0.00004261404319549911,
+        -0.002309285569936037,
+        -0.0009386696619912982,
+        0.0005630162195302546,
+        0.00006865309114800766,
+        0.001107106450945139,
+        0.02678989060223103,
+        -0.02443317510187626,
+        -0.0003208919370081276,
+        -0.0281655453145504,
+        -0.0002987920888699591,
+        -0.005235487595200539,
+        -0.0002160971489502117,
+        -0.00003484752960503101,
+        -0.002259218599647284,
+        0.0006725942948833108,
+        0.00007651423220522702,
+        0.0006943020271137357,
+        0.002300131367519498,
+        -0.02322613447904587,
+        -0.0008366843103431165,
+        -0.01953399926424026,
+        -0.0006617260514758527,
+        -0.007897082716226578,
+        -0.0004992809845134616,
+        -0.000273837911663577,
+        -0.0004178730014245957,
+        -0.0000981936973403208,
+        -0.00362035003490746,
+        0.0004760505398735404,
+        0.0002535907260607928,
+        0.0000194127769646002,
+        -0.009318987838923931,
+        -0.01243343204259872,
+        -0.001004647114314139,
+        -0.008794869296252728,
+        -0.000930147129110992,
+        -0.009006024338304996,
+        -0.000756672234274447,
+        -0.0006913734250701964,
+        -0.00005445935312309302
+      ],
+      [
+        0.01986081525683403,
+        -0.0002531804493628442,
+        0.03336575999855995,
+        -0.00003886735066771507,
+        0.0001265257014892995,
+        -0.0005302104982547462,
+        0.0404994860291481,
+        -0.00007842081686249003,
+        2.1415928586066e-6,
+        -8.968908105089213e-7,
+        0.0003139014588668942,
+        -0.0008024786948226392,
+        0.04361747577786446,
+        -0.0001116453131544404,
+        5.280084678815911e-6,
+        -0.00001927843004523311,
+        -2.694494241950451e-6,
+        -3.1939919153956e-6,
+        0.0005651707760989666,
+        -0.001023247605189681,
+        0.04348870366811752,
+        -0.0001295938272960484,
+        9.433848390472122e-6,
+        -0.00005340178904589266,
+        0.00007402260962408036,
+        -3.562396159395576e-6,
+        -8.271743354271166e-6,
+        -8.22166748548625e-6,
+        0.0008544905576854944,
+        -0.001157045713625848,
+        0.04070602729916573,
+        -0.0001267708867089823,
+        0.00001414235975971678,
+        -0.0001067546036210842,
+        0.0002258154709124938,
+        1.282428030435767e-7,
+        2.153287368855672e-6,
+        -0.00001163063552667154,
+        -0.00001831086228776257,
+        -0.00001752889693307225,
+        0.001146853086538613,
+        -0.001183129264973104,
+        0.03589270263910294,
+        -0.0001020346317091025,
+        0.00001882555443444289,
+        -0.0001778113801265135,
+        0.000495997432153672,
+        5.352538323677436e-7,
+        1.589456388728649e-7,
+        -2.773749763207434e-8,
+        7.575577456009341e-6,
+        -0.00002721169403230306,
+        -0.00003372737410245463,
+        -0.00003266708154114895,
+        0.001403961214236915,
+        -0.001097311615012586,
+        0.02972002327442169,
+        -0.00005872577457921579,
+        0.00002289401891175658,
+        -0.0002610918018035591,
+        0.000904988672118634,
+        1.583934817972477e-6,
+        5.583017923527223e-7,
+        -3.586600598737277e-7
+      ]
+    ],
+    "Routing": [
+      1,
+      2,
+      3,
+      4,
+      5,
+      6,
+      7,
+      8,
+      9,
+      10,
+      11,
+      12,
+      13,
+      14,
+      15,
+      16,
+      17,
+      18,
+      19,
+      20,
+      21,
+      22,
+      23,
+      24,
+      25
+    ]
+  },
+  "LoudspeakerLayout": {
+    "Name": "A loudspeaker layout",
+    "Loudspeakers": [
+      {
+        "Azimuth": 0.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 1,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -24.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 2,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -48.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 3,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -72.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 4,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -102.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 5,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -138.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 6,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -178.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 7,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 142.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 8,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 102.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 9,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 70.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 10,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 45.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 11,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 23.0,
+        "Elevation": 0.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 12,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -24.0,
+        "Elevation": 28.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 13,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -69.0,
+        "Elevation": 28.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 14,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -115.0,
+        "Elevation": 27.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 15,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -159.0,
+        "Elevation": 27.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 16,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 155.0,
+        "Elevation": 28.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 17,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 112.0,
+        "Elevation": 28.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 18,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 66.0,
+        "Elevation": 29.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 19,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 22.0,
+        "Elevation": 28.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 20,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 0.0,
+        "Elevation": 60.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 21,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -91.0,
+        "Elevation": 59.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 22,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": -178.0,
+        "Elevation": 59.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 23,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 86.0,
+        "Elevation": 60.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 24,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 0.0,
+        "Elevation": 90.0,
+        "Radius": 1.0,
+        "IsImaginary": false,
+        "Channel": 25,
+        "Gain": 1.0
+      },
+      {
+        "Azimuth": 0.0,
+        "Elevation": -90.0,
+        "Radius": 1.0,
+        "IsImaginary": true,
+        "Channel": 25,
+        "Gain": 0.0
+      }
+    ]
+  }
+}
\ No newline at end of file
diff --git a/StereoEncoder/CMakeLists.txt b/StereoEncoder/CMakeLists.txt
index c264f83..e0c51ca 100644
--- a/StereoEncoder/CMakeLists.txt
+++ b/StereoEncoder/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (StereoEncoder
     COMPANY_NAME "IEM"
     PRODUCT_NAME "StereoEncoder"
     FORMATS ${IEM_FORMATS}
-    VERSION "1.4.4"
+    VERSION "1.4.5"
     LV2URI "http://plugins.iem.at/StereoEncoder")
 
 
diff --git a/ToolBox/CMakeLists.txt b/ToolBox/CMakeLists.txt
index 43a58d9..551c6f8 100644
--- a/ToolBox/CMakeLists.txt
+++ b/ToolBox/CMakeLists.txt
@@ -7,7 +7,7 @@ juce_add_plugin (ToolBox
     COMPANY_NAME "IEM"
     PRODUCT_NAME "ToolBox"
     FORMATS ${IEM_FORMATS}
-    VERSION "0.5.4"
+    VERSION "0.5.5"
     LV2URI "http://plugins.iem.at/ToolBox")
 
 
diff --git a/_configurationFiles/CUBE.json b/_configurationFiles/CUBE.json
index 62f8673..5e0a1e3 100644
--- a/_configurationFiles/CUBE.json
+++ b/_configurationFiles/CUBE.json
@@ -1,6 +1,6 @@
 {
   "Name": "All-Round Ambisonic decoder (AllRAD) and loudspeaker layout",
-  "Description": "This configuration file was created with the IEM AllRADecoder v0.9.1 plug-in. 14 Feb 2022 7:38:00am",
+  "Description": "This configuration file was created with the IEM AllRADecoder v0.9.4 plug-in. 13 Feb 2023 11:50:24am",
   "Decoder": {
     "Name": "Decoder",
     "Description": "A 7th order Ambisonics decoder using the AllRAD approach.",
@@ -9,1654 +9,1654 @@
     "WeightsAlreadyApplied": false,
     "Matrix": [
       [
-        0.0361722931265831,
-        1.12815371267061e-6,
-        -0.01138899940997362,
-        0.05566414073109627,
-        6.181695511031648e-8,
-        4.507385398255792e-8,
-        -0.01968084834516048,
-        -0.01718650013208389,
-        0.05534657835960388,
-        -1.474300688641961e-6,
-        4.068296220793854e-6,
-        5.689008503395598e-6,
-        0.003990065772086382,
-        -0.01630503125488758,
-        -0.01610290072858334,
-        0.0526295080780983,
-        -3.091827011303394e-6,
-        8.111386705422774e-6,
-        7.597868716402445e-6,
-        -8.533976142643951e-6,
-        0.00674736499786377,
-        -0.002017818856984377,
-        -0.009038480930030346,
-        -0.01440098416060209,
-        0.04834164306521416,
-        -4.549921868601814e-6,
-        0.00001074423562386073,
-        8.1143753050128e-6,
-        -0.00001139973483077483,
-        4.297852683521342e-6,
-        0.004324184264987707,
-        0.006979419849812984,
-        -0.006658708211034536,
-        -0.003970261197537184,
-        -0.01262333244085312,
-        0.04298277944326401,
-        -5.606284048553789e-6,
-        0.00001145344413089333,
-        7.722685950284358e-6,
-        -0.00001076697935786797,
-        5.322408924257616e-6,
-        -4.575017101160483e-6,
-        -0.00254310923628509,
-        0.006242617033421993,
-        0.005545037798583508,
-        -0.009115654043853283,
-        -0.0004189547034911811,
-        -0.01098828203976154,
-        0.03695409744977951,
-        -6.059545739844907e-6,
-        0.00001021597017825115,
-        6.370318260451313e-6,
-        -8.243482625402976e-6,
-        5.492808668350335e-6,
-        -7.437743988703005e-6,
-        5.886933195142774e-6,
-        -0.003924369346350431,
-        -0.0005003920523449779,
-        0.004888391587883234,
-        0.004617163445800543,
-        -0.01000814791768789,
-        0.001929826685227454,
-        -0.009571745991706848,
-        0.03061146102845669
+        0.0400921106338501,
+        -0.0004649758047889918,
+        -0.01447265595197678,
+        0.06133442744612694,
+        -0.0009151397971436381,
+        0.00008455116039840505,
+        -0.02142279222607613,
+        -0.02233448624610901,
+        0.06028260290622711,
+        -0.001274486654438078,
+        0.000132141140056774,
+        0.0001558232761453837,
+        0.00667652441188693,
+        -0.01762046664953232,
+        -0.02114018797874451,
+        0.05628004297614098,
+        -0.001501052989624441,
+        0.0001392372796544805,
+        0.0001872075808933005,
+        0.00007051341526675969,
+        0.007809330709278584,
+        0.0005337391048669815,
+        -0.009787545539438725,
+        -0.01879663951694965,
+        0.05034399032592773,
+        -0.001574856112711132,
+        0.0001183144777314737,
+        0.0001443946093786508,
+        0.0002040963881881908,
+        -0.00006187313556438312,
+        0.00321149779483676,
+        0.008873360231518745,
+        -0.00509501900523901,
+        -0.004441661760210991,
+        -0.01605690643191338,
+        0.04315893724560738,
+        -0.001496005686931312,
+        0.0000849607095005922,
+        0.00006141328776720911,
+        0.0003386398311704397,
+        -0.00007821428880561143,
+        -0.00009172206773655489,
+        -0.004044767469167709,
+        0.005274512805044651,
+        0.007616837974637747,
+        -0.008236916735768318,
+        -0.0007863491191528738,
+        -0.01330046728253365,
+        0.03531250730156898,
+        -0.001282560522668064,
+        0.00005312886423780583,
+        -0.00003161502172588371,
+        0.0004368892405182123,
+        -0.00006572363781742752,
+        -0.0001469678245484829,
+        -0.00001483481264585862,
+        -0.003767643822357059,
+        -0.002409847220405936,
+        0.004345973022282124,
+        0.00659477012231946,
+        -0.009509011171758175,
+        0.001554728602059186,
+        -0.01073468942195177,
+        0.02733565494418144
       ],
       [
-        0.03442931547760963,
-        -0.01992380805313587,
-        -0.01735342107713223,
-        0.04815490543842316,
-        -0.03611255064606667,
-        0.01074501965194941,
-        -0.01642278023064137,
-        -0.02606712281703949,
-        0.03619343042373657,
-        -0.0443367026746273,
-        0.01964392699301243,
-        0.004652289673686028,
-        0.01191671658307314,
-        -0.01118069514632225,
-        -0.01981211639940739,
-        0.01850356720387936,
-        -0.04363317042589188,
-        0.02360579371452332,
-        0.00421468261629343,
-        -0.003217724384739995,
-        0.005681649781763554,
-        0.007837223820388317,
-        -0.004149301908910275,
-        -0.01001372467726469,
-        0.0002455900830682367,
-        -0.03560520708560944,
-        0.02225260622799397,
-        0.002016422804445028,
-        -0.001752413925714791,
-        -0.003053106600418687,
-        -0.002497500274330378,
-        0.007349914871156216,
-        0.00181288574822247,
-        -0.0007523210369981825,
-        -0.0003484465705696493,
-        -0.01430202554911375,
-        -0.02350983768701553,
-        0.01704949513077736,
-        -0.000135812908411026,
-        0.001513044000603259,
-        -0.005892555229365826,
-        0.0007715297397226095,
-        -0.004923419561237097,
-        -0.00191700563300401,
-        0.005894936621189117,
-        -0.0005739881889894605,
-        0.0001114063925342634,
-        0.006513152737170458,
-        -0.02263132855296135,
-        -0.01102700736373663,
-        0.01038072817027569,
-        -0.001389147015288472,
-        0.004346004221588373,
-        -0.00775116728618741,
-        0.001157621270976961,
-        0.001955516869202256,
-        0.0006039808504283428,
-        -0.004728100728243589,
-        -0.001219979370944202,
-        0.003245766740292311,
-        0.00004058191188960336,
-        -0.0004112282767891884,
-        0.009413245134055614,
-        -0.02438039518892765
+        0.0342964231967926,
+        -0.02107610553503036,
+        -0.01776197925209999,
+        0.04735217988491058,
+        -0.03769038245081902,
+        0.01178374607115984,
+        -0.01619192585349083,
+        -0.02646947279572487,
+        0.0339517816901207,
+        -0.04517742991447449,
+        0.02136244438588619,
+        0.004786686506122351,
+        0.01252135634422302,
+        -0.01075620763003826,
+        -0.0192366112023592,
+        0.01469509303569794,
+        -0.0427236296236515,
+        0.02516904659569263,
+        0.004177156370133162,
+        -0.003779798746109009,
+        0.005534927360713482,
+        0.008487440645694733,
+        -0.003765008179470897,
+        -0.00817839615046978,
+        -0.004473246168345213,
+        -0.03253687918186188,
+        0.02286173962056637,
+        0.001852513407357037,
+        -0.002432154724374413,
+        -0.003220864338800311,
+        -0.003015622263774276,
+        0.007236853707581758,
+        0.002186677185818553,
+        -0.0006046468042768538,
+        0.002404545433819294,
+        -0.01876596920192242,
+        -0.01865138113498688,
+        0.01632423512637615,
+        -0.0002211539976997301,
+        0.0008998116245493293,
+        -0.006279496476054192,
+        0.001107018440961838,
+        -0.005054538138210773,
+        -0.002483401913195848,
+        0.005655615124851465,
+        -0.0002970847417600453,
+        -0.000024997498258017,
+        0.009430301375687122,
+        -0.02564744278788567,
+        -0.005365585442632437,
+        0.008493680506944656,
+        -0.001212744973599911,
+        0.003736914368346334,
+        -0.008211578242480755,
+        0.001667046803049743,
+        0.002212007995694876,
+        0.001004830119200051,
+        -0.004969503730535507,
+        -0.001497038756497204,
+        0.002669364446774125,
+        0.0003867200866807252,
+        -0.0007006794330663979,
+        0.01170474290847778,
+        -0.02519514597952366
       ],
       [
-        0.04205170273780823,
-        -0.04545512422919273,
-        -0.01587261632084846,
-        0.04523700848221779,
-        -0.06276129931211472,
-        0.01781811751425266,
-        -0.02199892699718475,
-        -0.01700085215270519,
-        -0.00027451929054223,
-        -0.04093683511018753,
-        0.02321804873645306,
-        0.01239391788840294,
-        0.007911613211035728,
-        -0.01252630446106195,
-        0.001256030518561602,
-        -0.04147512838244438,
-        0.000486686039948836,
-        0.01301652286201715,
-        0.00939289852976799,
-        -0.001558929798193276,
-        0.00763723673298955,
-        0.0009355261572636664,
-        -0.0001747826318023726,
-        0.01570303179323673,
-        -0.05176874995231628,
-        0.03153299540281296,
-        -0.002418126445263624,
-        0.002887919545173645,
-        0.004321574233472347,
-        -0.006235416978597641,
-        0.002430729800835252,
-        0.006103674415498972,
-        -0.0007417891174554825,
-        0.00261447811499238,
-        0.01676104217767715,
-        -0.0306868776679039,
-        0.03560128808021545,
-        -0.01119132805615664,
-        0.0001508009008830413,
-        0.006178807932883501,
-        -0.007582611870020628,
-        -0.002734068781137466,
-        -0.004056818317621946,
-        0.003204156644642353,
-        -0.0003305939026176929,
-        0.004921220242977142,
-        0.0002164356410503387,
-        0.007300816010683775,
-        0.0007137539214454591,
-        0.01862331107258797,
-        -0.009578673169016838,
-        0.00151829537935555,
-        0.0008860304951667786,
-        -0.004200366791337729,
-        -0.003343344200402498,
-        0.001923135947436094,
-        -0.002955884672701359,
-        -0.001635684981010854,
-        0.0005394192412495613,
-        -0.005099841859191656,
-        0.009425051510334015,
-        -0.001418088679201901,
-        -0.002866827184334397,
-        0.01979107968509197
+        0.04065708816051483,
+        -0.04603457823395729,
+        -0.0149405337870121,
+        0.04173549637198448,
+        -0.06068290024995804,
+        0.01725944690406322,
+        -0.02162355184555054,
+        -0.01536666043102741,
+        -0.005942484829574823,
+        -0.03387755528092384,
+        0.02172384597361088,
+        0.01308409497141838,
+        0.007093003019690514,
+        -0.01194263249635696,
+        0.002591335447505116,
+        -0.04557711258530617,
+        0.009800425730645657,
+        0.01100516971200705,
+        0.009756552986800671,
+        -0.00082530512008816,
+        0.007882255129516125,
+        0.0005019389209337533,
+        0.0008538413094356656,
+        0.01597732864320278,
+        -0.04967192187905312,
+        0.03701648488640785,
+        -0.004043011460453272,
+        0.002724191173911095,
+        0.004840852692723274,
+        -0.006701627746224403,
+        0.00298961834050715,
+        0.006054622586816549,
+        0.0001532086316728964,
+        0.003474733792245388,
+        0.01596337743103504,
+        -0.02228324115276337,
+        0.03363923728466034,
+        -0.01202586758881807,
+        -0.00005013465488445945,
+        0.005145000293850899,
+        -0.007764534093439579,
+        -0.003629356855526567,
+        -0.004190721083432436,
+        0.003487227018922567,
+        -0.0008543009753338993,
+        0.006259799003601074,
+        0.0007601204561069608,
+        0.006109337788075209,
+        0.01012920495122671,
+        0.01156950835138559,
+        -0.009926063939929008,
+        0.001380632515065372,
+        -0.001426386996172369,
+        -0.003881702898070216,
+        -0.004164223559200764,
+        0.001987543189898133,
+        -0.00364485033787787,
+        -0.001702170819044113,
+        -0.0001683160662651062,
+        -0.005562486592680216,
+        0.009347911924123764,
+        -0.0007561974343843758,
+        -0.003994694445282221,
+        0.0243497509509325
       ],
       [
-        0.04656525701284409,
-        -0.06815113872289658,
-        -0.01587461680173874,
-        0.01940025947988033,
-        -0.03602878004312515,
-        0.02266484685242176,
-        -0.02478936314582825,
-        -0.008558131754398346,
-        -0.05827942490577698,
-        0.04192191362380981,
-        0.01554286573082209,
-        0.01933440752327442,
-        0.006591260898858309,
-        -0.00503636198118329,
-        0.01677914895117283,
-        -0.04597669839859009,
-        0.04795344546437263,
-        -0.008417874574661255,
-        0.004983903840184212,
-        0.001122492598369718,
-        0.008402582257986069,
-        0.001455064979381859,
-        0.009322987869381905,
-        0.01880412362515926,
-        0.02363464422523975,
-        -0.007351807784289122,
-        -0.01811433024704456,
-        -0.003323641838505864,
-        0.001057049259543419,
-        -0.008532286621630192,
-        0.004303109832108021,
-        0.00279845017939806,
-        0.007120763882994652,
-        0.002773453714326024,
-        -0.0002771044964902103,
-        0.04274669289588928,
-        -0.03267717733979225,
-        -0.005752793047577143,
-        -0.0001486591354478151,
-        -0.008844450116157532,
-        -0.004965987987816334,
-        -0.006443260703235865,
-        -0.003590557957068086,
-        0.0005664688651449978,
-        -0.005604752339422703,
-        0.004768005106598139,
-        -0.000425576523412019,
-        -0.01444345153868198,
-        0.0041973483748734,
-        -0.00990566611289978,
-        0.009377514943480492,
-        -0.0003170612326357514,
-        -0.007694799918681383,
-        0.002527130767703056,
-        -0.0009073548135347664,
-        0.001059286529198289,
-        -0.004111310001462698,
-        -0.001211372902616858,
-        -0.005031874403357506,
-        -0.006225151475518942,
-        -0.00737024424597621,
-        0.001833683927543461,
-        -0.008775374852120876,
-        -0.02078286930918694
+        0.03868172690272331,
+        -0.05592372640967369,
+        -0.02001488395035267,
+        0.01621832139790058,
+        -0.03020409494638443,
+        0.03127902373671532,
+        -0.01824599504470825,
+        -0.008789833635091782,
+        -0.04754282161593437,
+        0.0340556912124157,
+        0.01651853322982788,
+        0.0126521959900856,
+        0.01406484935432673,
+        -0.003800127655267715,
+        0.02716118842363358,
+        -0.03891603276133537,
+        0.04130231216549873,
+        -0.01953708566725254,
+        0.003573594382032752,
+        -0.00998733751475811,
+        0.006232182960957289,
+        0.002642079954966903,
+        0.0051430594176054,
+        0.02083516679704189,
+        0.01892240345478058,
+        -0.005150380078703165,
+        -0.02116259932518005,
+        -0.001168606569990516,
+        -0.001482416992075741,
+        -0.008528882637619972,
+        -0.003337668254971504,
+        0.002541874535381794,
+        -0.003177848644554615,
+        0.001877924310974777,
+        -0.01111659500747919,
+        0.03784719482064247,
+        -0.03019599057734013,
+        0.003987324889749289,
+        -0.00006237863271962851,
+        -0.000361187441740185,
+        -0.005072973668575287,
+        0.002915265271440148,
+        -0.005695758853107691,
+        -0.0006114325951784849,
+        -0.007906748913228512,
+        0.001343158888630569,
+        0.0004116399213671684,
+        -0.01812397129833698,
+        0.005088566336780787,
+        -0.01077246759086847,
+        0.01308810245245695,
+        -0.0005417107604444027,
+        -0.00418078014627099,
+        0.006231715902686119,
+        0.0009092795662581921,
+        0.005854085087776184,
+        0.001101893256418407,
+        -0.001680649584159255,
+        0.002239867812022567,
+        -0.007043378427624702,
+        -0.001131851109676063,
+        0.001181589090265334,
+        -0.000596799305640161,
+        -0.02059685625135899
       ],
       [
-        0.05174450576305389,
-        -0.07476051151752472,
-        -0.0260082446038723,
-        -0.0184781402349472,
-        0.03345188125967979,
-        0.04029064998030663,
-        -0.02460901066660881,
-        0.009457451291382313,
-        -0.06355399638414383,
-        0.04628344997763634,
-        -0.01692206785082817,
-        0.01724131777882576,
-        0.01769434101879597,
-        0.004484401550143957,
-        0.0345466285943985,
-        0.04103249683976173,
-        -0.04052410647273064,
-        -0.02476564235985279,
-        -0.004285449627786875,
-        -0.01179474778473377,
-        0.008443538099527359,
-        -0.00248252903111279,
-        0.007207768969237804,
-        -0.01959319785237312,
-        0.02817794308066368,
-        -0.01325585879385471,
-        0.01732183434069157,
-        -0.001897989539429545,
-        0.0006090902024880052,
-        -0.01132393442094326,
-        -0.003475726814940572,
-        -0.002880772575736046,
-        -0.002802974078804255,
-        -0.002478031441569328,
-        -0.01491672266274691,
-        -0.03365112096071243,
-        0.02353127300739288,
-        0.007674054242670536,
-        0.0006840426358394325,
-        -0.001757815014570951,
-        0.005431488156318665,
-        0.002634751610457897,
-        -0.007345673628151417,
-        0.0002578527783043683,
-        -0.01033218950033188,
-        -0.002911587944254279,
-        0.0003340621187817305,
-        0.01173861790448427,
-        -0.003647119039669633,
-        -0.0005711640696972609,
-        -0.005248958244919777,
-        -0.0008398573263548315,
-        0.00598399993032217,
-        0.008165646344423294,
-        -0.0001763304899213836,
-        0.007268446497619152,
-        0.0007470297277905047,
-        0.001733708195388317,
-        0.001876080059446394,
-        0.006941188126802444,
-        -0.002764849225059152,
-        -0.0004047620459459722,
-        0.004052430391311646,
-        0.01341109164059162
+        0.05360725149512291,
+        -0.07859019190073013,
+        -0.02188160829246044,
+        -0.01764381490647793,
+        0.03210865706205368,
+        0.03267200291156769,
+        -0.02760136313736439,
+        0.009410236030817032,
+        -0.06856434047222137,
+        0.05220147222280502,
+        -0.0171909537166357,
+        0.02129197493195534,
+        0.01200048625469208,
+        0.004135215654969215,
+        0.0263910461217165,
+        0.03974507749080658,
+        -0.03973206132650375,
+        -0.01672441512346268,
+        -0.003777400590479374,
+        -0.004025108180940151,
+        0.009943107143044472,
+        -0.002718302188441157,
+        0.01058670040220022,
+        -0.02065645717084408,
+        0.03440065309405327,
+        -0.01904647052288055,
+        0.01949615590274334,
+        -0.0043368861079216,
+        0.001267799292691052,
+        -0.0116523914039135,
+        0.001775852520950139,
+        -0.002694260329008102,
+        0.004399876110255718,
+        -0.001850032480433583,
+        -0.007180697750300169,
+        -0.03343243524432182,
+        0.02358265593647957,
+        0.000183564581675455,
+        -0.00008996493852464482,
+        -0.008280499838292599,
+        0.005206711124628782,
+        -0.004129035864025354,
+        -0.006216513458639383,
+        0.0005422745598480105,
+        -0.009275522083044052,
+        -0.001811117050237954,
+        -0.001128136995248497,
+        0.01499559171497822,
+        -0.008430219255387783,
+        0.003008639439940453,
+        -0.009214076213538647,
+        -0.0002101412828778848,
+        0.004558441694825888,
+        0.006159028504043818,
+        -0.000768145255278796,
+        0.004522841889411211,
+        -0.003264413215219975,
+        0.001709974836558104,
+        -0.003925658762454987,
+        0.006862947717308998,
+        -0.008540499024093151,
+        -0.001325939781963825,
+        -0.003246479667723179,
+        0.01323559693992138
       ],
       [
-        0.06679612398147583,
-        -0.0645066574215889,
-        -0.02623303048312664,
-        -0.07532975077629089,
-        0.0888335108757019,
-        0.02505231834948063,
-        -0.03422171249985695,
-        0.03079881705343723,
-        0.01370868273079395,
-        -0.0618932768702507,
-        -0.03349865227937698,
-        0.01723478920757771,
-        0.01357754413038492,
-        0.01972625777125359,
-        -0.007307577412575483,
-        0.03864216059446335,
-        0.01548794936388731,
-        0.02290369011461735,
-        -0.01249938365072012,
-        -0.001788297086022794,
-        0.01158750522881746,
-        -0.003404876217246056,
-        -0.001530593377538025,
-        -0.01086611393839121,
-        -0.05028818175196648,
-        0.01324834302067757,
-        -0.007562192156910896,
-        0.003402807749807835,
-        -0.006004033144563437,
-        -0.008494742214679718,
-        0.002975750481709838,
-        -0.0100852781906724,
-        0.0004761265590786934,
-        -0.002515100408345461,
-        0.01380547042936087,
-        0.02963248267769814,
-        -0.01400221884250641,
-        -0.0002684176433831453,
-        0.0002209196100011468,
-        0.007890673354268074,
-        0.01053316984325647,
-        -0.003982550464570522,
-        -0.006487837992608547,
-        -0.003682368900626898,
-        0.002144830301403999,
-        -0.006720067467540503,
-        -0.0003118262102361768,
-        -0.007489954587072134,
-        -0.006185819394886494,
-        0.002602098044008017,
-        0.00008067633461905643,
-        0.001040355418808758,
-        -0.001871238928288221,
-        -0.007255489937961102,
-        0.004203013144433498,
-        0.002379851182922721,
-        -0.003847306594252586,
-        0.003373840358108282,
-        -0.0003226690751034766,
-        0.003375610802322626,
-        0.01051010563969612,
-        0.002003765199333429,
-        0.002171201165765524,
-        -0.001292318338528275
+        0.06033581122756004,
+        -0.05874833464622498,
+        -0.02607163414359093,
+        -0.06793012470006943,
+        0.08160395920276642,
+        0.02605104073882103,
+        -0.03050238080322742,
+        0.03075615130364895,
+        0.01176700554788113,
+        -0.05761991441249847,
+        -0.03541114553809166,
+        0.01544712390750647,
+        0.01523416023701429,
+        0.01763940416276455,
+        -0.005997851956635714,
+        0.03725640475749969,
+        0.01400372479110956,
+        0.02396433241665363,
+        -0.01163925882428885,
+        -0.004321527201682329,
+        0.01099928375333548,
+        -0.005550025030970573,
+        -0.001427435432560742,
+        -0.01402874942868948,
+        -0.04966205358505249,
+        0.01508950628340244,
+        -0.00627949321642518,
+        0.003700492205098271,
+        -0.00267090811394155,
+        -0.008919114246964455,
+        0.0006249365396797657,
+        -0.01030099485069513,
+        0.0002326184621779248,
+        -0.002704382641240954,
+        0.0173046812415123,
+        0.03070145845413208,
+        -0.01755630970001221,
+        -0.003198179882019758,
+        0.00002694220711418893,
+        0.006184149533510208,
+        0.01190141029655933,
+        -0.002091648988425732,
+        -0.007569880224764347,
+        -0.001952432096004486,
+        0.001836291747167706,
+        -0.004843107890337706,
+        0.0005916946101933718,
+        -0.009178237058222294,
+        -0.006560918875038624,
+        0.005935604218393564,
+        0.002444987185299397,
+        0.0005137053085491061,
+        -0.001931098406203091,
+        -0.008326086215674877,
+        0.002714887028560042,
+        0.004031463526189327,
+        -0.002760314382612705,
+        0.004837954416871071,
+        -0.0001193126227008179,
+        0.005025238264352083,
+        0.009250503033399582,
+        0.001184109481982887,
+        0.001672807731665671,
+        -0.00331266107968986
       ],
       [
-        0.06505532562732697,
-        6.766975729988189e-6,
-        -0.02712508849799633,
-        -0.09652054309844971,
-        -0.00001155735117208678,
-        -7.378458803941612e-7,
-        -0.03285942599177361,
-        0.04142666608095169,
-        0.08768144994974136,
-        0.00001227670509251766,
-        4.171121190665872e-7,
-        -1.644056965233176e-6,
-        0.01516426727175713,
-        0.0249450858682394,
-        -0.03596331924200058,
-        -0.0716182142496109,
-        -9.1368674475234e-6,
-        1.759079623298021e-6,
-        -4.966773659020873e-9,
-        -6.87486419792549e-7,
-        0.01128149963915348,
-        -0.005976867396384478,
-        -0.01203197333961725,
-        0.02649618312716484,
-        0.0522877499461174,
-        3.669395482575055e-6,
-        -4.516383341979235e-6,
-        1.288319481318467e-6,
-        4.003018602816155e-6,
-        -3.679550218294025e-6,
-        0.0014151013456285,
-        -0.01342704705893993,
-        -0.004098002798855305,
-        0.004210872109979391,
-        -0.01600036770105362,
-        -0.03306474164128304,
-        2.113178652507486e-6,
-        5.823284936923301e-6,
-        -2.607913245356031e-7,
-        -6.575480256287847e-6,
-        6.095269782235846e-6,
-        5.267461347102653e-6,
-        -0.007085596211254597,
-        -0.003635564120486379,
-        0.01136185973882675,
-        0.009240684099495411,
-        0.00007655954686924815,
-        0.006685359869152308,
-        0.0165814682841301,
-        -6.4232776821882e-6,
-        -4.258741682861e-6,
-        -2.884999503294239e-6,
-        6.08541222391068e-6,
-        -6.168123945826665e-6,
-        -8.36926483316347e-6,
-        1.271462906515808e-6,
-        -0.002910938579589128,
-        0.005228349007666111,
-        0.003057354828342795,
-        -0.008615451864898205,
-        -0.01040084008127451,
-        -0.0019454873399809,
-        0.00005102225986775011,
-        -0.004442435689270496
+        0.0638883113861084,
+        -0.002522807801142335,
+        -0.02730552293360233,
+        -0.09469877928495407,
+        0.004447712562978268,
+        0.001921999617479742,
+        -0.0323159284889698,
+        0.04190260544419289,
+        0.08577811717987061,
+        -0.005237940233200788,
+        -0.003616660600528121,
+        0.0003996653249487281,
+        0.01574189029633999,
+        0.02468938939273357,
+        -0.03658609092235565,
+        -0.06969219446182251,
+        0.0048050656914711,
+        0.004467743914574385,
+        -0.000204379262868315,
+        -0.0008773112203925848,
+        0.01149505283683538,
+        -0.006858958397060633,
+        -0.01213837787508965,
+        0.02723030000925064,
+        0.05043385550379753,
+        -0.003418592968955636,
+        -0.004314281977713108,
+        -0.00008174937829608098,
+        0.0009995092405006289,
+        -0.0004044169909320772,
+        0.0009707297431305051,
+        -0.01405518408864737,
+        -0.003259849268943071,
+        0.004578812047839165,
+        -0.01684772223234177,
+        -0.03140576928853989,
+        0.001579590723849833,
+        0.003342389594763517,
+        0.0002286278322571889,
+        -0.0007092308951541781,
+        0.000945485255215317,
+        0.0004812858533114195,
+        -0.007742642425000668,
+        -0.003324433695524931,
+        0.01215132512152195,
+        0.008481393568217754,
+        -0.0004601666587404907,
+        0.007657517213374376,
+        0.01523350272327662,
+        0.0001559334486955777,
+        -0.001953627681359649,
+        -0.0001836063311202452,
+        0.0003064257907681167,
+        -0.001409482676535845,
+        -0.0007634848007000983,
+        0.0004256729444023222,
+        -0.002995523856952786,
+        0.006218802183866501,
+        0.003029624233022332,
+        -0.009440922178328037,
+        -0.009733675047755241,
+        -0.00132844049949199,
+        -0.001033663051202893,
+        -0.003476094454526901
       ],
       [
-        0.06680585443973541,
-        0.06451138854026794,
-        -0.02623054757714272,
-        -0.07534031569957733,
-        -0.08883950859308243,
-        -0.02504419721662998,
-        -0.03422180563211441,
-        0.03079181909561157,
-        0.01371500734239817,
-        0.06189706549048424,
-        0.03348810598254204,
-        -0.01723211817443371,
-        0.01356168836355209,
-        0.01973001472651958,
-        -0.007308714091777802,
-        0.03863900154829025,
-        -0.01548714656382799,
-        -0.0229018572717905,
-        0.01249893568456173,
-        0.001775899552740157,
-        0.01159171294420958,
-        -0.003392965998500586,
-        -0.001540667260996997,
-        -0.01085990108549595,
-        -0.05028501152992249,
-        -0.01325199846178293,
-        0.00756748067215085,
-        -0.003409686731174588,
-        0.006011960096657276,
-        0.008489804342389107,
-        0.002984091639518738,
-        -0.01009191945195198,
-        0.0004825527721550316,
-        -0.002507498254999518,
-        0.01380715798586607,
-        0.02962395362555981,
-        0.01400166843086481,
-        0.0002694051072467119,
-        -0.0002152701345039532,
-        -0.007878570817410946,
-        -0.01053338032215834,
-        0.00399729935452342,
-        -0.006486281286925077,
-        -0.003683335613459349,
-        0.002150097396224737,
-        -0.006722588557749987,
-        -0.0003124596842098981,
-        -0.00749927619472146,
-        -0.00617107329890132,
-        -0.002593635814264417,
-        -0.00008818980859359726,
-        -0.001041008858010173,
-        0.001862110570073128,
-        0.007251011207699776,
-        -0.004201567731797695,
-        -0.002391048008576035,
-        -0.003859692718833685,
-        0.003371997736394405,
-        -0.0003325037250760943,
-        0.003372917184606194,
-        0.01049102284014225,
-        0.002004186157137156,
-        0.002175228670239449,
-        -0.00130618188995868
+        0.06377174705266953,
+        0.05931947752833366,
+        -0.02734849601984024,
+        -0.07358040660619736,
+        -0.08375293016433716,
+        -0.02523521520197392,
+        -0.03214968368411064,
+        0.03360660374164581,
+        0.01795360632240772,
+        0.06200052052736282,
+        0.03533487021923065,
+        -0.0157442819327116,
+        0.0157819539308548,
+        0.0187640693038702,
+        -0.01072999183088541,
+        0.03176231309771538,
+        -0.01998839154839516,
+        -0.02650430239737034,
+        0.01187502220273018,
+        0.003422392532229424,
+        0.01139780320227146,
+        -0.006232398096472025,
+        -0.00172084360383451,
+        -0.008704156614840031,
+        -0.04636263102293015,
+        -0.009154106490314007,
+        0.01126158516854048,
+        -0.003594930982217193,
+        0.003426518524065614,
+        0.008723102509975433,
+        0.0008096704841591418,
+        -0.01086042262613773,
+        0.001410734141245484,
+        -0.00277975364588201,
+        0.01388533692806959,
+        0.03015506081283092,
+        0.0131740802899003,
+        -0.001982668647542596,
+        -0.0003639102797023952,
+        -0.006254884880036116,
+        -0.01172470860183239,
+        0.00273272767663002,
+        -0.007624309975653887,
+        -0.001747063943184912,
+        0.003037488553673029,
+        -0.005925519391894341,
+        0.0006258739158511162,
+        -0.008875239640474319,
+        -0.007935900241136551,
+        -0.003464654088020325,
+        0.0008072789059951901,
+        -0.0002022553817369044,
+        0.001747253118082881,
+        0.009001508355140686,
+        -0.003070232225582004,
+        -0.003503223415464163,
+        -0.002846986521035433,
+        0.005051090382039547,
+        -0.001066171680577099,
+        0.003286442253738642,
+        0.009679533541202545,
+        0.001263412064872682,
+        0.003343899501487613,
+        -0.001533167320303619
       ],
       [
-        0.05173546075820923,
-        0.07474859058856964,
-        -0.02601039595901966,
-        -0.01847920008003712,
-        -0.03345201164484024,
-        -0.04030005261301994,
-        -0.02460990473628044,
-        0.00946289487183094,
-        -0.06354021281003952,
-        -0.04627015441656113,
-        0.01693234778940678,
-        -0.01724104769527912,
-        0.0177084282040596,
-        0.004484708420932293,
-        0.03455281257629395,
-        0.04102890938520432,
-        0.04051651060581207,
-        0.02476721443235874,
-        0.004285180475562811,
-        0.01180686056613922,
-        0.008442245423793793,
-        -0.002487271791324019,
-        0.007213239558041096,
-        -0.01960332132875919,
-        0.02816891483962536,
-        0.01325373910367489,
-        -0.01732886210083961,
-        0.0019087556283921,
-        -0.0006115407450124621,
-        0.01133340783417225,
-        -0.003480722662061453,
-        -0.002879322972148657,
-        -0.002814160427078605,
-        -0.002481996780261397,
-        -0.01491588074713945,
-        -0.03364204987883568,
-        -0.0235244520008564,
-        -0.007673110347241163,
-        -0.0006958394078537822,
-        0.001745783723890781,
-        -0.005435155238956213,
-        -0.002650302601978183,
-        -0.007352958433330059,
-        0.0002540239365771413,
-        -0.01034167408943176,
-        -0.002911370247602463,
-        0.000322753272484988,
-        0.01174331083893776,
-        -0.003651859704405069,
-        0.0005622328608296812,
-        0.005253991577774286,
-        0.000833996688015759,
-        -0.005983601789921522,
-        -0.008170462213456631,
-        0.0001711304939817637,
-        -0.007260301616042852,
-        0.0007561928941868246,
-        0.001736977254040539,
-        0.001888972707092762,
-        0.006949990522116423,
-        -0.002753206063061953,
-        -0.0003859653952531517,
-        0.00405107019469142,
-        0.0134091479703784
+        0.05857080966234207,
+        0.08523166179656982,
+        -0.02383607439696789,
+        -0.01964508928358555,
+        -0.03497123718261719,
+        -0.03515806421637535,
+        -0.02999783121049404,
+        0.01099847909063101,
+        -0.07279255986213684,
+        -0.05349165201187134,
+        0.01975632272660732,
+        -0.02280895411968231,
+        0.01299282629042864,
+        0.004407824482768774,
+        0.02725266478955746,
+        0.04170988872647285,
+        0.03941990807652473,
+        0.01569808833301067,
+        0.003805153537541628,
+        0.004094566218554974,
+        0.01053064037114382,
+        -0.003451280063018203,
+        0.01104956213384867,
+        -0.02294184267520905,
+        0.03356544673442841,
+        0.01761075668036938,
+        -0.02046162262558937,
+        0.004380890168249607,
+        -0.002023671288043261,
+        0.01217500492930412,
+        0.001949647441506386,
+        -0.002986883977428079,
+        0.005180825013667345,
+        -0.001679459121078253,
+        -0.005001368466764688,
+        -0.03051329590380192,
+        -0.01886310242116451,
+        0.001939363428391516,
+        0.0001859830954344943,
+        0.009244109503924847,
+        -0.005834530107676983,
+        0.004422067198902369,
+        -0.006462727673351765,
+        0.0009479611762799323,
+        -0.00936395488679409,
+        -0.001290855230763555,
+        -0.001080066431313753,
+        0.01437104493379593,
+        -0.007779037579894066,
+        -0.003734061494469643,
+        0.007548140361905098,
+        0.0003077113069593906,
+        -0.004157561343163252,
+        -0.005696957930922508,
+        0.001363591756671667,
+        -0.004453228786587715,
+        -0.003288572654128075,
+        0.002046831883490086,
+        -0.004250225611031055,
+        0.007587614934891462,
+        -0.009206480346620083,
+        -0.001136707258410752,
+        -0.004315278958529234,
+        0.008181641809642315
       ],
       [
-        0.04656621441245079,
-        0.06815498322248459,
-        -0.01586400158703327,
-        0.01939375698566437,
-        0.03602024540305138,
-        -0.02264956012368202,
-        -0.02479203045368195,
-        -0.008553365245461464,
-        -0.05828589200973511,
-        -0.04192877933382988,
-        -0.01554094068706036,
-        -0.01933236606419086,
-        0.006581669207662344,
-        -0.00504344841465354,
-        0.01676916889846325,
-        -0.04596870020031929,
-        -0.0479472391307354,
-        0.008412160910665989,
-        -0.004994182847440243,
-        -0.001135589671321213,
-        0.008395086973905563,
-        0.001463300897739828,
-        0.009310780093073845,
-        0.01881003379821777,
-        0.02364007011055946,
-        0.007354594767093658,
-        0.01813020184636116,
-        0.003305927384644747,
-        -0.001043639378622174,
-        0.008518115617334843,
-        0.004315589088946581,
-        0.002796832704916596,
-        0.007140058092772961,
-        0.002783577423542738,
-        -0.0002730288833845407,
-        0.04274237528443336,
-        0.03267416730523109,
-        0.005757911596447229,
-        0.0001564619014970958,
-        0.008866319432854652,
-        0.004964900203049183,
-        0.00646510161459446,
-        -0.003587285755202174,
-        0.0005666256183758378,
-        -0.005601316690444946,
-        0.00475288275629282,
-        -0.000407974177505821,
-        -0.01446794904768467,
-        0.004197367932647467,
-        0.009907744824886322,
-        -0.009406683966517448,
-        0.0003303429984953254,
-        0.00768135953694582,
-        -0.002534311730414629,
-        0.0009071881067939103,
-        -0.001073254738003016,
-        -0.004121152218431234,
-        -0.001214156276546419,
-        -0.005041876342147589,
-        -0.006225199904292822,
-        -0.007389500737190247,
-        0.001828200998716056,
-        -0.008782969787716866,
-        -0.02078073471784592
+        0.04119852185249329,
+        0.05892916768789291,
+        -0.02101467922329903,
+        0.01903056725859642,
+        0.03492486849427223,
+        -0.03242522850632668,
+        -0.0195431187748909,
+        -0.0100824786350131,
+        -0.04824317246675491,
+        -0.03175269067287445,
+        -0.01860299147665501,
+        -0.01348249427974224,
+        0.01457453053444624,
+        -0.004527440760284662,
+        0.02714103832840919,
+        -0.04382402449846268,
+        -0.04465126246213913,
+        0.01812735758721828,
+        -0.004242739174515009,
+        0.01002488937228918,
+        0.006700060795992613,
+        0.00288495933637023,
+        0.005295144394040108,
+        0.02276026457548141,
+        0.0140722319483757,
+        -0.0009033451788127422,
+        0.02209437265992165,
+        0.001058403635397553,
+        0.001334108412265778,
+        0.008956319652497768,
+        -0.003198466962203383,
+        0.002973251976072788,
+        -0.002905693603679538,
+        0.00222784886136651,
+        -0.008769641630351543,
+        0.03851644322276115,
+        0.02804440818727016,
+        -0.001556868315674365,
+        0.0001470076967962086,
+        0.0003973987186327577,
+        0.005788930226117373,
+        -0.00264554307796061,
+        -0.005966356955468655,
+        -0.0005260347970761359,
+        -0.007926395162940025,
+        0.001967699266970158,
+        0.00046712756738998,
+        -0.01772490330040455,
+        0.01066854316741228,
+        0.01448914222419262,
+        -0.01162959076464176,
+        0.0004103602550458163,
+        0.004958969075232744,
+        -0.005734516773372889,
+        -0.0007466941606253386,
+        -0.005974228959530592,
+        0.000889916846062988,
+        -0.001907422090880573,
+        0.002022594213485718,
+        -0.007761122193187475,
+        -0.000570580072235316,
+        0.001171414507552981,
+        -0.002267721341922879,
+        -0.0164255928248167
       ],
       [
-        0.04206552356481552,
-        0.04546326026320457,
-        -0.01588378101587296,
-        0.04524640738964081,
-        0.06276945024728775,
-        -0.01781930774450302,
-        -0.02198375016450882,
-        -0.01700627617537975,
-        -0.0002750279381871223,
-        0.04093974083662033,
-        -0.02321727573871613,
-        -0.01238470617681742,
-        0.007888912223279476,
-        -0.01250855717808008,
-        0.001254624570719898,
-        -0.04148031398653984,
-        -0.0004887360846623778,
-        -0.01301652938127518,
-        -0.009380050003528595,
-        0.001541862147860229,
-        0.007644288707524538,
-        0.0009062740718945861,
-        -0.000169265826116316,
-        0.01570339128375053,
-        -0.051772590726614,
-        -0.03153578191995621,
-        0.002418829826638103,
-        -0.002879726933315396,
-        -0.004344044253230095,
-        0.006239797919988632,
-        0.002432761713862419,
-        0.006120136007666588,
-        -0.0007527809939347208,
-        0.002610519528388977,
-        0.01676599495112896,
-        -0.03068706206977367,
-        -0.03560164570808411,
-        0.01119887083768845,
-        -0.0001508911664132029,
-        -0.006196259055286646,
-        0.007591129280626774,
-        0.002729191677644849,
-        -0.004048625938594341,
-        0.003191898576915264,
-        -0.0003183064691256732,
-        0.004923554603010416,
-        0.0002117218682542443,
-        0.007309024687856436,
-        0.0007149291923269629,
-        -0.01862203516066074,
-        0.009595773182809353,
-        -0.00152047211304307,
-        -0.0008946319576352835,
-        0.004214566666632891,
-        0.003332411404699087,
-        -0.00190739321988076,
-        -0.002956843236461282,
-        -0.001613989472389221,
-        0.0005344678647816181,
-        -0.005093750078231096,
-        0.009433526545763016,
-        -0.001416283077560365,
-        -0.002863728906959295,
-        0.01979029178619385
+        0.03998342528939247,
+        0.04383183643221855,
+        -0.0144846560433507,
+        0.04264950007200241,
+        0.06011423468589783,
+        -0.01619805581867695,
+        -0.02128399536013603,
+        -0.01540724746882915,
+        -0.001612151274457574,
+        0.03814445436000824,
+        -0.02112281322479248,
+        -0.0124380411580205,
+        0.006716351490467787,
+        -0.01221231371164322,
+        0.001130687538534403,
+        -0.04127835109829903,
+        -0.002589700277894735,
+        -0.01210586633533239,
+        -0.009614097885787487,
+        0.0006114536081440747,
+        0.007678506895899773,
+        0.0002716518647503108,
+        0.0001174430799437687,
+        0.01435644179582596,
+        -0.05029944330453873,
+        -0.03246573731303215,
+        0.00188297510612756,
+        -0.003032553009688854,
+        -0.005009931046515703,
+        0.006232652347534895,
+        0.003083009738475084,
+        0.006057289429008961,
+        -0.0002790053549688309,
+        0.003035268513485789,
+        0.01587438955903053,
+        -0.02863731235265732,
+        -0.0354582704603672,
+        0.01059840898960829,
+        -0.0001267850311705843,
+        -0.005934993270784616,
+        0.007444207090884447,
+        0.003495366778224707,
+        -0.003920071758329868,
+        0.003677006345242262,
+        -0.0002866915601771325,
+        0.005647765938192606,
+        0.0006558229215443134,
+        0.007794719189405441,
+        0.00257106265053153,
+        -0.01793521270155907,
+        0.01033344399183989,
+        -0.001349304569885135,
+        -0.00007567561260657385,
+        0.00422132620587945,
+        0.004159634932875633,
+        -0.001690534176304936,
+        -0.003604243509471416,
+        -0.001533393282443285,
+        0.0002301093481946737,
+        -0.004870741162449121,
+        0.009519767016172409,
+        -0.001016253489069641,
+        -0.001894288579933345,
+        0.02106245048344135
       ],
       [
-        0.03440789505839348,
-        0.01991034485399723,
-        -0.01733114384114742,
-        0.04813776910305023,
-        0.03609464317560196,
-        -0.01073597837239504,
-        -0.01643902808427811,
-        -0.02605165913701057,
-        0.03619064763188362,
-        0.04432258382439613,
-        -0.01963670738041401,
-        -0.004658459685742855,
-        0.01193850953131914,
-        -0.0111954677850008,
-        -0.0198092944920063,
-        0.01851296424865723,
-        0.04362868145108223,
-        -0.02360444515943527,
-        -0.004219275433570147,
-        0.003232448594644666,
-        0.005660213995724916,
-        0.007866156287491322,
-        -0.004153598565608263,
-        -0.01001579500734806,
-        0.0002612161624711007,
-        0.03561142459511757,
-        -0.02225648425519466,
-        -0.002017543651163578,
-        0.001772257382981479,
-        0.003036371897906065,
-        -0.002490964252501726,
-        0.007316647097468376,
-        0.001825573388487101,
-        -0.0007523983949795365,
-        -0.0003492279211059213,
-        -0.01428810600191355,
-        0.02352248132228851,
-        -0.01705503836274147,
-        0.0001366646174574271,
-        -0.001496352721005678,
-        0.005870036780834198,
-        -0.0007626287406310439,
-        -0.00492439279332757,
-        -0.001895754598081112,
-        0.005879807285964489,
-        -0.0005743218353018165,
-        0.0001120850938605145,
-        0.00651702331379056,
-        -0.02262547798454762,
-        0.01103905402123928,
-        -0.01038358919322491,
-        0.001390071236528456,
-        -0.004336588550359011,
-        0.007734270300716162,
-        -0.001144981593824923,
-        -0.001963499002158642,
-        0.0006099527818150818,
-        -0.004750186577439308,
-        -0.001208677422255278,
-        0.00324620702303946,
-        0.00003355541048222221,
-        -0.0004100751248188317,
-        0.009421642869710922,
-        -0.02438443526625633
+        0.03212358057498932,
+        0.01869821734726429,
+        -0.016640555113554,
+        0.04489235207438469,
+        0.03395848721265793,
+        -0.01048643048852682,
+        -0.01516707707196474,
+        -0.02510136924684048,
+        0.03369604796171188,
+        0.04185178503394127,
+        -0.01932729780673981,
+        -0.004229992162436247,
+        0.01174193434417248,
+        -0.01019573211669922,
+        -0.01908177696168423,
+        0.01705110818147659,
+        0.04137633740901947,
+        -0.02345203422009945,
+        -0.003725746646523476,
+        0.003383103292435408,
+        0.005176013335585594,
+        0.008058964274823666,
+        -0.003744894871488214,
+        -0.009434276260435581,
+        -0.0003242456004954875,
+        0.03385041654109955,
+        -0.02232551760971546,
+        -0.001662034424953163,
+        0.002249349374324083,
+        0.002845783717930317,
+        -0.002830222947522998,
+        0.006858459208160639,
+        0.002171326661482453,
+        -0.000731648993678391,
+        0.0003305081627331674,
+        -0.0144199077039957,
+        0.02217271737754345,
+        -0.01718314550817013,
+        0.0002741964417509735,
+        -0.000743127369787544,
+        0.005650361999869347,
+        -0.001006886013783514,
+        -0.004742658697068691,
+        -0.002367700450122356,
+        0.005617256741970778,
+        -0.0003656664921436459,
+        -0.00006480396405095235,
+        0.007535033859312534,
+        -0.02273011580109596,
+        0.009781152009963989,
+        -0.01024379674345255,
+        0.001311609870754182,
+        -0.003500295570120215,
+        0.007610421162098646,
+        -0.001564076985232532,
+        -0.001969014061614871,
+        0.00096485874382779,
+        -0.004720051772892475,
+        -0.0014939378015697,
+        0.003096785861998796,
+        -0.00004306623668526299,
+        -0.0006344369612634182,
+        0.01084111258387566,
+        -0.02466424182057381
       ],
       [
-        0.03170085325837135,
-        -0.01587983965873718,
-        0.0244404636323452,
-        0.04341938719153404,
-        -0.02670291438698769,
-        -0.01445147022604942,
-        -0.01104302704334259,
-        0.04165862128138542,
-        0.03098949417471886,
-        -0.02882767282426357,
-        -0.0277219396084547,
-        0.0003938345762435347,
-        -0.02890151180326939,
-        0.003017352195456624,
-        0.03438834846019745,
-        0.01531426794826984,
-        -0.02344022877514362,
-        -0.03273832425475121,
-        -0.006429545115679502,
-        0.01090509444475174,
-        -0.01400865521281958,
-        -0.02736525982618332,
-        0.01198233850300312,
-        0.01948496885597706,
-        0.002450003288686275,
-        -0.01442966423928738,
-        -0.02838293649256229,
-        -0.01303974818438292,
-        0.01282353512942791,
-        0.007458764594048262,
-        0.008884270675480366,
-        -0.02229359187185764,
-        -0.01123369485139847,
-        0.01146220974624157,
-        0.004820435307919979,
-        -0.004443683661520481,
-        -0.005985095165669918,
-        -0.01829428412020206,
-        -0.01475022174417973,
-        0.007974919863045216,
-        0.01258539315313101,
-        -0.001686646835878491,
-        0.01407313346862793,
-        0.0002685045474208891,
-        -0.01483984105288982,
-        0.0001461429492337629,
-        0.005786654073745012,
-        -0.004092871211469173,
-        -0.005441512912511826,
-        -0.0007546900887973607,
-        -0.007812260184437037,
-        -0.01128152757883072,
-        0.00161330250557512,
-        0.01151607092469931,
-        0.001169404829852283,
-        -0.004920199979096651,
-        0.004270486999303102,
-        0.01089991349726915,
-        -0.004674727562814951,
-        -0.004837170243263245,
-        0.004519222769886255,
-        0.0002633891708683223,
-        -0.005938070826232433,
-        -0.002840727334842086
+        0.04289086163043976,
+        -0.02623757161200047,
+        0.03724852949380875,
+        0.05238829925656319,
+        -0.03759526461362839,
+        -0.02899054624140263,
+        -0.005900333635509014,
+        0.05416476354002953,
+        0.02957083471119404,
+        -0.0337253175675869,
+        -0.04478009045124054,
+        -0.01059478428214788,
+        -0.03249318897724152,
+        0.01268790476024151,
+        0.03193336352705956,
+        0.008446032181382179,
+        -0.02219550870358944,
+        -0.04076389595866203,
+        -0.02259254828095436,
+        0.007480794563889503,
+        -0.0218849740922451,
+        -0.02349207550287247,
+        0.009801973588764668,
+        0.007692575454711914,
+        -0.003610028885304928,
+        -0.0105994688346982,
+        -0.02594178356230259,
+        -0.02164338901638985,
+        0.002683590166270733,
+        0.01039863284677267,
+        0.00136435788590461,
+        -0.02337019145488739,
+        -0.01162310875952244,
+        -0.0009975397260859609,
+        -0.005870029330253601,
+        -0.006583455018699169,
+        -0.003104091621935368,
+        -0.01132938638329506,
+        -0.0121534401550889,
+        0.0006510557723231614,
+        0.009334915317595005,
+        0.004152059555053711,
+        0.009206713177263737,
+        -0.003880640491843224,
+        -0.01322420034557581,
+        -0.008671646006405354,
+        -0.006357369944453239,
+        -0.007847041822969913,
+        -0.004189013503491879,
+        -0.0002704318321775645,
+        -0.002725197933614254,
+        -0.003364530857652426,
+        0.002792745130136609,
+        0.0062412372790277,
+        0.003258663695305586,
+        0.0008868140866979957,
+        0.002801487455144525,
+        0.005274686496704817,
+        -0.002500732662156224,
+        -0.008397107012569904,
+        -0.005787444766610861,
+        -0.004308064468204975,
+        -0.003633542452007532,
+        -0.0004984693368896842
       ],
       [
-        0.03705852851271629,
-        -0.04328485950827599,
-        0.03452858328819275,
-        0.02459775842726231,
-        -0.03480671346187592,
-        -0.0485721230506897,
-        -0.000925250758882612,
-        0.02844266965985298,
-        -0.02135819941759109,
-        0.001506638247519732,
-        -0.04369942098855972,
-        -0.01748757623136044,
-        -0.02703484520316124,
-        0.01224637683480978,
-        -0.02575239166617393,
-        -0.03074838034808636,
-        0.01948872208595276,
-        0.001373634906485677,
-        -0.02513866871595383,
-        0.01572671718895435,
-        -0.02328931540250778,
-        -0.005760139785706997,
-        -0.01204304676502943,
-        -0.03956716507673264,
-        -0.009720871224999428,
-        0.01231274288147688,
-        0.02465216815471649,
-        -0.001131918863393366,
-        -0.0003190014103893191,
-        0.02300220914185047,
-        -0.004075240809470415,
-        -0.0108015863224864,
-        0.005497231148183346,
-        -0.02427746541798115,
-        -0.01241048518568277,
-        0.007927067577838898,
-        0.00003190551433362998,
-        0.01451570261269808,
-        0.01411288138478994,
-        -0.004715113434940577,
-        0.00955856591463089,
-        0.009831777773797512,
-        0.007390978746116161,
-        -0.005779232364147902,
-        0.01169445645064116,
-        -0.002555244136601686,
-        -0.00830446183681488,
-        0.009483710862696171,
-        0.009492671117186546,
-        -0.004899168387055397,
-        0.00009025631879922003,
-        0.007088053971529007,
-        -0.0003044784534722567,
-        -0.006544980686157942,
-        0.005680900532752275,
-        -0.002016774844378233,
-        0.005896515212953091,
-        -0.001387013238854706,
-        0.0063584647141397,
-        0.006417471449822187,
-        -0.003526363288983703,
-        0.004165040329098701,
-        0.00984213687479496,
-        0.003559385659173131
+        0.03467783704400063,
+        -0.04805746674537659,
+        0.02591678313910961,
+        0.01587888970971107,
+        -0.02619772404432297,
+        -0.04447304829955101,
+        -0.01353526301681995,
+        0.01476225350052118,
+        -0.03535037860274315,
+        0.01949580200016499,
+        -0.02772052772343159,
+        -0.0003527753578964621,
+        -0.03192726150155067,
+        0.00001615425935597159,
+        -0.03700121492147446,
+        -0.02747626602649689,
+        0.02147665992379189,
+        0.02188304997980595,
+        -0.007067941594868898,
+        0.0317632369697094,
+        -0.01360577344894409,
+        -0.01104742847383022,
+        -0.009508619084954262,
+        -0.03155797347426414,
+        0.006791805382817984,
+        -0.00005514924123417586,
+        0.02588679268956184,
+        0.008909726515412331,
+        0.01258324272930622,
+        0.02278895117342472,
+        0.01184002682566643,
+        -0.008193218149244785,
+        0.0153688658028841,
+        -0.01298579107969999,
+        0.007697996683418751,
+        0.01248371414840221,
+        -0.004539967514574528,
+        0.0002699531323742121,
+        0.01331230811774731,
+        -0.003983615897595882,
+        0.01336317416280508,
+        -0.003594628535211086,
+        0.01569772511720657,
+        0.00124276103451848,
+        0.01537587027996778,
+        0.007472281809896231,
+        0.003805990098044276,
+        0.01530420128256083,
+        0.00127677817363292,
+        0.0003687524585984647,
+        -0.005411278922110796,
+        0.0002238628803752363,
+        -0.001547412248328328,
+        -0.005394404754042625,
+        0.00204862654209137,
+        -0.01336235832422972,
+        0.003117255866527557,
+        0.005401243921369314,
+        0.001709586242213845,
+        0.01153753325343132,
+        0.0004947851994074881,
+        0.008838317357003689,
+        0.001586522092111409,
+        0.0002390537556493655
       ],
       [
-        0.04099048674106598,
-        -0.05581240728497505,
-        0.03118565678596497,
-        -0.01805363781750202,
-        0.0283658504486084,
-        -0.05246485024690628,
-        -0.01482732966542244,
-        -0.01714823581278324,
-        -0.03936590254306793,
-        0.02014495246112347,
-        0.03066750802099705,
-        -0.002254048129543662,
-        -0.03700947761535645,
-        -0.0008386298432014883,
-        -0.04185513034462929,
-        0.02718078345060349,
-        -0.01789940148591995,
-        0.02308018691837788,
-        0.00919764582067728,
-        0.03516853600740433,
-        -0.01686018891632557,
-        0.01181362569332123,
-        -0.01208276301622391,
-        0.03204354271292686,
-        0.006206685677170753,
-        -0.0002536300162319094,
-        -0.02248227968811989,
-        0.0101862633600831,
-        -0.01195014268159866,
-        0.02642817422747612,
-        0.01208261772990227,
-        0.009355379268527031,
-        0.01553835347294807,
-        0.01479087583720684,
-        0.007348577491939068,
-        -0.006798162590712309,
-        -0.001136913197115064,
-        -0.0002491175255272537,
-        -0.01316656731069088,
-        -0.003174367360770702,
-        -0.01387512870132923,
-        -0.002318076323717833,
-        0.01715115271508694,
-        -0.0005039898678660393,
-        0.01652559079229832,
-        -0.005169433541595936,
-        0.004025439266115427,
-        -0.009195061400532722,
-        -0.0003314740024507046,
-        0.00259785121306777,
-        -0.0007899492629803717,
-        -0.0002434290508972481,
-        -0.001069759717211127,
-        -0.005159984808415174,
-        -0.003135159146040678,
-        -0.01329500041902065,
-        0.004003479145467281,
-        -0.00510865543037653,
-        0.002562058391049504,
-        -0.0101981507614255,
-        0.0007952761370688677,
-        -0.006796803791075945,
-        -0.0005661447648890316,
-        -0.004260076209902763
+        0.03986787050962448,
+        -0.04816174507141113,
+        0.03482485935091972,
+        -0.02602669410407543,
+        0.03748776391148567,
+        -0.05057234689593315,
+        -0.005454362835735083,
+        -0.02837776578962803,
+        -0.02537079527974129,
+        0.004117676988244057,
+        0.04435797780752182,
+        -0.01265353430062532,
+        -0.03109019249677658,
+        -0.009517168626189232,
+        -0.02850175462663174,
+        0.03346513956785202,
+        -0.02147095464169979,
+        0.004040754400193691,
+        0.02157235145568848,
+        0.02213591337203979,
+        -0.0217405054718256,
+        0.008691659197211266,
+        -0.01022744737565517,
+        0.04053935036063194,
+        -0.00784187950193882,
+        0.01035816501826048,
+        -0.02545762993395329,
+        -0.0005980432033538818,
+        -0.004272199235856533,
+        0.02378054149448872,
+        0.0009795710211619735,
+        0.01112406607717276,
+        0.009397760033607483,
+        0.02137746289372444,
+        -0.009668066166341305,
+        -0.009417006745934486,
+        0.001703388406895101,
+        0.01132721826434135,
+        -0.012316576205194,
+        -0.005935232155025005,
+        -0.01087003480643034,
+        0.005341447424143553,
+        0.01009055785834789,
+        0.003991803620010614,
+        0.01289494056254625,
+        -0.001346203032881021,
+        -0.006400419864803553,
+        -0.01044794451445341,
+        0.007337628398090601,
+        -0.003091635415330529,
+        0.001715563703328371,
+        0.004563572350889444,
+        0.002583716297522187,
+        -0.007237282581627369,
+        -0.003933371044695377,
+        -0.005568206775933504,
+        0.004523755982518196,
+        0.00006249493162613362,
+        0.00406732689589262,
+        -0.007354205939918756,
+        -0.003431145800277591,
+        -0.003576639806851745,
+        0.006509474013000727,
+        -0.001138546853326261
       ],
       [
-        0.04097260162234306,
-        -0.02368126250803471,
-        0.03681906685233116,
-        -0.05009995773434639,
-        0.03396369516849518,
-        -0.0274557713419199,
-        -0.003338817972689867,
-        -0.05354848131537437,
-        0.02981877140700817,
-        -0.03136735036969185,
-        0.04244104400277138,
-        -0.0120801692828536,
-        -0.03018738701939583,
-        -0.01547911018133163,
-        0.0330524742603302,
-        -0.0112204123288393,
-        0.02245469018816948,
-        -0.03958678990602493,
-        0.02442577481269836,
-        0.00501342536881566,
-        -0.0228570718318224,
-        0.02034658379852772,
-        0.01161062903702259,
-        -0.01076623890548944,
-        -5.10348763782531e-6,
-        -0.01311969757080078,
-        0.02717570029199123,
-        -0.0235702246427536,
-        0.0008829518337734044,
-        0.009912536479532719,
-        -0.001436071353964508,
-        0.02345171384513378,
-        -0.01031354069709778,
-        -0.0002112057409249246,
-        -0.002318440936505795,
-        0.004117542412132025,
-        0.006354077253490686,
-        -0.01456575095653534,
-        0.01421806775033474,
-        -0.002442291472107172,
-        -0.00815688818693161,
-        0.005517724901437759,
-        0.008038870990276337,
-        0.006455106195062399,
-        -0.01332121435552835,
-        0.009239968843758106,
-        -0.005714332219213247,
-        0.005647809244692326,
-        -0.003867852734401822,
-        -0.002645018277689815,
-        0.00638043787330389,
-        -0.005345502402633429,
-        -0.001070590573363006,
-        0.005082919262349606,
-        -0.004716191906481981,
-        0.00176276033744216,
-        0.00389589904807508,
-        -0.00365457683801651,
-        -0.00355823035351932,
-        0.009098031558096409,
-        -0.00738148670643568,
-        0.00434566056355834,
-        -0.003630520775914192,
-        0.001985532464459538
+        0.03182400763034821,
+        -0.01586386002600193,
+        0.02416213043034077,
+        -0.04375974088907242,
+        0.02649985067546368,
+        -0.01442114636301994,
+        -0.01195355132222176,
+        -0.04138116165995598,
+        0.03131433203816414,
+        -0.02833416499197483,
+        0.02741854079067707,
+        0.0005607373896054924,
+        -0.02968784235417843,
+        -0.001563030760735273,
+        0.03404860198497772,
+        -0.01575576514005661,
+        0.02287662401795387,
+        -0.03181172162294388,
+        0.005973560269922018,
+        0.01126163080334663,
+        -0.01361092086881399,
+        0.02912458218634129,
+        0.01048633642494678,
+        -0.01924113556742668,
+        0.003209116635844111,
+        -0.0142141729593277,
+        0.02690855972468853,
+        -0.01192611828446388,
+        -0.01345461327582598,
+        0.007702126167714596,
+        0.0104846153408289,
+        0.02266220189630985,
+        -0.01303996052592993,
+        -0.01005530636757612,
+        0.005144892726093531,
+        0.003447729628533125,
+        0.006356221623718739,
+        -0.01689937897026539,
+        0.01278821285814047,
+        0.00885283574461937,
+        -0.01302191894501448,
+        -0.001960278023034334,
+        0.01550483237951994,
+        -0.001910965540446341,
+        -0.01550408266484737,
+        0.001525575877167284,
+        0.004975136835128069,
+        0.002961913822218776,
+        -0.004637130070477724,
+        -0.001510550733655691,
+        0.007201986387372017,
+        -0.008910409174859524,
+        -0.002923245308920741,
+        0.01177002675831318,
+        -0.000886903319042176,
+        -0.005581212230026722,
+        0.004131393507122993,
+        -0.01316526997834444,
+        -0.003738986561074853,
+        0.005502439569681883,
+        0.003162839449942112,
+        -0.0006037915009073913,
+        -0.004395957570523024,
+        0.002711812499910593
       ],
       [
-        0.04096196964383125,
-        0.02368071675300598,
-        0.03680986911058426,
-        -0.05008802562952042,
-        -0.03396802395582199,
-        0.02745045907795429,
-        -0.003339268965646625,
-        -0.05354085192084312,
-        0.02980683743953705,
-        0.0313740186393261,
-        -0.04244142025709152,
-        0.01207061856985092,
-        -0.03018620237708092,
-        -0.01548387017101049,
-        0.03304797410964966,
-        -0.01120507344603539,
-        -0.02246045507490635,
-        0.03959088772535324,
-        -0.02442158758640289,
-        -0.005021987017244101,
-        -0.02286159992218018,
-        0.02034089341759682,
-        0.01162229292094707,
-        -0.01075771171599627,
-        -0.0000225035928451689,
-        0.01312366779893637,
-        -0.02717883139848709,
-        0.02357075177133083,
-        -0.0008807715494185686,
-        -0.009917983785271645,
-        -0.001440247753635049,
-        0.02345827035605907,
-        -0.0102988975122571,
-        -0.0002183518663514405,
-        -0.002330016111955047,
-        0.00413407338783145,
-        -0.006357574369758368,
-        0.01456728577613831,
-        -0.01421642769128084,
-        0.002446514321491122,
-        0.008155502378940582,
-        -0.005522048566490412,
-        0.008045955561101437,
-        0.006466902792453766,
-        -0.01331810280680656,
-        0.00923174899071455,
-        -0.0057111163623631,
-        0.005659522023051977,
-        -0.003880882635712624,
-        0.002651247894391418,
-        -0.006380640901625156,
-        0.005342422518879175,
-        0.001072182552888989,
-        -0.005071656312793493,
-        0.004716843832284212,
-        -0.001764944405294955,
-        0.00391176575794816,
-        -0.003654280677437782,
-        -0.003560257609933615,
-        0.009102508425712585,
-        -0.007378903683274984,
-        0.004342898260802031,
-        -0.003640445647761226,
-        0.001994226593524218
+        0.04158375784754753,
+        0.0245619360357523,
+        0.03698739409446716,
+        -0.05064587667584419,
+        -0.0348806232213974,
+        0.02848155796527863,
+        -0.004050817806273699,
+        -0.05326847732067108,
+        0.02961624786257744,
+        0.03175800666213036,
+        -0.04341639205813408,
+        0.01252598315477371,
+        -0.03071864880621433,
+        -0.01399222109466791,
+        0.03167177364230156,
+        -0.01057704910635948,
+        -0.02224604226648808,
+        0.03962982818484306,
+        -0.0246381051838398,
+        -0.005203527398407459,
+        -0.02226497977972031,
+        0.02156641334295273,
+        0.009158198721706867,
+        -0.008841083385050297,
+        -0.0006613217992708087,
+        0.01250417809933424,
+        -0.02622523345053196,
+        0.02275586873292923,
+        -0.0003376398526597768,
+        -0.01021137833595276,
+        -0.0003142100758850574,
+        0.02292930334806442,
+        -0.01222770567983389,
+        0.002543285489082336,
+        -0.004009589552879333,
+        0.004531471990048885,
+        -0.005573832429945469,
+        0.01303263939917088,
+        -0.01248248387128115,
+        0.001091215410269797,
+        0.008705148473381996,
+        -0.005514100193977356,
+        0.008364776149392128,
+        0.004723495803773403,
+        -0.01332515850663185,
+        0.01121648773550987,
+        -0.007877453230321407,
+        0.006675356533378363,
+        -0.003984833136200905,
+        0.001872673048637807,
+        -0.00474427780136466,
+        0.003277960233390331,
+        0.002878065686672926,
+        -0.006131394300609827,
+        0.004685192368924618,
+        -0.001558674965053797,
+        0.003117149695754051,
+        -0.004778776317834854,
+        -0.002170603023841977,
+        0.0092010498046875,
+        -0.008650287054479122,
+        0.005539546720683575,
+        -0.00395894143730402,
+        0.001877719070762396
       ],
       [
-        0.04101099446415901,
-        0.05583616346120834,
-        0.0312036070972681,
-        -0.01805699616670609,
-        -0.02836958505213261,
-        0.05248929187655449,
-        -0.01482550520449877,
-        -0.01714652217924595,
-        -0.03937749564647675,
-        -0.02014478668570518,
-        -0.03066258877515793,
-        0.002266560681164265,
-        -0.03701317310333252,
-        -0.0008341803913936019,
-        -0.04187167808413506,
-        0.02717973664402962,
-        0.01789126545190811,
-        -0.02308639325201511,
-        -0.009189577773213387,
-        -0.03516081720590591,
-        -0.01686108484864235,
-        0.01180974021553993,
-        -0.01209872867912054,
-        0.03203437477350235,
-        0.006201629061251879,
-        0.0002515753440093249,
-        0.02246875502169132,
-        -0.01019871328026056,
-        0.01194457057863474,
-        -0.02641982771456242,
-        0.01207775063812733,
-        0.009343474172055721,
-        0.01552502252161503,
-        0.01478260569274426,
-        0.007347340229898691,
-        -0.006786880549043417,
-        0.001144309993833303,
-        0.0002464319695718586,
-        0.01315860915929079,
-        0.003162732813507318,
-        0.01385675929486752,
-        0.002319354563951492,
-        0.01713794097304344,
-        -0.0005099623231217265,
-        0.01651654206216335,
-        -0.005163075868040323,
-        0.004028433468192816,
-        -0.00918135978281498,
-        -0.0003349946055095643,
-        -0.002603748347610235,
-        0.000796518346760422,
-        0.0002377444907324389,
-        0.00107398524414748,
-        0.005153693724423647,
-        0.003123237052932382,
-        0.01328471675515175,
-        0.003990927245467901,
-        -0.005101617891341448,
-        0.002559066750109196,
-        -0.01018232293426991,
-        0.0007973826141096652,
-        -0.006787930615246296,
-        -0.000564649177249521,
-        -0.004259993322193623
+        0.03215426951646805,
+        0.04298294708132744,
+        0.02506865933537483,
+        -0.01789666526019573,
+        -0.02931603975594044,
+        0.04198971763253212,
+        -0.01079791504889727,
+        -0.01593821495771408,
+        -0.02804246917366982,
+        -0.01023420877754688,
+        -0.02989226765930653,
+        0.004172463901340961,
+        -0.02942979149520397,
+        0.001078153378330171,
+        -0.03257418796420097,
+        0.02998074144124985,
+        0.02213306538760662,
+        -0.01547399256378412,
+        -0.005982223898172379,
+        -0.0268718060106039,
+        -0.01487092766910791,
+        0.01257938705384731,
+        -0.01343930326402187,
+        0.03368159383535385,
+        -0.002948368666693568,
+        -0.008318896405398846,
+        0.0269066970795393,
+        -0.01247306820005178,
+        0.01483689621090889,
+        -0.02324487641453743,
+        0.008659060113132,
+        0.007928334176540375,
+        0.008812825195491314,
+        0.01273824740201235,
+        0.0002829151053447276,
+        -0.01134237367659807,
+        -0.002795565873384476,
+        -0.007141658570617437,
+        0.0140274902805686,
+        -0.003744504880160093,
+        0.0134784234687686,
+        -0.0008425145642831922,
+        0.01472835801541805,
+        -0.002704396843910217,
+        0.01471614465117455,
+        -0.009085068479180336,
+        0.0063670938834548,
+        -0.01500397268682718,
+        0.007163939997553825,
+        0.003199423896148801,
+        -0.004591755568981171,
+        0.001086150761693716,
+        -0.001627125893719494,
+        0.003654757980257273,
+        0.0001693631638772786,
+        0.01111394725739956,
+        0.004908347502350807,
+        -0.005839727818965912,
+        0.006466999650001526,
+        -0.01207190006971359,
+        0.008074800483882427,
+        -0.01008199527859688,
+        0.006729476153850555,
+        -0.001142363296821713
       ],
       [
-        0.03705467283725739,
-        0.04327752813696861,
-        0.03452568501234055,
-        0.02460199594497681,
-        0.03480728343129158,
-        0.04856565967202187,
-        -0.0009274135809391737,
-        0.02845196239650249,
-        -0.02134882658720016,
-        -0.001503060921095312,
-        0.04370622709393501,
-        0.01748433522880077,
-        -0.02704289928078651,
-        0.0122537724673748,
-        -0.02573718503117561,
-        -0.03074506483972073,
-        -0.01948937773704529,
-        -0.001361370319500566,
-        0.02514655888080597,
-        -0.01573354192078114,
-        -0.02330315485596657,
-        -0.005764567293226719,
-        -0.01202928833663464,
-        -0.03956406190991402,
-        -0.009717018343508244,
-        -0.01230901572853327,
-        -0.02464865520596504,
-        0.001146915717981756,
-        0.0003159066254738718,
-        -0.02301700972020626,
-        -0.004084551241248846,
-        -0.0108166104182601,
-        0.00550471106544137,
-        -0.0242732297629118,
-        -0.01241075154393911,
-        0.007935806177556515,
-        -0.00002043015047092922,
-        -0.01451068092137575,
-        -0.01410431507974863,
-        0.004721857141703367,
-        -0.009573431685566902,
-        -0.009848540648818016,
-        0.007394082378596067,
-        -0.005792479962110519,
-        0.0116984024643898,
-        -0.002545430324971676,
-        -0.008306192234158516,
-        0.009489694610238075,
-        0.009496478363871574,
-        0.004910048563033342,
-        -0.00007868264219723642,
-        -0.007080526556819677,
-        0.0003155929734930396,
-        0.006543914787471294,
-        -0.005694509483873844,
-        0.002006661845371127,
-        0.005908762570470572,
-        -0.001391097554005682,
-        0.00636447686702013,
-        0.006431298330426216,
-        -0.003521495033055544,
-        0.004167040344327688,
-        0.00984253641217947,
-        0.003554291091859341
+        0.03511973097920418,
+        0.04780225455760956,
+        0.02643201500177383,
+        0.0180997084826231,
+        0.02927521057426929,
+        0.04447335749864578,
+        -0.0133143151178956,
+        0.01704424247145653,
+        -0.03320597112178802,
+        -0.01587298326194286,
+        0.03136142715811729,
+        0.0009125583455897868,
+        -0.03208169713616371,
+        0.0004744152538478374,
+        -0.03481702879071236,
+        -0.02970411814749241,
+        -0.02202598936855793,
+        -0.01762066595256329,
+        0.00875539518892765,
+        -0.03101205453276634,
+        -0.01401236467063427,
+        -0.01222759112715721,
+        -0.009192137978971004,
+        -0.03456192463636398,
+        0.00306079420261085,
+        -0.002471843035891652,
+        -0.0269660409539938,
+        -0.007035586982965469,
+        -0.01320948358625174,
+        -0.02254626899957657,
+        0.01138715166598558,
+        -0.00941021554172039,
+        0.01393347699195147,
+        -0.01507089473307133,
+        0.002950611291453242,
+        0.01171670015901327,
+        0.003494893200695515,
+        -0.003692451398819685,
+        -0.01463683228939772,
+        0.003026894526556134,
+        -0.01469456125050783,
+        0.003081621369346976,
+        0.0154271274805069,
+        0.0009605410741642118,
+        0.01394980028271675,
+        0.006924115121364594,
+        0.0009633396985009313,
+        0.01470768917351961,
+        0.002106337575241923,
+        -0.0008284589857794344,
+        0.004431779496371746,
+        -0.002744849771261215,
+        0.0004146197170484811,
+        0.003659693291410804,
+        -0.002760211238637567,
+        0.01256211381405592,
+        0.00319076026789844,
+        0.005710604600608349,
+        0.0015194226289168,
+        0.01185976527631283,
+        0.000274754362180829,
+        0.00911021139472723,
+        0.002883519046008587,
+        0.0006380248232744634
       ],
       [
-        0.03169438242912292,
-        0.01588463969528675,
-        0.02443056367337704,
-        0.04341210797429085,
-        0.02671177498996258,
-        0.01445158291608095,
-        -0.01105135306715965,
-        0.04164646193385124,
-        0.03098100796341896,
-        0.02883533574640751,
-        0.02772615291178226,
-        -0.0004023795481771231,
-        -0.02890258096158504,
-        0.003003287361934781,
-        0.0343814454972744,
-        0.01530286855995655,
-        0.02344120293855667,
-        0.03274747729301453,
-        0.006420169956982136,
-        -0.01091483049094677,
-        -0.0139994490891695,
-        -0.02737624011933804,
-        0.01197822485119104,
-        0.01948210969567299,
-        0.002438348950818181,
-        0.01442238781601191,
-        0.02839458361268044,
-        0.01303976308554411,
-        -0.01284092850983143,
-        -0.007460339460521936,
-        0.008899306878447533,
-        -0.02229364588856697,
-        -0.01124115288257599,
-        0.0114701222628355,
-        0.004820277448743582,
-        -0.004450175911188126,
-        0.005972909275442362,
-        0.01830577850341797,
-        0.01476428844034672,
-        -0.007988855242729187,
-        -0.01259702537208796,
-        0.001693908823654056,
-        0.01408322434872389,
-        0.0002825969131663442,
-        -0.01484839804470539,
-        0.0001494288444519043,
-        0.005800918210297823,
-        -0.004090066999197006,
-        -0.005438552238047123,
-        0.000743436103221029,
-        0.007823009043931961,
-        0.01130720227956772,
-        -0.001614684937521815,
-        -0.01153484173119068,
-        -0.001167222973890603,
-        0.004929873626679182,
-        0.004267456475645304,
-        0.0109187001362443,
-        -0.004673652816563845,
-        -0.004843845032155514,
-        0.004530167207121849,
-        0.0002767991391010582,
-        -0.005932057742029428,
-        -0.002828153083100915
+        0.04124921560287476,
+        0.02322817035019398,
+        0.03575244545936584,
+        0.05163040012121201,
+        0.03425799310207367,
+        0.0256817601621151,
+        -0.00591109786182642,
+        0.05349626392126083,
+        0.03172514960169792,
+        0.03227860480546951,
+        0.04096727445721626,
+        0.009405293501913548,
+        -0.03161437064409256,
+        0.01259873807430267,
+        0.03484049066901207,
+        0.0122050866484642,
+        0.02292068302631378,
+        0.03938479721546173,
+        0.02095174975693226,
+        -0.006628003902733326,
+        -0.02127172611653805,
+        -0.02339161932468414,
+        0.01172061450779438,
+        0.01259431522339582,
+        -0.0003288098378106952,
+        0.01235149148851633,
+        0.02726034447550774,
+        0.0215956661850214,
+        -0.002075288444757462,
+        -0.009272986091673374,
+        0.001514307572506368,
+        -0.02358051761984825,
+        -0.01141120865941048,
+        0.002114350907504559,
+        -0.001849429565481842,
+        -0.005024305079132318,
+        0.004501448944211006,
+        0.01358474139124155,
+        0.01369236502796412,
+        0.0004205247678328305,
+        -0.008387734182178974,
+        -0.00378061062656343,
+        0.009414555504918098,
+        -0.004181916359812021,
+        -0.01399476174265146,
+        -0.008205422200262547,
+        -0.004246926866471767,
+        -0.006253041792660952,
+        -0.004303560592234135,
+        0.0005653089610859752,
+        0.004079068079590797,
+        0.004824345465749502,
+        -0.001462802640162408,
+        -0.005305355414748192,
+        -0.003153100144118071,
+        -0.0008627732167951763,
+        0.003171906573697925,
+        0.005410648416727781,
+        -0.003178449580445886,
+        -0.009100507013499737,
+        -0.006070619449019432,
+        -0.004090069327503443,
+        -0.004069122485816479,
+        -0.001407040865160525
       ],
       [
-        0.04446318373084068,
-        9.463614333071746e-6,
-        0.06250772625207901,
-        0.03480728343129158,
-        4.74216267321026e-6,
-        0.00001630484803172294,
-        0.05032004043459892,
-        0.06047417595982552,
-        0.0122196264564991,
-        9.047451499100134e-7,
-        8.086325578915421e-6,
-        0.0000182147396117216,
-        0.02245551533997059,
-        0.06755512207746506,
-        0.02408897504210472,
-        0.001237207092344761,
-        1.483916776123806e-6,
-        5.327323719939159e-7,
-        7.915349669929128e-6,
-        0.00001529170185676776,
-        -0.005362124647945166,
-        0.05410724878311157,
-        0.03125162422657013,
-        0.002661458682268858,
-        -0.001733971876092255,
-        4.290330252842978e-6,
-        1.887514258669398e-6,
-        -2.221473778263316e-6,
-        3.63599451702612e-6,
-        0.00001046702709572855,
-        -0.02136637829244137,
-        0.02894166484475136,
-        0.0300409235060215,
-        0.003747018752619624,
-        -0.003972216974943876,
-        -0.00126711162738502,
-        6.158630640129559e-6,
-        8.134024938044604e-6,
-        4.374738438173154e-8,
-        -7.310532510018675e-6,
-        -2.433061354167876e-6,
-        7.095399723766604e-6,
-        -0.0224799383431673,
-        0.005143836140632629,
-        0.02137239277362823,
-        0.003807272296398878,
-        -0.006082220003008842,
-        -0.003053080523386598,
-        -0.0002560147840995342,
-        5.320957370713586e-6,
-        0.00001291641547140898,
-        8.886857358447742e-6,
-        -3.822605776804266e-6,
-        -0.00001297893231821945,
-        -6.625105015700683e-6,
-        6.549532827193616e-6,
-        -0.01383340917527676,
-        -0.007811145391315222,
-        0.009917682968080044,
-        0.002604482462629676,
-        -0.007096292916685343,
-        -0.004897071979939938,
-        -0.0006286740535870194,
-        0.0002232330298284069
+        0.03243759647011757,
+        -0.0006730824243277311,
+        0.04679118096828461,
+        0.02576190605759621,
+        -0.0005309366970323026,
+        -0.001238754135556519,
+        0.04050477221608162,
+        0.04550430178642273,
+        0.01266632694751024,
+        -0.0003089104138780385,
+        -0.001070026773959398,
+        -0.001539439312182367,
+        0.02297140657901764,
+        0.05258812010288239,
+        0.02481456100940704,
+        0.006134278606623411,
+        -0.0001720560976536945,
+        -0.0006389325717464089,
+        -0.001445822766982019,
+        -0.001500239945016801,
+        0.003966158721596003,
+        0.04528932273387909,
+        0.0319657064974308,
+        0.01281083654612303,
+        0.002933138748630881,
+        -0.00008427481225226074,
+        -0.0003638388880062848,
+        -0.000854315294418484,
+        -0.001501601771451533,
+        -0.001201721373945475,
+        -0.009017445147037506,
+        0.0291623417288065,
+        0.03055468574166298,
+        0.01744801364839077,
+        0.006465739104896784,
+        0.00126811268273741,
+        -0.00002277626481372863,
+        -0.0001836266746977344,
+        -0.0004820054164156318,
+        -0.0008100466802716255,
+        -0.001253176480531693,
+        -0.0008042973931878805,
+        -0.01350347045809031,
+        0.01267109904438257,
+        0.0217981468886137,
+        0.01722489111125469,
+        0.00926143117249012,
+        0.002929342212155461,
+        0.0003992195415776223,
+        0.00001478043031966081,
+        -0.00004561081004794687,
+        -0.000247647607466206,
+        -0.0004133611510042101,
+        -0.0004958760691806674,
+        -0.0008578035049140453,
+        -0.0004509516584221274,
+        -0.01175164338201284,
+        0.00203617149963975,
+        0.01054374035447836,
+        0.01187279913574457,
+        0.009515559300780296,
+        0.004391471389681101,
+        0.0009464834001846611,
+        -0.00001673472252150532
       ],
       [
-        0.04015910252928734,
-        -0.03093755058944225,
-        0.05711772292852402,
-        -0.00537731172516942,
-        0.004818612243980169,
-        -0.05438967049121857,
-        0.04746050387620926,
-        -0.008816299960017204,
-        -0.01141397375613451,
-        0.00244377669878304,
-        0.009160345420241356,
-        -0.06207974627614021,
-        0.02351320534944534,
-        -0.00867324136197567,
-        -0.02270981855690479,
-        0.00165793055202812,
-        0.0005896901129744947,
-        0.005204149056226015,
-        0.01110908202826977,
-        -0.05175609141588211,
-        -0.001437431084923446,
-        -0.004938212689012289,
-        -0.0298935491591692,
-        0.003482769476249814,
-        0.00002370938636886422,
-        0.00003775476216105744,
-        0.001390629447996616,
-        0.007265323307365179,
-        0.009278377518057823,
-        -0.03035273589193821,
-        -0.01706928759813309,
-        0.0003491677634883672,
-        -0.02941224537789822,
-        0.004764585755765438,
-        -0.00005395265179686248,
-        0.001034314627759159,
-        -0.0005287387757562101,
-        0.0001485655520809814,
-        0.002206068485975266,
-        0.007387490477412939,
-        0.004415045958012342,
-        -0.008859707973897457,
-        -0.02006088197231293,
-        0.004483622964471579,
-        -0.02180469408631325,
-        0.004693269263952971,
-        -0.0003558823664207011,
-        0.002572029363363981,
-        -0.00008704744686838239,
-        -0.00005187097849557176,
-        -0.001398211112245917,
-        0.0003823595761787146,
-        0.002679186873137951,
-        0.005253269802778959,
-        -0.00109733862336725,
-        0.004209832288324833,
-        -0.01403447426855564,
-        0.005719218868762255,
-        -0.01112123392522335,
-        0.003144814865663648,
-        -0.0009658182971179485,
-        0.004295547027140856,
-        -0.0002236848085885867,
-        -0.00003868251587846316
+        0.041213508695364,
+        -0.03310692682862282,
+        0.05773992091417313,
+        0.005715538747608662,
+        -0.005552811548113823,
+        -0.05703411996364594,
+        0.0462062656879425,
+        0.00915385689586401,
+        -0.01334547530859709,
+        0.003575626527890563,
+        -0.01026145555078983,
+        -0.06293129175901413,
+        0.0205884613096714,
+        0.008597122505307198,
+        -0.02583595924079418,
+        -0.002416717819869518,
+        -0.000252073397859931,
+        0.007365405559539795,
+        -0.01187591068446636,
+        -0.04968048632144928,
+        -0.004334892146289349,
+        0.00432377215474844,
+        -0.03266197070479393,
+        -0.004919991362839937,
+        0.000443348428234458,
+        -0.00008667593647260219,
+        -0.0005967823672108352,
+        0.009815228171646595,
+        -0.009086016565561295,
+        -0.02639413252472878,
+        -0.01811661012470722,
+        -0.001154979574494064,
+        -0.03028744272887707,
+        -0.006412569433450699,
+        0.0008341183420270681,
+        -0.00119622191414237,
+        0.0009210146963596344,
+        -0.0001109396471292712,
+        -0.0009737487998791039,
+        0.00932653434574604,
+        -0.003251827321946621,
+        -0.005467289127409458,
+        -0.01877945102751255,
+        -0.004882670938968658,
+        -0.02046932093799114,
+        -0.005815043114125729,
+        0.000849363743327558,
+        -0.002845421899110079,
+        -0.0002191550011048093,
+        0.0001167306545539759,
+        0.002294196048751473,
+        0.00005096954919281416,
+        -0.001271399785764515,
+        0.005894565489143133,
+        0.002548608230426908,
+        0.005099919158965349,
+        -0.01164000667631626,
+        -0.005317786242812872,
+        -0.00873152818530798,
+        -0.003215829376131296,
+        0.0001871437125373632,
+        -0.00449675228446722,
+        -0.0005135093233548105,
+        0.000363500788807869
       ],
       [
-        0.03010104410350323,
-        6.566212505276781e-6,
-        0.04406173899769783,
-        -0.02310371026396751,
-        1.635873729810555e-7,
-        0.00001390010311297374,
-        0.03952385485172272,
-        -0.04152482002973557,
-        0.01117536146193743,
-        -3.772275022129179e-6,
-        -1.845702172431629e-6,
-        0.00002032950578723103,
-        0.02439666353166103,
-        -0.04940500855445862,
-        0.02232638001441956,
-        -0.005526221357285976,
-        3.919536538887769e-6,
-        -6.153037247713655e-6,
-        -5.932898147875676e-6,
-        0.00002298756044183392,
-        0.006894713267683983,
-        -0.04456275701522827,
-        0.02960887365043163,
-        -0.01181386131793261,
-        0.002819999353960156,
-        -3.640813474703464e-6,
-        6.555667368957074e-6,
-        -5.956293989584083e-6,
-        -9.43962368182838e-6,
-        0.00002013979428738821,
-        -0.006251721642911434,
-        -0.03098973073065281,
-        0.02954108268022537,
-        -0.01664263755083084,
-        0.006396804004907608,
-        -0.001390912919305265,
-        3.250145482525113e-6,
-        -6.459870746766683e-6,
-        5.819335456180852e-6,
-        -4.39776704297401e-6,
-        -8.824998076306656e-6,
-        0.00001276609054912115,
-        -0.01216893643140793,
-        -0.01567837409675121,
-        0.02252789214253426,
-        -0.01729252003133297,
-        0.009550601243972778,
-        -0.00332259782589972,
-        0.0006118231685832143,
-        -2.382113052590284e-6,
-        6.554520041390788e-6,
-        -6.004187071084743e-6,
-        1.722950401017442e-6,
-        -5.201894964557141e-6,
-        -3.067120587729733e-6,
-        4.32761544288951e-6,
-        -0.01202163565903902,
-        -0.00446966290473938,
-        0.01231666468083858,
-        -0.01305811759084463,
-        0.01047664787620306,
-        -0.005230839364230633,
-        0.00151869049295783,
-        -0.0002042819396592677
+        0.04158908501267433,
+        -0.006499741226434708,
+        0.05820758640766144,
+        -0.03328081220388412,
+        0.0067132324911654,
+        -0.01023629494011402,
+        0.04651663079857826,
+        -0.05718295648694038,
+        0.01328601967543364,
+        -0.00334651255980134,
+        0.01225014496594667,
+        -0.009253176860511303,
+        0.02079340629279613,
+        -0.06284234672784805,
+        0.02567728795111179,
+        -0.003386510536074638,
+        0.0002557987172622234,
+        -0.006707462947815657,
+        0.01389864552766085,
+        -0.004039369989186525,
+        -0.003971589729189873,
+        -0.04935307055711746,
+        0.0323706828057766,
+        -0.007050652522593737,
+        0.0002365439140703529,
+        0.001002009841613472,
+        0.0004547110293060541,
+        -0.008569963276386261,
+        0.01026076823472977,
+        0.002339619910344481,
+        -0.01739379204809666,
+        -0.02611399069428444,
+        0.02987205423414707,
+        -0.009536013938486576,
+        0.000475406734040007,
+        0.00002603282337076962,
+        -0.0008666430367156863,
+        0.002421036129817367,
+        0.000407957995776087,
+        -0.00758732995018363,
+        0.003219442907720804,
+        0.006470272317528725,
+        -0.01779754087328911,
+        -0.00561286648735404,
+        0.01999113708734512,
+        -0.009257561527192593,
+        0.0005327592953108251,
+        0.00010037738684332,
+        0.000229410215979442,
+        0.0003348947793710977,
+        -0.002176824491471052,
+        0.003910014405846596,
+        -0.0000168452643265482,
+        -0.004098179750144482,
+        -0.003451305674389005,
+        0.006760111544281244,
+        -0.0107866432517767,
+        0.004367482848465443,
+        0.008280404843389988,
+        -0.006073718890547752,
+        0.0001767471694620326,
+        0.000262481567915529,
+        0.0005453641642816365,
+        -0.0001932774757733569
       ],
       [
-        0.04016245529055595,
-        0.03093976527452469,
-        0.05712105706334114,
-        -0.005389397963881493,
-        -0.004830519203096628,
-        0.0543912760913372,
-        0.04746152833104134,
-        -0.008833257481455803,
-        -0.01141356956213713,
-        -0.00244286609813571,
-        -0.009179423563182354,
-        0.06207899004220963,
-        0.02351475320756435,
-        -0.008684811182320118,
-        -0.02270945720374584,
-        0.001662964001297951,
-        -0.0005900432588532567,
-        -0.005204109009355307,
-        -0.01112565863877535,
-        0.05175524577498436,
-        -0.00143079471308738,
-        -0.004938135389238596,
-        -0.02989422343671322,
-        0.003492059651762247,
-        0.00002515166124794632,
-        -0.00003392564030946232,
-        -0.001390522345900536,
-        -0.007268610410392284,
-        -0.009283208288252354,
-        0.03035775013267994,
-        -0.01705712080001831,
-        0.0003585996164474636,
-        -0.02941530011594296,
-        0.004774456843733788,
-        -0.000049798622058006,
-        0.001035582623444498,
-        0.0005283934879116714,
-        -0.0001400728506268933,
-        -0.002204541116952896,
-        -0.007395168766379356,
-        -0.004406537860631943,
-        0.008873979561030865,
-        -0.02004973962903023,
-        0.004494359716773033,
-        -0.02181101590394974,
-        0.004698091186583042,
-        -0.0003481760795693845,
-        0.002574301091954112,
-        -0.00009075819252757356,
-        0.00004993627226212993,
-        0.00139795511495322,
-        -0.0003703200491145253,
-        -0.002676299540325999,
-        -0.005263313185423613,
-        0.001111970981582999,
-        -0.004190515261143446,
-        -0.01403355598449707,
-        0.005724546499550343,
-        -0.01113048288971186,
-        0.003140753600746393,
-        -0.0009555903379805386,
-        0.004297596402466297,
-        -0.0002319353079656139,
-        -0.00003751242911675945
+        0.04844989627599716,
+        0.03785368055105209,
+        0.06727448850870132,
+        0.0004724104073829949,
+        0.000385981664294377,
+        0.06490940600633621,
+        0.05239947885274887,
+        0.0007689296035096049,
+        -0.01197219733148813,
+        0.00006645944813499227,
+        0.0008117200923152268,
+        0.07087887823581696,
+        0.02089113742113113,
+        0.0007207904709503055,
+        -0.02336147800087929,
+        0.00003781972554861568,
+        0.0002850573509931564,
+        0.00009126183431362733,
+        0.001121128094382584,
+        0.05456586554646492,
+        -0.008999542333185673,
+        0.0002971510111819953,
+        -0.02987481281161308,
+        -0.00004261404319549911,
+        -0.002309285569936037,
+        -0.0009386696619912982,
+        0.0005630162195302546,
+        0.00006865309114800766,
+        0.001107106450945139,
+        0.02678989060223103,
+        -0.02443317510187626,
+        -0.0003208919370081276,
+        -0.0281655453145504,
+        -0.0002987920888699591,
+        -0.005235487595200539,
+        -0.0002160971489502117,
+        -0.00003484752960503101,
+        -0.002259218599647284,
+        0.0006725942948833108,
+        0.00007651423220522702,
+        0.0006943020271137357,
+        0.002300131367519498,
+        -0.02322613447904587,
+        -0.0008366843103431165,
+        -0.01953399926424026,
+        -0.0006617260514758527,
+        -0.007897082716226578,
+        -0.0004992809845134616,
+        -0.000273837911663577,
+        -0.0004178730014245957,
+        -0.0000981936973403208,
+        -0.00362035003490746,
+        0.0004760505398735404,
+        0.0002535907260607928,
+        0.0000194127769646002,
+        -0.009318987838923931,
+        -0.01243343204259872,
+        -0.001004647114314139,
+        -0.008794869296252728,
+        -0.000930147129110992,
+        -0.009006024338304996,
+        -0.000756672234274447,
+        -0.0006913734250701964,
+        -0.00005445935312309302
       ],
       [
-        0.01940751262009144,
-        -8.881745088729076e-6,
-        0.0326400063931942,
-        6.0071142797824e-6,
-        -1.792418970580911e-6,
-        -0.00001817878546717111,
-        0.03970696777105331,
-        0.00001219234400196001,
-        1.115301415666181e-6,
-        9.012052260004566e-7,
-        -4.319945674069459e-6,
-        -0.00002652300645422656,
-        0.04291132837533951,
-        0.00001755916673573665,
-        2.520268026273698e-6,
-        9.359889077131811e-7,
-        2.551266504724481e-7,
-        2.458672952343477e-6,
-        -7.464734608220169e-6,
-        -0.00003204215681762435,
-        0.04299000650644302,
-        0.00002083332219626755,
-        3.963702056353213e-6,
-        2.489508460712386e-6,
-        0.00006831231439718977,
-        -2.062838007077517e-7,
-        7.488023356927442e-7,
-        4.822044957109028e-6,
-        -0.00001067152152245399,
-        -0.00003351283157826401,
-        0.04049618169665337,
-        0.00002127684274455532,
-        4.952414201397914e-6,
-        4.717699084721971e-6,
-        0.0002091548085445538,
-        2.000492571596624e-7,
-        -6.662731522055765e-8,
-        -6.547622319885704e-7,
-        1.565920115353947e-6,
-        7.848665518395137e-6,
-        -0.00001328350936091738,
-        -0.00003052252941415645,
-        0.03600626066327095,
-        0.00001880008494481444,
-        5.063019216322573e-6,
-        7.337221632042201e-6,
-        0.000461443531094119,
-        6.381693538060063e-7,
-        1.684945374336166e-7,
-        -8.111658900133989e-9,
-        -2.312805662540995e-7,
-        -1.480627133787493e-6,
-        2.686680545593845e-6,
-        0.00001121726472774753,
-        -0.00001468544451199705,
-        -0.00002350253998884,
-        0.03014313615858555,
-        0.00001394800619891612,
-        4.098139015695779e-6,
-        9.87619387160521e-6,
-        0.0008463934063911438,
-        1.451669731977745e-6,
-        5.76240040572884e-7,
-        3.217013144762859e-8
+        0.01986081525683403,
+        -0.0002531804493628442,
+        0.03336575999855995,
+        -0.00003886735066771507,
+        0.0001265257014892995,
+        -0.0005302104982547462,
+        0.0404994860291481,
+        -0.00007842081686249003,
+        2.1415928586066e-6,
+        -8.968908105089213e-7,
+        0.0003139014588668942,
+        -0.0008024786948226392,
+        0.04361747577786446,
+        -0.0001116453131544404,
+        5.280084678815911e-6,
+        -0.00001927843004523311,
+        -2.694494241950451e-6,
+        -3.1939919153956e-6,
+        0.0005651707760989666,
+        -0.001023247605189681,
+        0.04348870366811752,
+        -0.0001295938272960484,
+        9.433848390472122e-6,
+        -0.00005340178904589266,
+        0.00007402260962408036,
+        -3.562396159395576e-6,
+        -8.271743354271166e-6,
+        -8.22166748548625e-6,
+        0.0008544905576854944,
+        -0.001157045713625848,
+        0.04070602729916573,
+        -0.0001267708867089823,
+        0.00001414235975971678,
+        -0.0001067546036210842,
+        0.0002258154709124938,
+        1.282428030435767e-7,
+        2.153287368855672e-6,
+        -0.00001163063552667154,
+        -0.00001831086228776257,
+        -0.00001752889693307225,
+        0.001146853086538613,
+        -0.001183129264973104,
+        0.03589270263910294,
+        -0.0001020346317091025,
+        0.00001882555443444289,
+        -0.0001778113801265135,
+        0.000495997432153672,
+        5.352538323677436e-7,
+        1.589456388728649e-7,
+        -2.773749763207434e-8,
+        7.575577456009341e-6,
+        -0.00002721169403230306,
+        -0.00003372737410245463,
+        -0.00003266708154114895,
+        0.001403961214236915,
+        -0.001097311615012586,
+        0.02972002327442169,
+        -0.00005872577457921579,
+        0.00002289401891175658,
+        -0.0002610918018035591,
+        0.000904988672118634,
+        1.583934817972477e-6,
+        5.583017923527223e-7,
+        -3.586600598737277e-7
       ]
     ],
     "Routing": [
@@ -1699,7 +1699,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": -20.0,
+        "Azimuth": -24.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1707,7 +1707,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": -47.0,
+        "Azimuth": -48.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1715,7 +1715,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": -70.0,
+        "Azimuth": -72.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1723,7 +1723,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": -100.0,
+        "Azimuth": -102.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1731,7 +1731,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": -140.0,
+        "Azimuth": -138.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1739,7 +1739,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": 180.0,
+        "Azimuth": -178.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1747,7 +1747,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": 140.0,
+        "Azimuth": 142.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1755,7 +1755,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": 100.0,
+        "Azimuth": 102.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1771,7 +1771,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": 47.0,
+        "Azimuth": 45.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1779,7 +1779,7 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": 20.0,
+        "Azimuth": 23.0,
         "Elevation": 0.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1787,64 +1787,64 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": -23.0,
-        "Elevation": 30.0,
+        "Azimuth": -24.0,
+        "Elevation": 28.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 13,
         "Gain": 1.0
       },
       {
-        "Azimuth": -60.0,
-        "Elevation": 30.0,
+        "Azimuth": -69.0,
+        "Elevation": 28.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 14,
         "Gain": 1.0
       },
       {
-        "Azimuth": -110.0,
-        "Elevation": 30.0,
+        "Azimuth": -115.0,
+        "Elevation": 27.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 15,
         "Gain": 1.0
       },
       {
-        "Azimuth": -160.0,
-        "Elevation": 30.0,
+        "Azimuth": -159.0,
+        "Elevation": 27.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 16,
         "Gain": 1.0
       },
       {
-        "Azimuth": 160.0,
-        "Elevation": 30.0,
+        "Azimuth": 155.0,
+        "Elevation": 28.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 17,
         "Gain": 1.0
       },
       {
-        "Azimuth": 110.0,
-        "Elevation": 30.0,
+        "Azimuth": 112.0,
+        "Elevation": 28.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 18,
         "Gain": 1.0
       },
       {
-        "Azimuth": 60.0,
-        "Elevation": 30.0,
+        "Azimuth": 66.0,
+        "Elevation": 29.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 19,
         "Gain": 1.0
       },
       {
-        "Azimuth": 23.0,
-        "Elevation": 30.0,
+        "Azimuth": 22.0,
+        "Elevation": 28.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 20,
@@ -1859,23 +1859,23 @@
         "Gain": 1.0
       },
       {
-        "Azimuth": -90.0,
-        "Elevation": 60.0,
+        "Azimuth": -91.0,
+        "Elevation": 59.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 22,
         "Gain": 1.0
       },
       {
-        "Azimuth": 180.0,
-        "Elevation": 60.0,
+        "Azimuth": -178.0,
+        "Elevation": 59.0,
         "Radius": 1.0,
         "IsImaginary": false,
         "Channel": 23,
         "Gain": 1.0
       },
       {
-        "Azimuth": 90.0,
+        "Azimuth": 86.0,
         "Elevation": 60.0,
         "Radius": 1.0,
         "IsImaginary": false,
@@ -1884,19 +1884,19 @@
       },
       {
         "Azimuth": 0.0,
-        "Elevation": -90.0,
+        "Elevation": 90.0,
         "Radius": 1.0,
-        "IsImaginary": true,
-        "Channel": 26,
-        "Gain": 0.0
+        "IsImaginary": false,
+        "Channel": 25,
+        "Gain": 1.0
       },
       {
         "Azimuth": 0.0,
-        "Elevation": 90.0,
+        "Elevation": -90.0,
         "Radius": 1.0,
-        "IsImaginary": false,
+        "IsImaginary": true,
         "Channel": 25,
-        "Gain": 1.0
+        "Gain": 0.0
       }
     ]
   }
diff --git a/debian/changelog b/debian/changelog
index 396608b..9b96935 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+iem-plugin-suite (1.14.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 15 Jun 2023 20:11:48 -0000
+
 iem-plugin-suite (1.14.0-1) unstable; urgency=medium
 
   * New upstream version 1.14.0

More details

Full run details

Historical runs