This repository has been archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# pyAltiForce | ||
Python Parsing for AltiForce GoPro Backpack CSVs | ||
|
||
The CSV file is processed and a plot of time vs. total acceleration is displayed. | ||
|
||
## Usage | ||
Calling `pyAltiForce` from the command line with no arguments opens a file selection GUI for the user to select a single CSV file to process and display. | ||
|
||
Calling `pyAltiForce` with the optional `-f` or `--file` flag will allow the user to specify a single CSV file to process. | ||
|
||
Examples Include: | ||
|
||
python pyAltiForce -f './Data/GOPR0024.CSV' | ||
python pyAltiForce --file 'C:/My Data/GOPR0024.CSV' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters