diff --git a/GdiPlus.dll b/GdiPlus.dll new file mode 100644 index 0000000..91057ee Binary files /dev/null and b/GdiPlus.dll differ diff --git a/boost_date_time-vc80-mt-1_40.dll b/boost_date_time-vc80-mt-1_40.dll new file mode 100644 index 0000000..c31effd Binary files /dev/null and b/boost_date_time-vc80-mt-1_40.dll differ diff --git a/boost_filesystem-vc80-mt-1_40.dll b/boost_filesystem-vc80-mt-1_40.dll new file mode 100644 index 0000000..b7c307a Binary files /dev/null and b/boost_filesystem-vc80-mt-1_40.dll differ diff --git a/boost_regex-vc80-mt-1_40.dll b/boost_regex-vc80-mt-1_40.dll new file mode 100644 index 0000000..7001546 Binary files /dev/null and b/boost_regex-vc80-mt-1_40.dll differ diff --git a/boost_signals-vc80-mt-1_40.dll b/boost_signals-vc80-mt-1_40.dll new file mode 100644 index 0000000..5669814 Binary files /dev/null and b/boost_signals-vc80-mt-1_40.dll differ diff --git a/boost_system-vc80-mt-1_40.dll b/boost_system-vc80-mt-1_40.dll new file mode 100644 index 0000000..5eb55fd Binary files /dev/null and b/boost_system-vc80-mt-1_40.dll differ diff --git a/boost_thread-vc80-mt-1_40.dll b/boost_thread-vc80-mt-1_40.dll new file mode 100644 index 0000000..c6a8b19 Binary files /dev/null and b/boost_thread-vc80-mt-1_40.dll differ diff --git a/convertPlx2Mat.m b/convertPlx2Mat.m new file mode 100644 index 0000000..c6a425f --- /dev/null +++ b/convertPlx2Mat.m @@ -0,0 +1,65 @@ +function convertPlx2Mat(sessiondate) + +global DATADIR +global mk + +day = sessiondate; +daystr = num2str(day); + +%% PLEXON COMPUTERS +% Superfaun, LiquidSword, Pinky, Pipe, Adjule. + + + +s = getdaysfiles(day,mk,'*superfaun*.plx'); +path = s{1}; +k = path(1:end-4); +str = ['plx2mat',' ','-o',' ',k,'.mat',' ',k,'.plx',' ','-s',' ','-e',' ','-a'] +% str = ['plx2mat',' ','-o',' ',k,'.mat',' ',k,'.plx',' ','-a'] +[status,cmdout] = dos(str); + + + +l = getdaysfiles(day,mk,'*liquidsword*.plx'); +if(isempty(l)) + l = getdaysfiles(day,mk,'*Liquidsword*.plx'); +end +if(isempty(l)) + l = getdaysfiles(day,mk,'*LiquidSword*.plx'); +end + +if(~isempty(l)) + path = l{1}; + k = path(1:end-4); + str = ['plx2mat',' ','-o',' ',k,'.mat',' ',k,'.plx',' ','-s'] + [status,cmdout] = dos(str); +end + + +p = getdaysfiles(day,mk,'*pinky*.plx'); +if(~isempty(p)) + path = p{1}; + k = path(1:end-4); + str = ['plx2mat',' ','-o',' ',k,'.mat',' ',k,'.plx',' ','-s'] + [status,cmdout] = dos(str); +end + +pi = getdaysfiles(day,mk,'*pipe*.plx'); +if(~isempty(pi)) + path = pi{1}; + k = path(1:end-4); + str = ['plx2mat',' ','-o',' ',k,'.mat',' ',k,'.plx',' ','-s'] + [status,cmdout] = dos(str); +end + + +ad = getdaysfiles(day,mk,'*Adjule*.plx'); +if(~isempty(ad)) + path = ad{1}; + k = path(1:end-4); + str = ['plx2mat',' ','-o',' ',k,'.mat',' ',k,'.plx',' ','-s'] + [status,cmdout] = dos(str); +end + + + diff --git a/cyggcc_s-1.dll b/cyggcc_s-1.dll new file mode 100644 index 0000000..a9fad59 Binary files /dev/null and b/cyggcc_s-1.dll differ diff --git a/cygwin1.dll b/cygwin1.dll new file mode 100644 index 0000000..37e6d8d Binary files /dev/null and b/cygwin1.dll differ diff --git a/icudt42.dll b/icudt42.dll new file mode 100644 index 0000000..a6a1c48 Binary files /dev/null and b/icudt42.dll differ diff --git a/icuin42.dll b/icuin42.dll new file mode 100644 index 0000000..a25f020 Binary files /dev/null and b/icuin42.dll differ diff --git a/icuio42.dll b/icuio42.dll new file mode 100644 index 0000000..2f86ce7 Binary files /dev/null and b/icuio42.dll differ diff --git a/icule42.dll b/icule42.dll new file mode 100644 index 0000000..bf604cd Binary files /dev/null and b/icule42.dll differ diff --git a/icuuc42.dll b/icuuc42.dll new file mode 100644 index 0000000..28267ec Binary files /dev/null and b/icuuc42.dll differ diff --git a/libexpat.dll b/libexpat.dll new file mode 100644 index 0000000..7c7e72c Binary files /dev/null and b/libexpat.dll differ diff --git a/libhdf5.dll b/libhdf5.dll new file mode 100644 index 0000000..7b44485 Binary files /dev/null and b/libhdf5.dll differ diff --git a/libhdf5_hl.dll b/libhdf5_hl.dll new file mode 100644 index 0000000..1326c23 Binary files /dev/null and b/libhdf5_hl.dll differ diff --git a/libmat.dll b/libmat.dll new file mode 100644 index 0000000..2739c35 Binary files /dev/null and b/libmat.dll differ diff --git a/libmex.dll b/libmex.dll new file mode 100644 index 0000000..9d3089c Binary files /dev/null and b/libmex.dll differ diff --git a/libmwfl.dll b/libmwfl.dll new file mode 100644 index 0000000..402fa75 Binary files /dev/null and b/libmwfl.dll differ diff --git a/libmwi18n.dll b/libmwi18n.dll new file mode 100644 index 0000000..ed144dd Binary files /dev/null and b/libmwi18n.dll differ diff --git a/libmx.dll b/libmx.dll new file mode 100644 index 0000000..69cabbc Binary files /dev/null and b/libmx.dll differ diff --git a/libut.dll b/libut.dll new file mode 100644 index 0000000..bde6924 Binary files /dev/null and b/libut.dll differ diff --git a/msvcp80.dll b/msvcp80.dll new file mode 100644 index 0000000..cddae88 Binary files /dev/null and b/msvcp80.dll differ diff --git a/msvcr80.dll b/msvcr80.dll new file mode 100644 index 0000000..fb7598c Binary files /dev/null and b/msvcr80.dll differ diff --git a/plx2mat.exe b/plx2mat.exe new file mode 100644 index 0000000..981e9d8 Binary files /dev/null and b/plx2mat.exe differ diff --git a/zlib1.dll b/zlib1.dll new file mode 100644 index 0000000..79efe05 Binary files /dev/null and b/zlib1.dll differ