<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><span style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);" class="">Hello fieldtrip experts, </span><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class=""><br class=""></div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class="">I tried plotting an edf file. At line 325 the function ft_read_header seems to expect a field in the config structure that does not exist.</div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class="">Do you know if I am doing something wrong or if this is a bug?</div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class=""><br class=""></div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class="">I am using the current field trip version downloaded from github.</div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class=""><br class=""></div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class="">Thank you!</div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class=""><br class=""></div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class="">Stephan</div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class=""><br class=""></div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class=""><br class=""></div><div style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 15px;" class=""><div style="margin: 0px;" class=""><font face="Courier" size="1" class=""><span style="font-size: 10px;" class=""><div style="margin: 0px;" class="">cfg=[];</div><div style="margin: 0px;" class="">cfg.viewmode = <font color="#B245F3" class="">'vertical'</font>;</div><div style="margin: 0px;" class="">cfg.continuous =<font color="#B245F3" class="">'yes'</font>;</div><div style="margin: 0px;" class=""><font color="#B245F3" class=""><font color="black" class="">cfg.datafile = </font>‘/data/test.edf'<font color="black" class="">;</font></font></div><div style="margin: 0px;" class="">ft_databrowser(cfg)</div><div style="margin: 0px;" class=""><font size="1" class=""><span style="font-size: 12px;" class=""><br class=""></span></font></div></span></font></div><div style="margin: 0px;" class=""><font face="Courier" size="1" class=""><span style="font-size: 10px;" class=""><br class=""></span></font></div><div style="margin: 0px;" class=""><div style="margin: 0px;" class=""><font face="Courier" size="1" class="">Reference to non-existent field 'headerformat'.</font></div><div style="margin: 0px;" class=""><font face="Courier" size="1" class="">Error in ft_databrowser (line 325)</font></div><div style="margin: 0px;" class=""><font face="Courier" size="1" class="">  hdr = ft_read_header(cfg.headerfile, 'headerformat', cfg.headerformat);</font></div><div style="margin: 0px;" class=""><font face="Courier" size="1" class=""> </font></div></div></div></body></html>