Import/export raw tables?
Posted: Fri Aug 16, 2024 3:15 pm
I wrote a Python program to analyze my datalogs and suggest new fuel values based on a few parameters. It's been working very well to dial things in after new injectors and MAP sensor. It averages out the STFT adjustments within the defined RPM/Load bins and makes a suggestion to adjust by X percent if there are enough records to be trustworthy.
Right now I need to manually take its suggestions and enter them into the tables within the Ktuner software. Is there a way to export the raw tables (to process them in my code) and import the updated ones? It would save some manual data entry if possible.
Right now I need to manually take its suggestions and enter them into the tables within the Ktuner software. Is there a way to export the raw tables (to process them in my code) and import the updated ones? It would save some manual data entry if possible.