Skip to content

Commit

Permalink
corrections to default CNF values
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-ep committed Aug 17, 2018
1 parent baf265a commit 2a283cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
9 changes: 6 additions & 3 deletions dedop/ui/data/config/CNF.json
Expand Up @@ -24,14 +24,17 @@
{
"version": 3,
"parameters": [
["output_format_flag_cnf", "+", "new optional parameter"]
["output_format_flag_cnf", "+", "new optional parameter"],
["flag_remove_doppler_ambiguities_cnf", "-", "removed unused parameter"],
["ambiguity_mask_margin_cnf", "-", "removed unused parameter"],
["elevation_reference_value_cnf", "-", "removed unused parameter"]
],
"comment": "added option for selecting output format"
}
]
},
"flag_cal2_correction_cnf": {
"value": false,
"value": true,
"units": "flag",
"description": "Flag that activates the CAL2 corrections: Deactivated (false); Activated (true)"
},
Expand Down Expand Up @@ -96,7 +99,7 @@
"description": "Width of Azimuth window (minimum value: 32, maximum value: 64)"
},
"flag_doppler_range_correction_cnf": {
"value": false,
"value": true,
"units": "flag",
"description": "Flag that activates the Doppler range correction in the geometry corrections: Deactivated (false); Activated (true)"
},
Expand Down
31 changes: 13 additions & 18 deletions dedop/ui/data/cryosat_config/CNF.json
@@ -1,7 +1,7 @@
{
"__metainf__": {
"description": "DeDop Configuration File",
"version": 2,
"version": 3,
"changelog": [
{
"version": 0,
Expand All @@ -20,11 +20,21 @@
"parameters": [
["flag_cal2_table_index_cnf", "+", "added CAL2 table index"]
]
},
{
"version": 3,
"parameters": [
["output_format_flag_cnf", "+", "new optional parameter"],
["flag_remove_doppler_ambiguities_cnf", "-", "removed unused parameter"],
["ambiguity_mask_margin_cnf", "-", "removed unused parameter"],
["elevation_reference_value_cnf", "-", "removed unused parameter"]
],
"comment": "added option for selecting output format"
}
]
},
"flag_cal2_correction_cnf": {
"value": false,
"value": true,
"units": "flag",
"description": "Flag that activates the CAL2 corrections: Deactivated (false); Activated (true)"
},
Expand Down Expand Up @@ -89,7 +99,7 @@
"description": "Width of Azimuth window (minimum value: 32, maximum value: 64)"
},
"flag_doppler_range_correction_cnf": {
"value": false,
"value": true,
"units": "flag",
"description": "Flag that activates the Doppler range correction in the geometry corrections: Deactivated (false); Activated (true)"
},
Expand All @@ -103,26 +113,11 @@
"units": "flag",
"description": "Flag to indicate the window delay alignment method: Surface dependent (0); Beam max integrated power (1); Satellite position above surface (2); Look angle 0 (3); Doppler angle 0 (4)"
},
"elevation_reference_value_cnf": {
"value": 0,
"units": null,
"description": "NOT YET IMPLEMENTED"
},
"flag_stack_masking_cnf": {
"value": true,
"units": "flag",
"description": "Flag that activates the Stack Masking algorithm: Activated (true); Deactivated (false)"
},
"flag_remove_doppler_ambiguities_cnf": {
"value": false,
"units": "flag",
"description": "Flag that indicates if the Doppler ambiguities will be removed: No (false); Yes (true)"
},
"ambiguity_mask_margin_cnf": {
"value": 0,
"units": null,
"description": "NOT YET IMPLEMENTED"
},
"flag_avoid_zeros_in_multilooking_cnf": {
"value": true,
"units": "flag",
Expand Down

0 comments on commit 2a283cd

Please sign in to comment.