For instance, if a three-layer fiber becomes a two-layer fiber fiber at some point, plot of the layer boundaries becomes confused.
Proposed solution:
- add a dict in fiber object to keep track of old layer index -> new layer index. This dict is built by the Factory when creating the fibers
- add an optional argument to fiber functions to allow the use of original layer indexing
For instance, if a three-layer fiber becomes a two-layer fiber fiber at some point, plot of the layer boundaries becomes confused.
Proposed solution: