<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi all,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We are starting to research EEG.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We have sets of files produced by XLTEC, each set consists of files with extensions:<o:p></o:p></p>
<p class="MsoNormal">.eeg, .erd, .snc, .etc, .stc, ent.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">For example a typical set is a directory with these files:<o:p></o:p></p>
<p class="MsoNormal">Data.eeg<o:p></o:p></p>
<p class="MsoNormal">Data.erd<o:p></o:p></p>
<p class="MsoNormal">Data_001.erd<o:p></o:p></p>
<p class="MsoNormal">Data.erd<o:p></o:p></p>
<p class="MsoNormal">Data_001.etc<o:p></o:p></p>
<p class="MsoNormal">Data.etc<o:p></o:p></p>
<p class="MsoNormal">Data.snc<o:p></o:p></p>
<p class="MsoNormal">Data.stc<o:p></o:p></p>
<p class="MsoNormal">Data.ent<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We have been looking for softwares that can read these files.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We tried EEGLAB, but we don’t know which of these files is the correct one to import into it. And we could not import any of the files.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We also tried to read these files with <a href="https://github.com/gpiantoni/phypno/blob/83e01b096fdb96df3c3e4babf096ffc6b351a687/phypno/ioeeg/ktlx.py">
https://github.com/gpiantoni/phypno/blob/83e01b096fdb96df3c3e4babf096ffc6b351a687/phypno/ioeeg/ktlx.py</a><o:p></o:p></p>
<p class="MsoNormal">It claims that the erd files are the main data files, which looks right because the biggest file is Data_001.erd.<o:p></o:p></p>
<p class="MsoNormal">However, the _<i>read</i>_erd function in ktlx.py applied to Data_001.erd returns only 32 mostly identical numbers (including some ‘nan’s), despite the file being 41MB in size. On the other hand, we know that 32 is also the number of channels.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">We know Persyst can read the data, but we can’t afford it, so we are looking for an alternative way / software to read the data.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any help / suggestions will be greatly appreciated.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thank you very much in advance.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Maria Veretennikova<o:p></o:p></p>
<p class="MsoNormal">Michigan State University, USA<o:p></o:p></p>
</div>
</body>
</html>