- Save the time course window in /<path>/<filename-timecourse>.ps
Graph_SaveToPS <fileName>
e.g.
Graph_SaveToPS /tmp/graph.ps
- Select only some of the contrasts for display (e.g., we have contrasts
0-7 and only want to display 1, 2, and 3)
set gGraphSetting(<color>,visible) <0|1>
Where color is one of:
Red Green Blue Purple Brown Pink Gray LightBlue Yellow Orange
"Red" is condition one, "Green" is condition two, etc.
e.g.
set gGraphSetting(Green,visible) 0
- Setting "subtract pre-stim average" on, i.e. forcing the pre-stimulus
time window mean values to zero on the y-axis ("baseline correction").
set gbPreStimOffset <0|1>
e.g.
set gbPreStimOffset 1