From b745a57dd649b85642d3f34dea6de4108d6e0896 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20USSEGLIO?= <gaelle.usseglio@cnes.fr>
Date: Tue, 9 Jun 2020 13:35:04 +0000
Subject: [PATCH] ENH : Update example with Post-processing chain

---
 .../ex_config_MultiSlc_CosmoS1SM.json         | 14 +++++++++++--
 .../ex_config/ex_config_MultiSlc_IW.json      | 20 +++++++++++++++----
 .../ex_config/ex_config_diapOTB_Cosmo.json    | 12 ++++++++++-
 .../ex_config/ex_config_diapOTB_S1IW.json     | 16 ++++++++++++---
 .../ex_config/ex_config_diapOTB_S1SM.json     | 14 +++++++++++--
 5 files changed, 64 insertions(+), 12 deletions(-)

diff --git a/python_src/ex_config/ex_config_MultiSlc_CosmoS1SM.json b/python_src/ex_config/ex_config_MultiSlc_CosmoS1SM.json
index ebd6587..b52fd0b 100644
--- a/python_src/ex_config/ex_config_MultiSlc_CosmoS1SM.json
+++ b/python_src/ex_config/ex_config_MultiSlc_CosmoS1SM.json
@@ -54,8 +54,18 @@
             "Grid_Threshold": 0.3,
             "Grid_Gap": 1000,
             "Interferogram_gain": 0.1,
-            "Activate_Interferogram": "yes",
-            "Spacingxy": 0.0001
+            "Activate_Interferogram": "yes"
+        }
+    },
+    "Post_Proccessing":
+    {
+        "parameter":
+        {
+            "Activate_Ortho": "yes",
+            "Spacingxy": 0.0001,
+	    "Activate_Filtering" : "yes",
+	    "Filtered_Interferogram_mlran" : 3,
+	    "Filtered_Interferogram_mlazi" : 3
         }
     }
 }
diff --git a/python_src/ex_config/ex_config_MultiSlc_IW.json b/python_src/ex_config/ex_config_MultiSlc_IW.json
index 64f3043..ccf1a9a 100644
--- a/python_src/ex_config/ex_config_MultiSlc_IW.json
+++ b/python_src/ex_config/ex_config_MultiSlc_IW.json
@@ -29,8 +29,8 @@
         },
         "parameter":
         {
-	    "ML_ran": 5,
- 	    "ML_azi": 1,
+	    "ML_ran": 8,
+ 	    "ML_azi": 2,
             "ML_gain": 0.1
         }
     },
@@ -39,13 +39,25 @@
     {
         "parameter":
         {
-            "GridStep_range": 25,
-            "GridStep_azimut": 5,
+            "GridStep_range": 160,
+            "GridStep_azimut":160,
             "Grid_Threshold": 0.3,
             "Grid_Gap": 1000,
             "Interferogram_gain": 0.1,
+	    "Activate_Interferogram": "yes",
 	    "ESD_iter": 2
         }
+    },
+    "Post_Proccessing":
+    {
+        "parameter":
+        {
+            "Activate_Ortho": "yes",
+            "Spacingxy": 0.0001,
+	    "Activate_Filtering" : "yes",
+	    "Filtered_Interferogram_mlran" : 3,
+	    "Filtered_Interferogram_mlazi" : 3
+        }
     }
 }
 
diff --git a/python_src/ex_config/ex_config_diapOTB_Cosmo.json b/python_src/ex_config/ex_config_diapOTB_Cosmo.json
index e582130..24c300e 100644
--- a/python_src/ex_config/ex_config_diapOTB_Cosmo.json
+++ b/python_src/ex_config/ex_config_diapOTB_Cosmo.json
@@ -46,7 +46,17 @@
 	    "Grid_Threshold": 0.3,
 	    "Grid_Gap": 3000,
 	    "Interferogram_gain": 0.1,
-	    "Interferogram_ortho": false
 	}
+    },
+    "Post_Proccessing":
+    {
+        "parameter":
+        {
+            "Activate_Ortho": "yes",
+            "Spacingxy": 0.0001,
+	    "Activate_Filtering" : "yes",
+	    "Filtered_Interferogram_mlran" : 3,
+	    "Filtered_Interferogram_mlazi" : 3
+        }
     }
 }
diff --git a/python_src/ex_config/ex_config_diapOTB_S1IW.json b/python_src/ex_config/ex_config_diapOTB_S1IW.json
index e40df05..3735378 100644
--- a/python_src/ex_config/ex_config_diapOTB_S1IW.json
+++ b/python_src/ex_config/ex_config_diapOTB_S1IW.json
@@ -33,13 +33,23 @@
     {
 	"parameter":
 	{
-	    "GridStep_range": 40,
-	    "GridStep_azimut": 10,
+	    "GridStep_range": 160,
+	    "GridStep_azimut": 160,
 	    "Grid_Threshold": 0.3,
 	    "Grid_Gap": 1000,
 	    "Interferogram_gain": 0.1,
-	    "Interferogram_ortho": false,
 	    "ESD_iter": 2
 	}
+    },
+    "Post_Proccessing":
+    {
+        "parameter":
+        {
+            "Activate_Ortho": "yes",
+            "Spacingxy": 0.0001,
+	    "Activate_Filtering" : "yes",
+	    "Filtered_Interferogram_mlran" : 3,
+	    "Filtered_Interferogram_mlazi" : 3
+        }
     }
 }
diff --git a/python_src/ex_config/ex_config_diapOTB_S1SM.json b/python_src/ex_config/ex_config_diapOTB_S1SM.json
index 5166e99..16e6ed7 100644
--- a/python_src/ex_config/ex_config_diapOTB_S1SM.json
+++ b/python_src/ex_config/ex_config_diapOTB_S1SM.json
@@ -45,8 +45,18 @@
 	    "GridStep_azimut": 150,
 	    "Grid_Threshold": 0.3,
 	    "Grid_Gap": 1000,
-	    "Interferogram_gain": 0.1,
-	    "Interferogram_ortho": false
+	    "Interferogram_gain": 0.1
 	}
+    },
+    "Post_Proccessing":
+    {
+        "parameter":
+        {
+            "Activate_Ortho": "yes",
+            "Spacingxy": 0.0001,
+	    "Activate_Filtering" : "yes",
+	    "Filtered_Interferogram_mlran" : 3,
+	    "Filtered_Interferogram_mlazi" : 3
+        }
     }
 }
-- 
GitLab