Skip to content

Commit

Permalink
added TDSWizard
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI committed Oct 31, 2024
1 parent a0d90d6 commit 8264b90
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kernel/Transmission.wl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Options[TransmissionUnwrap] = {"PhaseThreshold"->5.6, "PhaseShift"->0};

(* :: Semi-automatic phase unwrapping :: *)

TransmissionUnwrap[t: TransmissionObject[a_], "Held" | "Hold", OptionsPattern[]] := With[{
TransmissionUnwrap[t: TransmissionObject[a_], "Held" | "Hold" | "Manual", OptionsPattern[]] := With[{
th = OptionValue["PhaseThreshold"]//N,
phaseShift = OptionValue["PhaseShift"]
},
Expand Down
Loading

0 comments on commit 8264b90

Please sign in to comment.