Skip to content

ProbTrackXBaseInputSpec random_seed type error #3534

Open
@lamaresh

Description

@lamaresh

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions