LTS5 / cmp_nipype

This repository is meant to host a beta version for the future release of the ConnectomeMapper.
Other
13 stars 5 forks source link

LOG file > 40MB. Suggestion. #32

Closed MarcRamos closed 10 years ago

MarcRamos commented 10 years ago

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