Commit Graph

36 Commits

Author SHA1 Message Date
brent-stone 1d2a73fe85
Merge pull request #8 from Loris1123/master
Extended CAN IDs for FromCanUtilsLog. Thank you Loris1123!
2020-07-13 16:45:59 -04:00
Loris1123 873c7d8355 Added requirements, Support for extended CAN IDs and fixes a bug for static singnals 2020-06-25 20:58:55 +02:00
brent-stone 37ea909f7d
Update README.md 2020-04-23 09:31:49 -05:00
brent-stone 71d2cf1012
Update README.md
Added notes about Will's merge
2020-04-23 09:30:31 -05:00
brent-stone 7334f8778d
Update README.md 2020-04-23 09:28:39 -05:00
brent-stone 547cd67325
Merge pull request #7 from frillweeman/master
Support for Argument Parsing and Can-Utils log format
2020-04-22 17:20:47 -05:00
Will Freeman 0a9953841f add gitignore 2020-04-22 15:03:36 -05:00
Will Freeman 88339137e2 add argument parsing and can-utils log format support 2020-04-22 15:03:23 -05:00
Will Freeman 48e8ccec7d delim_whitespace preferred over delimiter argument 2020-04-22 15:02:10 -05:00
brent-stone f0fdcd631e
Updated rEDM and EDM links
links were broken. Fixed the link to rEDM and added information about the Sugihara Lab webpage.
2020-03-09 22:19:33 -05:00
brent-stone 080bfb5894
Replaced home.py references
Home.py references in readme were replaced to reflect the main.py naming. Thank you for the catch!
2020-02-04 15:16:07 -06:00
brent-stone 09d951e93f
Merge pull request #4 from JoshuaArking/master
Rewrite of the J1979 Class with better PID support.

Note from Brent: Great work and sorry for the slow response time. I was going to test that this doesn't break anything but I'm very busy right now. Merging and I'll let others raise the alarm if there are any problems.
2019-10-23 23:26:50 -05:00
JoshuaArking 315eeabc13 Removed the .idea folder put in git by my IDE and added it to .gitignore 2019-10-04 12:40:04 -04:00
JoshuaArking ea1bddd625 Added functions necessary to import the pid dictionary, and added a check for non-monotonic values in data. 2019-10-04 12:31:44 -04:00
JoshuaArking 9f89acdc07 Added an import to make a pid dictionary. 2019-10-04 12:30:01 -04:00
JoshuaArking 4a2273d8c1 Added support for a pid dictionary. 2019-10-04 12:28:35 -04:00
JoshuaArking cad7102993 Removed unnecessary quotations and added support for pid 142. 2019-10-04 12:27:28 -04:00
JoshuaArking c01f603cda Rewrite of J1979 to use a pid dictionary rather than if - elif. 2019-10-04 12:26:13 -04:00
JoshuaArking 53c94a832e Added .csv file containing most OBD PIDs. 2019-10-02 08:52:09 -04:00
JoshuaArking 7a7babe0c0 quick fix for annoying git 2019-09-11 16:52:21 -04:00
brent-stone 99f55ced91
Merge pull request #2 from JoshuaArking/master
Fix for very small floating point numbers causing ValueError
2019-09-10 18:24:31 -05:00
JoshuaArking 3e058f37ad Removed local project files from master 2019-08-29 10:15:45 -04:00
JoshuaArking e90bfd3979 Fix for handling very small floating point numbers 2019-08-29 09:56:22 -04:00
JoshuaArking 907c3c0567 Changed local directory. 2019-08-27 19:30:40 -04:00
JoshuaArking 5555c6371f Moved my changes to a new branch. This is the original code. 2019-08-27 19:25:47 -04:00
JoshuaArking 71a2912afb Rewrote the README to explain this project better. 2019-08-27 14:19:54 -04:00
JoshuaArking 3749d4f303 First Commit. Details to follow; I'm still learning. 2019-08-27 13:35:21 -04:00
brent-stone ca184a56de
Unix file structure compatability
modified line 67 directory string to use 
sample_path=dirName + "/" + m.group(0) 
instead of 
sample_path=dirName + "\\" + m.group(0)
2019-08-15 21:03:58 -05:00
brent-stone ac0e55fecc
Log File 2019-03-26 13:59:48 -04:00
Brent a6b5a429fb Added clarity for Pipeline demo 2019-03-11 11:22:25 -04:00
Brent 90495126ff Some typos.. whoops 2019-03-11 11:17:57 -04:00
Brent 6437b4fa8b Adding example output
Examples of what Pipeline_multi-file will output. Note that some pickle files have been removed because they were rather large.
2019-03-08 15:25:24 -05:00
Brent 94bf187ecd Initial source code commit 2019-03-08 15:17:12 -05:00
brent-stone 69ea19f719
Update README.md 2019-03-08 15:13:04 -05:00
brent-stone 645edf368b
Update README
Initial README information.
2019-03-08 15:10:56 -05:00
brent-stone 454c517f2a
Initial commit 2019-03-08 14:10:03 -05:00