Saschas susceptibility paper no 1
Go to file
2025-03-25 11:31:13 +01:00
data dated up 2024-06-20 22:07:13 +02:00
doc updated some comments 2024-04-20 12:47:06 +02:00
removed updated some comments 2024-04-20 12:47:06 +02:00
removed2 updated some comments 2024-04-20 12:47:06 +02:00
.gitignore worked on Benjamins comments 2024-11-22 11:44:18 +01:00
~$ench_Zitate.docx Literatur Dokument 2024-05-28 17:59:52 +02:00
ampullary.pdf no more notes 2024-11-29 18:30:05 +01:00
ampullary.py changes 2024-06-20 21:19:27 +02:00
cells_suscept_high_CV.pdf no more notes 2024-11-29 18:30:05 +01:00
cells_suscept_high_CV.py changes 2024-06-20 21:19:27 +02:00
cells_suscept.pdf no more notes 2024-11-29 18:30:05 +01:00
cells_suscept.py changes 2024-06-20 21:19:27 +02:00
data_overview_mod.pdf removed elsearticel 2025-03-25 11:31:13 +01:00
data_overview_mod.py changes 2024-06-20 21:19:27 +02:00
desktop.ini Started 2024-02-19 13:20:57 +01:00
flowchart.pdf no more notes 2024-11-29 18:30:05 +01:00
flowchart.py changes 2024-06-20 21:19:27 +02:00
French_Zitate.docx updating summary 2024-05-29 17:27:31 +02:00
gwn50Hz10s0.3.dat for code refer to package threefish 2024-05-02 23:12:20 +02:00
gwn150Hz10s0.3.dat for code refer to package threefish 2024-05-02 23:12:20 +02:00
gwn150Hz10s0.3short.dat for code refer to package threefish 2024-05-02 23:12:20 +02:00
gwn300Hz10s0.3.dat for code refer to package threefish 2024-05-02 23:12:20 +02:00
gwn300Hz10s0.3short.dat for code refer to package threefish 2024-05-02 23:12:20 +02:00
gwn300Hz50s0.3.dat for code refer to package threefish 2024-05-02 23:12:20 +02:00
iscience.bst methods, makefile and iscience style 2024-02-23 15:00:26 +01:00
iscience.dbj methods, makefile and iscience style 2024-02-23 15:00:26 +01:00
journalsabbrv.bib no more notes 2024-11-29 18:30:05 +01:00
journalsabbrv.bib.bak submitt changes 2024-02-19 15:46:02 +01:00
Makefile ladbar machen 2024-06-16 15:03:40 +02:00
model_and_data.pdf no more notes 2024-11-29 18:30:05 +01:00
model_and_data.py fixed plot code 2024-11-22 09:44:44 +01:00
model_full.pdf no more notes 2024-11-29 18:30:05 +01:00
model_full.py worked on Benjamins comments 2024-11-22 11:44:18 +01:00
motivation-calc_auc_three_core-spikes_core_AUCI_multsorted2__psdEOD_all.pkl updated model full 2024-02-29 15:27:03 +01:00
motivation.pdf removed absolute values from motivation 2025-03-25 11:30:42 +01:00
motivation.py removed absolute values from motivation 2025-03-25 11:30:42 +01:00
nonlin_regime_afe_0.01_nfft_400000_len_100_psd.npy updating figures 2024-06-13 20:46:52 +02:00
nonlin_regime_afe_0.01_nfft_400000_len_100_psdf.npy updating figures 2024-06-13 20:46:52 +02:00
nonlin_regime_psd.npy updating figures 2024-06-13 10:08:50 +02:00
nonlin_regime_psdf.npy updating figures 2024-06-13 10:08:50 +02:00
nonlin_regime.pdf new nonlinear_regime figure 2025-03-13 09:53:29 +01:00
nonlin_regime.py added thin lines to figure 3 2024-11-22 10:27:37 +01:00
plos2015.bst add plos ref style and change document to the plos template 2024-03-08 08:59:19 +01:00
plot_chi2.pdf fixed plot code 2024-11-22 09:44:44 +01:00
plot_chi2.py changes 2024-06-20 21:19:27 +02:00
plotstyle.py fixed plot code 2024-11-22 09:44:44 +01:00
README.md update README.py 2024-06-21 11:12:04 +02:00
references_bibertool.bib submitt changes 2024-02-19 15:46:02 +01:00
references.bib no more notes 2024-11-29 18:30:05 +01:00
Settup.pptx Started 2024-02-19 13:20:57 +01:00
susceptibility1.tex removed absolute values from motivation 2025-03-25 11:30:42 +01:00
trialnr.pdf fixed plot code 2024-11-22 09:44:44 +01:00
trialnr.py fixed plot code 2024-11-22 09:44:44 +01:00

Tabele with all cell information considering RAM overview analysis is saved in data/ as data_overview_mod.csv

frame = pd.read_csv('data_overview_mod.csv')

see data_overview_mod.py for loading and filtering.

The susceptibility model is calculated in threefish\threefish\RAM\calc_model with calc_RAM_model() The data single cell suceptiblity matrices are calculated in threefish\threefish\RAM\calc_model with calc_RAM_model() and the overview for data_overview_mod are calculated with calc_RAM_overview()

You cannot use the develop folder (e.g. to change the cells chosen) from the susceptiblity folder. But all data and the folder structure is on anaconda in /home/rudnaya/Desktop/Masterarbeit/work/code There you can rerun all scripts (the code is in there) and the data is saved automatically, and can be then retrieved in the susceptibility or twobeat folder by runing the redo paramter if defining yourself as the develop folder See README in /home/rudnaya/Desktop/Masterarbeit/work/code