Plotting Data
Use the plotting functions
Get the object angle from video
Track a video using Tracker
I use Tracker, an open source video tracking software. It’s pretty bad, but it gets the job done for free!
Makes sure to save the raw data from two tracking points, using _A.dat
and _B.dat
at the end of the files.
Plot the object angle from the raw image tracking data
Use “plot_video_data.py”
python plot_video_data.py planned_23_00/2020_01_20 diam23_angles0_30_base80_tip92_0006
Inputs:
- data_folder - the folder where your data is stored
- filename - the name of the tracked file family (do not include the
_A.dat
part) - pickle (optional) - pickle the data once calculated (variants: -p, -s, pickle, save)
Outputs:
- Plot of the angle vs. time
- pickled data if you told it to save that
Note: all output files are saved in the same folder as the data files.
Usage Examples:
- folder: planned_23_00 » 2020_01_20
- file: diam23_angles0_30_base80_tip92_0006
- pickle: yes
python plot_video_data.py planned_23_00/2020_01_20 diam23_angles0_30_base80_tip92_0006 -p