Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI committed Oct 31, 2024
1 parent 8264b90 commit 49f0a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kernel/Wizard.wl
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ makeWidgetMaterials[t_TransmissionObject, fdci_, opts_, parent_, cbk_, meta_] :=
"Done" -> InputButton["Proceed"],
"Phase" -> InputRange[initialPhase-5, initialPhase+5, 1, initialPhase, "Label"->"Phase shift"],
"Thickness" -> With[{h = initialThickness}, InputRange[0.7 h, 1.3 h, 0.01 h, h, "Label"->"Thickness"]],
"Gain" -> InputRange[0.3, 1.5, 0.01, initialGain, "Label"->"Gain"]
"Gain" -> InputRange[0.3, 1.5, 0.05, initialGain, "Label"->"Gain"]
|>], Function[assoc,

If[assoc["Done"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A small library for high-precision material parameter extraction from time-domai


## See it in action! ⏱️
[An online example](https://jerryi.github.io/wl-tds-tools/Examples/Basic.html) on how to work with it.
[An online example](https://jerryi.github.io/wl-tds-tools/Basic.html) on how to work with it.


## Examples of processed TDS
Expand Down

0 comments on commit 49f0a73

Please sign in to comment.