memobc / memolab-fmri-qa

Scripts for doing general QA on fMRI data, including ArtRepair
MIT License
8 stars 6 forks source link

issue with legend #6

Open pritomrajkhowa opened 4 years ago

pritomrajkhowa commented 4 years ago

I am trying to run the script, but encountering following error. Can you guide me whats is the issue.

Calculating globals...: ...done\n 23866 voxels were in the auto generated mask. Error using legend (line 287) Invalid argument. Type 'help legend' for more information.

Error in art_global_qa (line 437) legend('x mvmt', 'y mvmt', 'z mvmt','pitch','roll','yaw',0);

Error in run_art_global (line 94) [art_suspects, FD_mean_run{r}, FD_run{r}] = art_global_qa(b.rundir(r).files, b.rundir(r).rp, b.headMask, b.repairType, b.percent, b.mv);

Error in memolab_batch_qa (line 243) [all_suspects, FD_mean_run, FD_run] = run_art_global(b);

LongQian2008 commented 4 years ago

I have the same question. anyone could help us? Many thanks.

LongQian2008 commented 4 years ago

Screen Shot 2020-08-03 at 10 58 52 PM