Skip to content
Snippets Groups Projects
Commit b745a57d authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

ENH : Update example with Post-processing chain

parent 02ce59c1
No related branches found
No related tags found
1 merge request!34Add filtering
......@@ -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
}
}
}
......@@ -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
}
}
}
......@@ -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
}
}
}
......@@ -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
}
}
}
......@@ -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
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment