File: heka2itx.bat

package info (click to toggle)
biosig4c%2B%2B 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,220 kB
  • sloc: ansic: 41,218; cpp: 8,946; sh: 4,365; makefile: 1,758; python: 87; awk: 73; php: 40; perl: 36; java: 14; ruby: 7
file content (15 lines) | stat: -rwxr-xr-x 762 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
: Conversion of HEKA/Patchmaster data into ITX (Igor Text) format 
:
:    $Id$	
:    Copyright (C) 2008, 2011 Alois Schloegl <a.schloegl@ieee.org>
:    This file is part of the "BioSig for C/C++" repository 
:    (biosig4c++) at http://biosig.sf.net/ 
echo off
echo HEKA2ITX is part of BioSig http://biosig.sf.net and licensed with GNU GPL v3.
echo HEKA2ITX Copyright 2008,2011 Alois Schloegl <a.schoegl@ieee.org>
echo HEKA2ITX converts BIN data into other biosignal data formats (default GDF)
echo usage: heka2itx source dest
echo usage: heka2itx -SWEEP=ne,ng,ns source dest
echo          selects sweep ns from group ng from experiment ne. 
echo          use 0 as wildcard selecting all sweeps fullfilling the criteria	
save2gdf.exe -f=ITX %1 %2 %3 %4 %5 %6 %7