From 8249732efe985729f7b6050fefbb3dd34057df24 Mon Sep 17 00:00:00 2001
From: giuliaghirardini <giulia.ghirardini@skywarder.eu>
Date: Fri, 21 Feb 2025 20:56:14 +0100
Subject: [PATCH] [documentation][sensitivity] Removed plots paragraph

---
 common                        |  2 +-
 sensitivityAnalysis/README.md | 28 +++++++++++++---------------
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/common b/common
index 1d057a42..e004f009 160000
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 1d057a42688bd9d78885f61dd52b4bd3cb6495b1
+Subproject commit e004f0094d298cdcd902e0eced82f4607c7c59d5
diff --git a/sensitivityAnalysis/README.md b/sensitivityAnalysis/README.md
index 1a1a3d20..b24940c9 100644
--- a/sensitivityAnalysis/README.md
+++ b/sensitivityAnalysis/README.md
@@ -8,19 +8,19 @@ Before diving into the details, it's important to understand when this tool is t
 
 `mainSensitivity.m` calls various scripts and functions, but there are two important files from which everything starts. The first one is the config file, which is not actually run because every config file in the toolkit acts as an object, of class Settings, which takes the name of the used toolkit. Then we have the `sensitivityStochRun.m` which recalls some important functions which are frequently called by each toolkit and also some custom functions for the sensitivity only.
 
-| simulations | post process functions | characteristics |
-|----------|----------|-----------|
-| stdAscent | postprocessAscent | this function post processes the results obtained from the stdAscent simulation
-| stdDescent | postprocessDescentPara | this function porst processes the results obtained from the ballistic descent simulation
-| stdDescentBal | postprocessDescentBall | on the other hand this function post processes the nominal parachute descent
-| stdStability | postprocessStability| this function analyzes the results of stability analysis during flight
-| | postprocessLaunchMode* | this function post processes the entire flight
-
-
-| ODE functions |
-|------|
-| ballistic |
-| descent |
+| simulations   | post process functions | characteristics                                                                          |
+| ------------- | ---------------------- | ---------------------------------------------------------------------------------------- |
+| stdAscent     | postprocessAscent      | this function post processes the results obtained from the stdAscent simulation          |
+| stdDescent    | postprocessDescentPara | this function porst processes the results obtained from the ballistic descent simulation |
+| stdDescentBal | postprocessDescentBall | on the other hand this function post processes the nominal parachute descent             |
+| stdStability  | postprocessStability   | this function analyzes the results of stability analysis during flight                   |
+|               | postprocessLaunchMode* | this function post processes the entire flight                                           |
+
+
+| ODE functions   |
+| --------------- |
+| ballistic       |
+| descent         |
 | descentParafoil |
 
 There are also some many others functions which are called from the script, including *Dissile Matcom* and some other functions which perform *interpolations*, in addiction to some specific funciton for *geoplots*.
@@ -165,5 +165,3 @@ In this section an example of execution will be provided to get familiar with th
 The system generates plots to represent the impact of parameter variations:
 - **Sensitivity Plot**:  shows the effect of each parameter on the final result. In particular, the plot you'd get is a map of the launch site in which all the elements of the simulations are shown together with 2 ellipses. The ellipses indicate the level of confidence of the simulations, which can be 65% or 90%. The more the elements fall back into the 90%-ellipse we are "more confident" that the variation of data, due to randomness, is limited.
 - **Distributions**:  histograms or density curves are used to compare simulated data. In more detail, you'd get histograms in which the distribution of probability of a certain altitude for apogee, for example, is depicted. 
-
-### Example of plots
\ No newline at end of file
-- 
GitLab