<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Hanneke,<br>
<br>
Thanks for reporting this. We are currently working on improving the
databrowser in terms of code readability, which also includes
removing some bugs. We will also deal with this one, if not already
done (I will check)<br>
<br>
Best,<br>
Jörn<br>
<br>
On 6/27/2011 10:38 AM, <a class="moz-txt-link-abbreviated" href="mailto:Hanneke.vanDijk@med.uni-duesseldorf.de">Hanneke.vanDijk@med.uni-duesseldorf.de</a> wrote:
<blockquote
cite="mid:72E993C35FB11743B79FF9286E5B6D8B029F8B2A@Mail2-UKD.VMED.UKD"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
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;}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
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]-->
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Dear FT-ers,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I have discovered
ft_databrowser a few weeks ago (maybe abit late ;-))! Thanks
so much for implementing this, I like it.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I am setting up a small
presentation about artifact rejection using FT and decided
to use the tutorial data (Subject01.ds) to generate some
examples. When I use the raw dataset and cfg.continuous =
‘yes’, it runs fine but after preprocessing (as in the
online tutorial; and cfg.continuous = ‘no’) I run into this
problem:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">cfg
= ft_databrowser(cfg,dataFIC);<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">the
input is raw data with 152 channels and 87 trials<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">redrawing
with viewmode butterfly<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">fetching
data... done<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">fetching
artifacts... done<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">preprocessing
data... done<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">plotting
data... ??? Reference to non-existent field 'hlim'.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">Error
in ==> ft_databrowser>redraw_cb at 1003<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">
eventtim = (eventtim - opt.hlim(1)) / (opt.hlim(2) -
opt.hlim(1)); % convert to value relative to<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">
box, i.e. from 0 to 1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">Error
in ==> ft_databrowser at 434<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">redraw_cb(h);<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt;" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt;" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">‘opt’ indeed does not
contain ‘hlim’ and also no ‘hpos’ which is asked for a line
later. I think it originates in the input given into the
function guidata. <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">I hope you can help me!<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Groetjes Hanneke<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">__________________________________________<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">Dr.
Hanneke van Dijk<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;"><a
moz-do-not-send="true"
href="http://www.uniklinik-duesseldorf.de/deutsch/unternehmen/institute/KlinNeurowiss/Team/HannekevanDijk/page.html"><span
style="color: blue;" lang="EN-US">http://www.uniklinik-duesseldorf.de/deutsch/unternehmen/institute/KlinNeurowiss/Team/HannekevanDijk/page.html</span></a></span><span
style="font-size: 9pt;" lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">Institute
for Clinical Neuroscience,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">Heinrich
Heine Universitaet Duesseldorf, Germany<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US"><a
moz-do-not-send="true"
href="mailto:Hanneke.vanDijk@med.uni-duesseldorf.de">Hanneke.vanDijk@med.uni-duesseldorf.de</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">Tel.
+49 (0) 211 81 13074 <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt;" lang="EN-US">__________________________________________
<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
fieldtrip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a>
<a class="moz-txt-link-freetext" href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Jörn M. Horschig
PhD Student
Donders Institute for Brain, Cognition and Behaviour
Centre for Cognitive Neuroimaging
Radboud University Nijmegen
Neuronal Oscillations Group
P.O. Box 9101
NL-6500 HB Nijmegen
The Netherlands
Contact:
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:jm.horschig@donders.ru.nl">jm.horschig@donders.ru.nl</a>
Tel: +31-(0)24-36-68493
Web: <a class="moz-txt-link-freetext" href="http://www.ru.nl/donders">http://www.ru.nl/donders</a>
Visiting address:
Trigon, room 2.30
Kapittelweg 29
NL-6525 EN Nijmegen
The Netherlands</pre>
</body>
</html>