transportWMI / previewTransportData

Small python tool to read and preprocess transport measurement data. This will allow to have a quick look at TMDS measurement data without the need to hack with origin.
MIT License
1 stars 0 forks source link

adapt .dat file format to origins defaults #3

Open HaMF opened 10 years ago

HaMF commented 10 years ago

change ascii export file header so origin can import the data including comment and column header automagically when dropping the file in the main window

what's the right header structure for that (mind, there might be spaces in the column names)?

pheonix22 commented 10 years ago

Format ist Name Einheit Kommentar Spezifischer Parameter 1 ... Spezifischer Parameter n

Dabei muss beachtet werden, dass beim origin ascii Import die Anzahl an gleichen Spalten auf eine Zahl > n+3 gestellt ist

VG

PS der dropimport funktioniert nur mit max drei headezeilen

-------- Ursprüngliche Nachricht -------- Von: Hannes notifications@github.com Datum: An: transportWMI/previewTransportData previewTransportData@noreply.github.com Betreff: [previewTransportData] adapt .dat file format to origins defaults (#3)

change ascii export file header so origin can import the data including comment and column header automagically when dropping the file in the main window

what's the right header structure for that (mind, there might be spaces in the column names)?

Reply to this email directly or view it on GitHubhttps://github.com/transportWMI/previewTransportData/issues/3.