Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | motan: Improve reading of initial step position data | Kevin O'Connor | 2022-09-05 | 1 | -0/+4 |
| | | | | | | | Seed the initial position from the first read position, even if it is some time into the capture. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Fix typo in error report | Kevin O'Connor | 2022-04-23 | 1 | -1/+1 |
| | | | | | | Reported by @Ludy87. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for analyzing "angle" sensor data | Kevin O'Connor | 2022-03-29 | 2 | -0/+65 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Fix comment copy-and-paste error in readlog.py | Kevin O'Connor | 2021-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Minor change to corexy analyzer label | Kevin O'Connor | 2021-10-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add an analyzer to integrate accelerometer input | Kevin O'Connor | 2021-10-16 | 1 | -1/+60 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for graphing stepper motor phase and microstep position | Kevin O'Connor | 2021-10-16 | 1 | -0/+98 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Show data filename in graph title | Kevin O'Connor | 2021-10-16 | 1 | -3/+3 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Improve handling of errors during data subscriptions | Kevin O'Connor | 2021-09-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for dumping and analyzing adxl345 data | Kevin O'Connor | 2021-08-30 | 2 | -0/+51 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add corexy forward kinematics analyzer | Kevin O'Connor | 2021-08-30 | 1 | -0/+28 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Add support for graphing arbitrary get_status fields | Kevin O'Connor | 2021-08-30 | 1 | -6/+67 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan: Pass dataset parameters in parenthesis | Kevin O'Connor | 2021-08-30 | 3 | -68/+95 |
| | | | | | | Replace names like "trapq:toolhead:x" with "trapq(toolhead,x)". Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan_graph: Fix legend when using matplotlib twinx | Kevin O'Connor | 2021-08-24 | 1 | -2/+7 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | data_logger: Flush the initial index file when all queries complete | Kevin O'Connor | 2021-08-24 | 1 | -40/+37 |
| | | | | | | This should avoid zero byte index files for small captures. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | readlog: Support queue_step smoothing | Kevin O'Connor | 2021-08-22 | 1 | -11/+39 |
| | | | | | | | | Logically "smooth" each step in a queue_step sequence over a small time period. This smoothing makes it easier for the analysis tools to extract high-level trends from the data. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | motan_graph: Initial support for graphing data log | Kevin O'Connor | 2021-08-22 | 3 | -0/+650 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | data_logger: Add tool for bulk logging of data via the API server | Kevin O'Connor | 2021-08-22 | 1 | -0/+192 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |