Skip to content

Instantly share code, notes, and snippets.

@azulus
azulus / PostProcessor.py
Created December 4, 2015 19:15 — forked from Realio/PostProcessor.py
Creates a file called OP.csv with one line in it - Cycle Push Load Pull Load Push Average Pull Average
#!/usr/bin/env python
import os
import csv
#source_dir = "\\\gameshare2\IEB\Reliability\BRB-2015\\98-Non-FTE\\01-DataAndTestResults\\11-Headband\Data_Processor"
source_dir = "C:\cygwin64\home\Test Data"
#change source directory for testing
input_file_path = source_dir + "\IP.csv"
#can this be any .csv files?