diff --git a/one_vs_others_DEMO.ipynb b/one_vs_others_DEMO.ipynb index e7c454e451eb5697a63da5318ef57a9a696aa9fe..aa6f87a4c8178ee9a8e1e32704a61358d46c58d6 100644 --- a/one_vs_others_DEMO.ipynb +++ b/one_vs_others_DEMO.ipynb @@ -87,7 +87,7 @@ "results_path = '' # <--- path to save figures (empty = don't save)\n", "fn_prefix = 'C7.Body.' # <--- marker.name (e.g., 'C7.Body' for upper body, 'TFHD.Body' for top forehead)\n", "fn_instr_all = ['Violinist1','Violinist2','Violist','Cellist'] # <--- All instruments to consider\n", - "fn_dims = ['_X','_Y','_Z'] # <--- spatial axes to cosnider (e.g., X,Y,Z)\n", + "fn_dims = ['_X','_Y','_Z'] # <--- spatial axes to consider (e.g., X,Y,Z)\n", "\n", "downsample_factor = 9 # <--- downsampling factor (9 results in 49 Hz at sampling rate = 441 Hz)\n", "\n",