forked from Telecominfraproject/oopt-gnpy
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Raman gain estimation during design
- Replaced multiple calls to the span_loss function with recording the span loss result in the fiber elements, reducing computation time. - Updated Raman gain estimation based on design target powers to ensure accurate Edfa gain calculation or gain reduction during design. - display the computed and design Raman gain in RamanFiber string output - do not add padding on Raman fibers - Added to_json function to preserve user input SimParams values, which were previously overwritten by initializing SimParams with fake values during design. Next step is to allow users to balance computation time and target accuracy of the design by inputing their own SimParams and ref channels design values. Signed-off-by: EstherLerouzic <[email protected]> Change-Id: I1ca4954d0621858cefb3d776a538131992cae3e3
- Loading branch information
1 parent
8d1d367
commit 8e246df
Showing
4 changed files
with
167 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.