diff --git a/hp4155/measurements.py b/hp4155/measurements.py
index a91eb91a7225df9600cc4ccacb36ebf15e76be97..606723c4079ac2a0a6a01606c09817817c46501d 100644
--- a/hp4155/measurements.py
+++ b/hp4155/measurements.py
@@ -392,7 +392,7 @@ def tlm_final(innen=0,distances=(5,10,15,25,45),field_name ='M00',start=-50*10**
         if(innen==0):
             #specify path and file_name
             file_name = field_name+"_TLM_"+str(j+1)+".txt"
-            location =r"\\fileserver.cst.rwth-aachen.de\public\Datentransfer\Asonitis, Alexandros"
+            location =r"\\FILESERVER\public\Datentransfer\Asonitis, Alexandros\results"
             path= os.path.join(location,file_name)
         
             #check if file name exists
@@ -404,7 +404,7 @@ def tlm_final(innen=0,distances=(5,10,15,25,45),field_name ='M00',start=-50*10**
         else:
             #specify path and file_name
             file_name = field_name+"_CTLM_"+str(j+1)+".txt"
-            location =r"\\fileserver.cst.rwth-aachen.de\public\Datentransfer\Asonitis, Alexandros"
+            location =r"\\FILESERVER\public\Datentransfer\Asonitis, Alexandros\results"
             path= os.path.join(location,file_name)
         
             #check if file name exists
@@ -414,7 +414,7 @@ def tlm_final(innen=0,distances=(5,10,15,25,45),field_name ='M00',start=-50*10**
                 path= os.path.join(location,file_name)
                 i=i+1
             
-        title = "measured field:"+field_name+"\ndistance:"+str(distances[j])+"\nI:"+str(start)+"A to "+str(stop)+"A with step:"+str(step)+"\nDate:"+date+"\n"
+        title = "measured field:"+field_name+"\nInnen radius:"+str(innen)+"µm \ndistance:"+str(distances[j])+"µm\nI:"+str(start)+"A to "+str(stop)+"A with step:"+str(step)+"\nDate:"+date+"\n"
         
         f=open(path, 'a')
         f.write(title)