<div dir="ltr"><div>Dear Dan,</div><div><br></div><div>The 'raw+comp' label is given to data structures that include "raw" data (time and trial fields, among others) and "comp" data (mixing matrix field among others), which is what you're supposed to get by running ft_componentanalysis on raw data (not averaged). Is it possible that you ran ICA on ERP data? Otherwise, check your comp structure to make sure it has the right fields. You can see exactly which fields are expected by taking a look at ft_checkdata.</div><div><br></div><div>Good luck,</div><div>Nir<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 24, 2021 at 5:55 PM Dan Beniamini <<a href="mailto:dan.beniamini@gmail.com" target="_blank">dan.beniamini@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div><p class="MsoNormal">Hi,<br>I am trying to use ft_databrowser after running ICA, to inspect the resulting components. <br>Unfortunately I get the error:<br><br><i>Error using ft_checkdata (line 529)<u></u><u></u></i></p><p class="MsoNormal"><i>This function requires 'raw+comp' or 'raw' data as input, see ft_datatype_raw.<u></u><u></u></i></p><p class="MsoNormal"><i><u></u> <u></u></i></p><p class="MsoNormal"><i>Error in ft_databrowser (line 294)<u></u><u></u></i></p><p class="MsoNormal"><i>  data = ft_checkdata(data, 'datatype', {'raw+comp', 'raw'}, 'feedback', 'yes', 'hassampleinfo', 'yes');<br><br></i></p><p class="MsoNormal">To my understanding this means that because I gave the databrowser function only ‘comp’ the raw data is missing. Am I right? How can this be solved? (databrowser only receives one input- data/comp). I also tried to add to the cfg the data file name (see bellow).<br><br>Thanks!<br><br>cfg_ICA_db = [];</p><p class="MsoNormal">%cfg_ICA_db.dataset    = ['EG3_Y_test_vis_sc.dsmp'];</p><p class="MsoNormal">%cfg_ICA_db.datafile                = 'data';</p><p class="MsoNormal">%cfg_ICA_db.headerfile              = 'data.hdr';</p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">cfg_ICA_db.layout = 'GSN-HydroCel-256_nofid.sfp'; % specify the layout file that should be used for plotting</p><p class="MsoNormal">cfg_ICA_db.viewmode = 'component';</p><p class="MsoNormal">ft_databrowser(cfg_ICA_db, comp) </p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986" target="_blank">Mail</a> for Windows 10</p><p class="MsoNormal"><u></u> <u></u></p></div></div>
_______________________________________________<br>
fieldtrip mailing list<br>
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br>
<a href="https://doi.org/10.1371/journal.pcbi.1002202" rel="noreferrer" target="_blank">https://doi.org/10.1371/journal.pcbi.1002202</a><br>
</blockquote></div>