Skip to content

Commit be4e79e

Browse files
committed
update testing CNF file
1 parent 8d63d1f commit be4e79e

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

test_data/conf/test_cnf/cnf.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
{
2525
"version": 3,
2626
"parameters": [
27-
["output_format_flag_cnf", "+", "new optional parameter"]
27+
["output_format_flag_cnf", "+", "new optional parameter"],
28+
["flag_remove_doppler_ambiguities_cnf", "-", "removed unused parameter"],
29+
["ambiguity_mask_margin_cnf", "-", "removed unused parameter"],
30+
["elevation_reference_value_cnf", "-", "removed unused parameter"]
2831
],
2932
"comment": "added option for selecting output format"
3033
}
@@ -110,26 +113,11 @@
110113
"units": "flag",
111114
"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)"
112115
},
113-
"elevation_reference_value_cnf": {
114-
"value": 0,
115-
"units": null,
116-
"description": "NOT YET IMPLEMENTED"
117-
},
118116
"flag_stack_masking_cnf": {
119117
"value": true,
120118
"units": "flag",
121119
"description": "Flag that activates the Stack Masking algorithm: Activated (true); Deactivated (false)"
122120
},
123-
"flag_remove_doppler_ambiguities_cnf": {
124-
"value": false,
125-
"units": "flag",
126-
"description": "Flag that indicates if the Doppler ambiguities will be removed: No (false); Yes (true)"
127-
},
128-
"ambiguity_mask_margin_cnf": {
129-
"value": 0,
130-
"units": null,
131-
"description": "NOT YET IMPLEMENTED"
132-
},
133121
"flag_avoid_zeros_in_multilooking_cnf": {
134122
"value": true,
135123
"units": "flag",

0 commit comments

Comments
 (0)