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

ENH : Update examples for configruration file

parent 79441c85
No related branches found
No related tags found
1 merge request!17Cookbook generation
[Global]
Master_Image_Path = image_1.tif
Slave_Image_Path = image_2.tif
DEM_Path = ./DEM.hgt
output_dir = ./output_diapOTB
[Pre_Processing]
ML_range = 3
ML_azimut = 3
ML_gain = 0.1
doppler_file = dop0.txt
[Metadata_Correction]
activate = yes
GridStep_range = 150
GridStep_azimut = 150
fine_metadata_file = fine_metadata.txt
[DIn_SAR]
GridStep_range = 150
GridStep_azimut = 150
Grid_Threshold = 0.3
Grid_Gap = 0.7
Interferogram_gain = 0.
Interferogram_ortho = yes
\ No newline at end of file
......@@ -44,7 +44,7 @@
"GridStep_range": 150,
"GridStep_azimut": 150,
"Grid_Threshold": 0.3,
"Grid_Gap": 0.7,
"Grid_Gap": 3000,
"Interferogram_gain": 0.1,
"Interferogram_ortho": false
}
......
[Global]
Master_Image_Path = image_1.tif
Slave_Image_Path = image_2.tif
DEM_Path = ./DEM.hgt
output_dir = ./output_diapOTB
burst_index = 0-1
[Pre_Processing]
ML_range = 3
ML_azimut = 3
ML_gain = 0.1
doppler_file = dop0.txt
[Ground]
[DIn_SAR]
GridStep_range = 150
GridStep_azimut = 150
Grid_Threshold = 0.3
Grid_Gap = 0.7
Interferogram_gain = 0.
Interferogram_ortho = no
ESD_iter = 0
\ No newline at end of file
......@@ -12,7 +12,7 @@
},
"parameter":
{
"burst_index": "0-1"
"burst_index": "0-8"
}
},
......@@ -23,9 +23,9 @@
},
"parameter":
{
"ML_range": 3,
"ML_azimut": 3,
"ML_gain": 0.1
"ML_range": 8,
"ML_azimut": 2,
"ML_gain": 0.2
}
},
"Ground": {},
......@@ -33,12 +33,13 @@
{
"parameter":
{
"GridStep_range": 150,
"GridStep_azimut": 150,
"GridStep_range": 40,
"GridStep_azimut": 10,
"Grid_Threshold": 0.3,
"Grid_Gap": 0.7,
"Grid_Gap": 1000,
"Interferogram_gain": 0.1,
"Interferogram_ortho": false
"Interferogram_ortho": false,
"ESD_iter": 2
}
}
}
{
"Global": {
"in":
{
"Master_Image_Path": "image_1.tif",
"Slave_Image_Path": "image_2.tif",
"DEM_Path": "./DEM.hgt"
},
"out":
{
"output_dir": "./output_diapOTB"
}
},
"Pre_Processing": {
"out":
{
"doppler_file": "dop0.txt"
},
"parameter":
{
"ML_range": 3,
"ML_azimut": 3,
"ML_gain": 0.1
}
},
"Metadata_Correction":
{
"out":
{
"fine_metadata_file": "fine_metadata.txt"
},
"parameter":
{
"activate": false,
"GridStep_range": 150,
"GridStep_azimut": 150
}
},
"DIn_SAR":
{
"parameter":
{
"GridStep_range": 150,
"GridStep_azimut": 150,
"Grid_Threshold": 0.3,
"Grid_Gap": 1000,
"Interferogram_gain": 0.1,
"Interferogram_ortho": false
}
}
}
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