Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI committed Oct 12, 2024
1 parent b64fe3c commit 65c4184
Show file tree
Hide file tree
Showing 7 changed files with 15,188 additions and 20,190 deletions.
2 changes: 0 additions & 2 deletions Examples/.wl_timestamp

This file was deleted.

858 changes: 743 additions & 115 deletions Examples/Basic.html

Large diffs are not rendered by default.

34,510 changes: 14,441 additions & 20,069 deletions Examples/Basic.wln

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Kernel/Material.wl
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ materialParameters[list: List[__TransmissionObject], destCl_, srcCl_, metaCl_, {

clRun[destCl, srcCl, metaCl, itemSize, groupSize, NKCycles, MovingAverageFilter, FabryPerotCycles, groupSize 256];

Print[StringTemplate["Group size: ``"][groupSize] ];


With[{
dest = destCl,
Expand Down
2 changes: 1 addition & 1 deletion Kernel/Trace.wl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ TDTrace[n_NumericArray]["FrequencyDomainConfidenceInterval"] := Module[{model, x
With[{d = TDTrace[n]["PowerSpectrum"]//QuantityMagnitude},
model = NonlinearModelFit[Drop[d,10], A Exp[-(*FB[*)(((*SpB[*)Power[(x0 - x)(*|*),(*|*)2](*]SpB*))(*,*)/(*,*)((*SpB[*)Power[\[Sigma](*|*),(*|*)2](*]SpB*)))(*]FB*)], {\[Sigma], A, x0}, x, ConfidenceLevel->0.5, Method->"NMinimize"];
model = Association[model[[1]]["Model"]["FittedParameterRules"]];
Quantity[#, 1/"Centimeters"] &/@ {Clip[model[x0] - Abs[model[\[Sigma]]], {0, Infinity}], 1.2 Clip[model[x0] + Abs[model[\[Sigma]]], {0, Infinity}]}
Quantity[#, 1/"Centimeters"] &/@ {Clip[model[x0] - Abs[model[\[Sigma]]], {5.0, Infinity}], 1.2 Clip[model[x0] + Abs[model[\[Sigma]]], {30.0, Infinity}]}
]
]
TDTrace[n_NumericArray]["FDCI"] := TDTrace[n]["FrequencyDomainConfidenceInterval"]
Expand Down
2 changes: 1 addition & 1 deletion PacletInfo.wl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PacletObject[
"Creator" -> "Kirill Vasin",
"License" -> "MIT",
"PublisherID" -> "JerryI",
"Version" -> "0.0.4",
"Version" -> "0.0.2",
"WolframVersion" -> "13+",
"PrimaryContext" -> "JerryI`TDSTools`",
"Extensions" -> {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Time-Domain Spectroscopy Tools 🧰
A small library for high-precision material parameter extraction from time-domain THz signals, written in Wolfram Language 🐺 and OpenCL 🏎️

*Developed at University of Augsburg, Germany 🇩🇪*
*Developed at Augsburg University, Germany 🇩🇪*

<h4>Beta testing ♲</h4>

Expand Down

0 comments on commit 65c4184

Please sign in to comment.