Skip to content

ProbTrackXBaseInputSpec random_seed type error #3534

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

Open
lamaresh opened this issue Jan 19, 2023 · 0 comments
Open

ProbTrackXBaseInputSpec random_seed type error #3534

lamaresh opened this issue Jan 19, 2023 · 0 comments

Comments

@lamaresh
Copy link

in ProbTrackXBaseInputSpec the random_seed input is set as a boolean, instead it should be a number used to initialise the random number generator and it's useful in the setting of splitting tractography over multiple threads (https://www.jiscmail.ac.uk/cgi-bin/wa-jisc.exe?A2=ind1603&L=FSL&D=0&P=34677)

So i think that in ProbTrackXBaseInputSpec should be something like this:

random_seed = traits.Int(argstr="--rseed=%s", desc="a number to initialize the random number generator")

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