ladbar machen
This commit is contained in:
parent
8635f90657
commit
3f7f2e83c3
201
data/nonlin_regime-traces.csv
Normal file
201
data/nonlin_regime-traces.csv
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
@ -135,9 +135,10 @@ def nonlin_regime(yposs=[450, 450, 450], printing=False, beat='',
|
||||
if os.path.exists(find_folder_name('calc_cocktailparty') + '/' + full_name + '.csv'):
|
||||
frame = pd.read_csv(find_folder_name('calc_cocktailparty') + '/' + full_name + '.csv')
|
||||
load_function = find_load_function()
|
||||
frame.to_csv(find_project_data() +load_function+'traces.csv')
|
||||
frame.to_csv(find_project_data() +load_function+'-traces.csv')
|
||||
else:
|
||||
frame = pd.to_csv(find_project_data() +load_function+'traces')#resave_small_files(full_name + '.csv', load_folder='calc_cocktailparty')
|
||||
load_function = find_load_function()
|
||||
frame = pd.read_csv(find_project_data() +load_function+'-traces')#resave_small_files(full_name + '.csv', load_folder='calc_cocktailparty')
|
||||
#
|
||||
|
||||
frame_cell_orig = frame[(frame.cell == cell_here)]
|
||||
|
Binary file not shown.
@ -87,7 +87,14 @@
|
||||
|
||||
%%%%% math %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage{amsmath}
|
||||
%\usepackage{lualatex-math}
|
||||
|
||||
\usepackage{iftex}
|
||||
|
||||
% LuaTeX-spezifischen Code nur ausführen, wenn LuaTeX verwendet wird
|
||||
\ifluatex
|
||||
\usepackage{lualatex-math}
|
||||
\fi
|
||||
|
||||
%%%%% units %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage[mediumspace,mediumqspace,Gray]{SIunits} % \ohm, \micro
|
||||
|
Loading…
Reference in New Issue
Block a user