Update README.md

This commit is contained in:
brent-stone 2020-04-23 09:28:39 -05:00 committed by GitHub
parent 547cd67325
commit 7334f8778d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -34,6 +34,20 @@ The files are organized with an example CAN data sample and three folders. Each
* .Rda files and .pdf graphical output are examples of output using the R commands and provided .csv data.
[APRIL 2020 UPDATE]
Will Freeman added support for command line arguments and can-utils log format pre-processing.
Usage is:
# uses can-utils log format
python Main.py -c inputFile.log
python Main.py --can-utils inputFile.log
# uses original format
python Main.py originalFormat.log
# uses ./loggerProgram0.log
python Main.py
## Script specific information by folder
### Pipeline
**Input**: CAN data in the format demonstrated in LoggerProgram0.log