Sequence for converting Biosemi bdf file to tab delimited format. 30 October 2006 Download everything to 1 directory. Ensure the sig2text and txt2lammers.pl are execuatable. "ls -l *" should have 3 "x"s in the first 9ish columns. if not, type "chmod a+rx sig2text txt2lammers.pl" typing "./sig2text" should give some help as should typing "./txt2lammers.pl" If you are getting funny errors then something is wrong. If the .pl file fails check you have perl installed by typing "perl --version" Note, the "./" means the program is in the current directory. 1. read in the bdf with unemap, 2. save it to a unemap .signal file (File|Save Inverval As) 3. run sig2text (./sig2text SIGNALFILE UNEMAPTXT) 4. run txt2lammers.pl (./txt2lammers.pl -input UNEMAPTXT -output LAMMERSTXT)