Skip to content

Commit

Permalink
Update UpdateGPXData.py
Browse files Browse the repository at this point in the history
changes in data paths
  • Loading branch information
bspauld committed Apr 5, 2016
1 parent 5d2b480 commit edfe017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UpdateGPXData.py
Expand Up @@ -31,8 +31,8 @@
runID = 0

#path to data
path = 'C:/Work/Projects/RunBENRun/Data/nikedata/Extracted_GPS/'
outpath = 'C:/Work/Projects/RunBENRun/Data/nikedata/output/'
path = 'input path'
outpath = 'output folder path'

#write the sumary results of each run to a summary file for later analysis
summaryfile = open(outpath+'rBr_summaryfile.txt', 'a' )
Expand Down

0 comments on commit edfe017

Please sign in to comment.