Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value must be a 1x2 vector of numeric type in which the second element is larger than the first and may be Inf #28

Open
soichih opened this issue Apr 13, 2018 · 0 comments

Comments

@soichih
Copy link

soichih commented Apr 13, 2018

I am running AFQ_run with following options.

sub_dirs = { [config.patient '/dti'], [config.control '/dti'] };
sub_group = [1, 0];
afq = AFQ_Create('sub_dirs', sub_dirs, 'sub_group', sub_group);
[afq patient_data control_data norms abn abnTracts] = AFQ_run(sub_dirs, sub_group, afq);

When I run this, it crashes (toward the end of processing?) with following error message.

...
dtiCleanFibers: Keeping 414737 out of 414779 fibers.
dtiSplitInterhemisphericFibers: Splitting every fiber below Z=-10 

Computing Tract Profiles for subject /mnt/scratch/testdata/dtiinit/./dtiError using matlab.graphics.axis.Axes/set
Value must be a 1x2 vector of numeric type in which the second element is larger than the first and may be Inf

Error in axis


Error in axis


Error in AFQ_plot (line 297)


Error in AFQ_run (line 366)


Error in main (line 35)

MATLAB:hg:shaped_arrays:LimitsWithInfsPredicate

Am I running this in a wrong way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant