Skip to content
Snippets Groups Projects
Commit 7ef4f6fd authored by JupyterHub User's avatar JupyterHub User
Browse files

ok

parent 4230a38f
Branches
No related tags found
No related merge requests found
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
import module
import matplotlib.pyplot as plt
import pandas as pd
from datetime import datetime
import os
from sklearn.linear_model import LinearRegression
import sys
import numpy as np
from IPython.display import display, clear_output
......@@ -333,3 +333,5 @@ def tlm_final(innen=0,distances=(5,10,15,25,45),field_name ='M00',start=-50*10**
break
else:
sys.exit()
def tlm(innen=0,distances=(5,10,15,25,45),field_name ='M00',start=-50*10**(-3),stop=50*10**(-3),step=10**(-3),comp=10,time='MED',path=)
\ No newline at end of file
%% Cell type:code id:ba9b7aad-ea9e-4b0f-ac15-1dea9b52486c tags:
``` python
#import os
from pathlib import Path
```
%% Cell type:code id:2f35d034-8f0f-4a56-a885-ae07325b674c tags:
``` python
path="\\FILESERVER\public\Datentransfer\Asonitis, Alexandros\results"
```
%% Output
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/tmp/ipykernel_7786/1593528831.py in <module>
1 path="\\FILESERVER\public\Datentransfer\Asonitis, Alexandros\results"
----> 2 path[0].append(r)
AttributeError: 'str' object has no attribute 'append'
%% Cell type:code id:f6d6ec6c-1f86-4767-92ec-f22902300d01 tags:
``` python
path=Path(path)
print(path)
```
%% Output
esultsERVER\public\Datentransfer\Asonitis, Alexandros
%% Cell type:code id:3f4eaab5-d58a-4a91-bd22-f03043dd4c5c tags:
``` python
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment