Hey,
I was trying to check the log to find some weird thing is happening with the tracking in mrtrix and just realise that the size of the logfile is way too big, most of the file is just mrtrix telling is finding fibers and percentatge, useless info I think.
I suggest this solution, now the log file is only 20kB (using custom parc), to redirect the stderr to null in this command (line 396 of tracking.py more or less):
mrtrix_tracking.inputs.args = '2>/dev/null'
For large collections, I think will save a reasonable quantity of space just with this.
Hey, I was trying to check the log to find some weird thing is happening with the tracking in mrtrix and just realise that the size of the logfile is way too big, most of the file is just mrtrix telling is finding fibers and percentatge, useless info I think. I suggest this solution, now the log file is only 20kB (using custom parc), to redirect the stderr to null in this command (line 396 of tracking.py more or less): mrtrix_tracking.inputs.args = '2>/dev/null' For large collections, I think will save a reasonable quantity of space just with this.
Cheers, Marc