mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-31 18:18:00 +00:00
As identified in GitHub issue #390, the dgt values (as well as gain and nf ripple values) in example config json files are listed in order of increasing wavelength (decreasing frequency) while the code assumes values listed in the opposite order. This patch reverses the order of values in affected files so that they are consistent with existing use in the code. Also, the f_min value in the Juniper-BoosterHG.json file is updated to match measurement data so that interpolation is performed correctly. Change-Id: I97a9d2f9be81380d1658bee5fa1ef4def3e1c537 Signed-off-by: Jonas Mårtensson <jonas.martensson@ri.se>