diff --git a/file-to-couchdb_tl1.py b/file-to-couchdb_tl1.py index 9912909fe379b803275ce008e7eaa2bee473b709..3b032c53cea8b8fd38b4194ac9da4869a8fcfa84 100644 --- a/file-to-couchdb_tl1.py +++ b/file-to-couchdb_tl1.py @@ -228,7 +228,8 @@ if QMS == "ja" : with open('QMS-Scan.txt', 'w') as f: - f.write(filetab) + f.write(filetab) + df = pd.read_csv("QMS-Scan.txt", sep="\t", #usecols=["Time"] diff --git a/tl.ini b/tl.ini index 5a0a1bd822504c53b8679b8bc3e650914b29688e..bb2fb5638786ded6ad2f6a4ee1d1e046d4e7248e 100644 --- a/tl.ini +++ b/tl.ini @@ -1,6 +1,6 @@ [path] -path_ks=C:\\Users\\becker07\\kalibrierschein\\ks- -path_files=C:\\Users\\becker07\\python\\TL1\\ +path_ks=/home/friske01/P/TLV/KS/ks- +path_files=/home/friske01/N/Abt_7/Fb75/Vakuum/Messplaetze/TL1/Messwerte/ [couch] @@ -15,4 +15,4 @@ API_KEY = Beispiel - \ No newline at end of file + diff --git a/writeLaTeX-ks-TLA.py b/writeLaTeX-ks-TLA.py index b0b61cc9aa857fcb2f9c6800cb37f9ac3a4ae52d..6b03c3ca7112f722d588dcc17d1b7a502cdbec20 100644 --- a/writeLaTeX-ks-TLA.py +++ b/writeLaTeX-ks-TLA.py @@ -228,7 +228,7 @@ if (sectionDiscription_noyes!= 'yes'): else: - sectionDiscription_2= " Die von der PTB zuletzt durchgeführten Kalibrierung ist im Kalibrierschein " + last_cert + " beschrieben." + sectionDiscription_2= " Die von der PTB zuletzt durchgeführte Kalibrierung ist im Kalibrierschein " + last_cert + " beschrieben." sectionDiscription_2_en= " The previous calibration at PTB had been carried out " + last_cert_year + ' with the calibration mark ' + last_cert + " ." @@ -481,4 +481,4 @@ db.save(doc_cer) - \ No newline at end of file + diff --git a/writeLaTex-ks-TLV.py b/writeLaTex-ks-TLV.py index 67439a160f3729d635b41507b2bcb48f82043007..9f34a389318d4e8e04e4b4664c1db1be36094582 100644 --- a/writeLaTex-ks-TLV.py +++ b/writeLaTex-ks-TLV.py @@ -221,7 +221,7 @@ if (sectionDiscription_noyes!= 'yes'): else: - sectionDiscription_2= " Die von der PTB zuletzt durchgeführten Kalibrierung ist im Kalibrierschein " + last_cert + " beschrieben." + sectionDiscription_2= " Die von der PTB zuletzt durchgeführte Kalibrierung ist im Kalibrierschein " + last_cert + " beschrieben." sectionDiscription_2_en= " The previous calibration at PTB had been carried out " + last_cert_year + ' with the calibration mark ' + last_cert + " ." @@ -460,4 +460,4 @@ db.save(doc_cer) - \ No newline at end of file +