Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a new notebook to show the statistics of the enclosed object with… (
#274) * add a new notebook to show the statistics of the enclosed object with psydat file * open the psydat file with vstt.Experiment, add notebook path_and_velocity to index.rst, plot the to_center velocity * use groupby() to iterate the data, refactor code,add color to velocity chart * reduce some ugly code in for loop * apply filter to the mouse positions and velocity * apply filter to the mouse positions and velocity * relate window_length to the input data in savgol_filter * delete path_and_velocity_copy.ipynb * instead of modifying variable 'positions', modifying the copy of it to preventing modifying the grouped data * switch the solid line and dashed line * extract window_length and polyorder as global variables and illustrate how to apply a Savitzky-Golay filter * make the filter plot interactive --------- Co-authored-by: ZoeLi0525 <[email protected]>
- Loading branch information