Ð83Ð
Recent Upgrades - 3
¥ Matrix inputs for -glt option can now indicate lots of zero entries using a notation like 30@0 1 -1 0 0 to indicate that 30 zeros precede the rest of the input line
H Example: 10 imaging runs and -polort 2 for baseline
H Can put comments into matrix and .1D files, using lines that start with Ô#Õ or Ô//Õ
H Can use Ô \Õ at end of line to specify continuation
¥ Matrix input for GLTs can also be expressed symbolically, using the names given with the -stim_label options:
H -stim_label 1 Ear -stim_maxlag 1 4
H -stim_label 2 Wax -stim_maxlag 2 4
H Old style GLT might be
H{zeros for baseline} 0 0 1 1 1 0 0 -1 -1 -1
H New style (via -gltsym option) is
H Ear[2..4] -Wax[2..4]
Sum of Ear Ð Sum of Wax (lags 2..4)