Dear FreeSurfer community:
I am a beginner and tying to load multiple volumes in Freeview with a single option applied to all the volumes.
For example, I would like to set grayscale window as min=0 and max=100 for all volumes. Is there a simple command line which does that efficiently?
The command line below works if I provide the option for each volume: freeview -v sitename/mri/subj0401/brainmask.mgz:grayscale=0,100 \ sitename/mri/subj0402/brainmask.mgz:grayscale=0,100 \ ... \ sitename/mri/subj0425/brainmask.mgz:grayscale=0,100
However, the command line something like this does not: freeview -v sitename/mri/subj*/brainmask.mgz:grayscale=0,100
Thanks in advance,
Ikbeom