We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am seeing this error message.
Reference to non-existent field 'max_num_seeds'. Error in mergeTCK (line 38) count_seed = tck_temp.max_num_seeds; }
I am feeding a tck file with the following header
mrtrix tracks dimensions: (145, 174, 145) mrtrix_version: 3.0_RC3 timestamp: 1556587653.3208506107 voxel_order: RAS voxel_sizes: [ 1.25 1.25 1.25] datatype: Float32LE file: . 240 count: 144000 total_count: 144000 END
I think some .tck filess doesn't have max_num_seeds set... Can you update it so that it can handle such cases?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am seeing this error message.
I am feeding a tck file with the following header
I think some .tck filess doesn't have max_num_seeds set... Can you update it so that it can handle such cases?
The text was updated successfully, but these errors were encountered: