Crop to slab mrview

Hi there,

I d like to take screenshots of tractography results automatically. However it seems like its not possible to change the ‘crop to slab’ option from command line. Is there a way of modifying this so that when mrview opens this is ticked off by default?

Thanks

Chiara

We don’t have a command line or config file option do that. If you want, you could “hack” mrview: I believe changing true to false in this line, followed by ./build should do the trick.

Go back via
git checkout src/gui/mrview/tool/tractography/tractography.cpp
./build

ok thank you very much

I have implemented a command line option for this, and the ability to set its thickness. I’ll be putting in a pull request next week.

1 Like

Great, thanks!

Pull request here:

:slight_smile:

1 Like