mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2026-01-27 10:21:48 +00:00
Please be advised that there were incompatible changes in the Raman options, including a `s/phase_shift_tollerance/phase_shift_tolerance/`. Signed-off-by: AndreaDAmico <andrea.damico@polito.it> Co-authored-by: EstherLerouzic <esther.lerouzic@orange.com> Co-authored-by: Jan Kundrát <jan.kundrat@telecominfraproject.com>
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"raman_parameters": {
|
|
"flag_raman": true,
|
|
"space_resolution": 10e3,
|
|
"tolerance": 1e-8
|
|
},
|
|
"nli_parameters": {
|
|
"nli_method_name": "ggn_spectrally_separated",
|
|
"wdm_grid_size": 50e9,
|
|
"dispersion_tolerance": 1,
|
|
"phase_shift_tolerance": 0.1,
|
|
"raman_computed_channels": [1, 18, 37, 56, 75]
|
|
}
|
|
}
|