1
0
Fork 0
mirror of https://gitlab.rlp.net/pgp/pgp1-python-einfuehrung synced 2024-10-12 13:24:22 +00:00

Inital push, sceleton structure note, writing out first sections

This commit is contained in:
Daniel Wenz 2023-07-26 03:50:27 -05:00
parent 1c20ae1bb5
commit 3ccb514171
4 changed files with 4827 additions and 0 deletions

4816
IminuitExample.ipynb Normal file

File diff suppressed because one or more lines are too long

11
data/discharge_data.csv Normal file
View file

@ -0,0 +1,11 @@
,time,current,delta_current,delta_time
0,0.0006374089628105326,1.06653794721224,0.05,0.0006374089628105326
1,0.08855270672350354,0.4063162554569218,0.05,0.01144729327649646
2,0.19477341810753973,0.14309270077017258,0.05,0.005226581892460288
3,0.30641332514285363,0.07814082827430417,0.05,0.006413325142853598
4,0.4052848359916686,0.06504184696453463,0.05,0.005284835991668556
5,0.5073899789350623,0.011885261505163948,0.05,0.0073899789350623255
6,0.6132792113556486,-0.018823973673063765,0.05,0.013279211355648489
7,0.7075011564995203,0.04451314797352117,0.05,0.007501156499520206
8,0.7904785812568862,0.006880718507538277,0.05,0.00952141874311389
9,0.8836721373103568,-0.019051642527104652,0.05,0.016327862689643275
1 time current delta_current delta_time
2 0 0.0006374089628105326 1.06653794721224 0.05 0.0006374089628105326
3 1 0.08855270672350354 0.4063162554569218 0.05 0.01144729327649646
4 2 0.19477341810753973 0.14309270077017258 0.05 0.005226581892460288
5 3 0.30641332514285363 0.07814082827430417 0.05 0.006413325142853598
6 4 0.4052848359916686 0.06504184696453463 0.05 0.005284835991668556
7 5 0.5073899789350623 0.011885261505163948 0.05 0.0073899789350623255
8 6 0.6132792113556486 -0.018823973673063765 0.05 0.013279211355648489
9 7 0.7075011564995203 0.04451314797352117 0.05 0.007501156499520206
10 8 0.7904785812568862 0.006880718507538277 0.05 0.00952141874311389
11 9 0.8836721373103568 -0.019051642527104652 0.05 0.016327862689643275

BIN
images/FitPerformance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB