This shows you the differences between two versions of the page.
|
usage:tutorials:data_import [2010/06/04 12:26] Michael Repucci |
usage:tutorials:data_import [2010/06/04 13:40] (current) Bjoern Ludwar |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| DlgString (1,"Filename incl. path?",60,"",21,2); | DlgString (1,"Filename incl. path?",60,"",21,2); | ||
| DlgCheck (2,"Is this a repeat trial?",21,3); | DlgCheck (2,"Is this a repeat trial?",21,3); | ||
| - | DlgInteger(3,"Which cannel holds the spike events?",0,255,21,4); | + | DlgInteger(3,"Which channel holds the spike events?",0,255,40,4); |
| - | DlgInteger(4,"Which cannel marks traces/repeats?",0,255,21,5); | + | DlgInteger(4,"Which channel marks traces/repeats?",0,255,40,5); |
| DlgText("Don't forget to use dos2unix to convert the files to the correct line termination on Unix systems!",3,7); | DlgText("Don't forget to use dos2unix to convert the files to the correct line termination on Unix systems!",3,7); | ||
| DlgShow(fname$,rpt%,spkch%,markch%); | DlgShow(fname$,rpt%,spkch%,markch%); | ||