<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I've been trying to use <i>ft_databrowser</i> on segmented EEG data
    right after <i>ft_preprocessing</i>. However, at the subfunction <i>redraw_cb</i>,
    it's crashing as a call to <i>ft_fetch_data</i> is resulting in an
    error as <i>opt.artdata.sampleinfo</i> is not a field present in
    the <i>opt.artdata</i> struct <br>
    (Error using ==> ft_fetch_data at 60 data does not contain a
    consistent trial definition, fetching data is not possible). <br>
    As far as I can tell, there is no point in the code that actually
    sets the <i>sampleinfo</i> field for the <i>artifact</i> struct. <br>
    Has anyone else encountered this problem?<br>
    <br>
  </body>
</html>