<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi Eleanor, Eleanora and the rest,
<div class=""><br class="">
</div>
<div class="">As a final follow up in this thread, I would like to the latest release version of FieldTrip (<a href="https://github.com/fieldtrip/fieldtrip/releases/tag/20220519" class="">https://github.com/fieldtrip/fieldtrip/releases/tag/20220519</a>). If
 all is well, people who have MATLAB distributions that lack the signal processing toolbox will now also be able to use ft_resampledata (with the cfg.method = ‘resample’), without the occurrence of cryptic error messages. You can read a little bit more about
 external dependencies here: <a href="https://www.fieldtriptoolbox.org/faq/requirements/" class="">https://www.fieldtriptoolbox.org/faq/requirements/</a></div>
<div class=""><br class="">
</div>
<div class="">Also, we have built in an explicit option (in ft_resampledata) to apply an anti-aliasing lowpass filter, if you are worried about aliasing effects. Also, we wrote some documentation about the resampling functionality in a frequently asked question: <a href="https://www.fieldtriptoolbox.org/faq/resampling_lowpassfilter/" class="">https://www.fieldtriptoolbox.org/faq/resampling_lowpassfilter/</a>,
 which explains a bit why one would want to downsample the data, how it’s done in FieldTrip, and when to worry about aliasing (and what to do about it).</div>
<div class=""><br class="">
<div>Best wishes,</div>
<div><br class="">
</div>
<div>Jan-Mathijs </div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 16 May 2022, at 11:58, Schoffelen, J.M. (Jan Mathijs) via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi all,
<div class=""><br class="">
</div>
<div class="">To follow up on Alain’s previous cautionary remark - that matlab’s under-the-hood anti aliasing lowpassfilter is not so good - I wrote some test code to illustrate this. See the attached figure.</div>
<div class=""><br class="">
</div>
<div class="">I simulated some simple data (at a 500 Hz sampling rate), which I resampled down to a new sampling rate of 200 Hz. Those data was either white noise (blue line, left panel), white noise with an added broad band component (which ramps up starting
 at ~ 100 Hz, middle panel), or white noise with an added narrow band component (which ramps up starting at ~ 100 Hz, right panel).</div>
<div class=""><br class="">
</div>
<div class="">Using the native matlab implementation of resample.m highlights the aliasing in the red lines. Note, that the high frequency noise can be problematic, but also note that it really needs to be substantial (few orders of magnitude larger than the
 signal in the pass band).</div>
<div class=""><br class="">
</div>
<div class="">The long story short of it is that I implemented an optional explicit lowpass filtering step in ft_resampledata - which currently is still in the development branch of fieldtrip - which would allow the user to specify a better behaved (e.g. by
 using a ‘firws’ filter, and also at a slightly lower cut off frequency than the new Nyquist) anti-aliasing filter. The behavior of this new functionality is highlighted in the yellow and purple lines.</div>
<div class=""><br class="">
</div>
<div class="">I will write some documentation on the FT website (probably in a FAQ) and then will merge the associated PR <a href="https://urldefense.com/v3/__https://github.com/fieldtrip/fieldtrip/pull/2028__;!!HJOPV4FYYWzcc1jazlU!8By4RPD11Rhgo6ob7EoRqc5FOLqMy3kW5cmVRzWn5GdybKFQSNPd9_CGoceL2Gbb1lm2agKj6dPWRqjqsodBQxSSftvFHyQkDbgk5A$" class="">https://github.com/fieldtrip/fieldtrip/pull/2028</a>,
 which will also fix the problem of missing functions for matlab installations that lack the signal processing toolbox.</div>
<div class=""><br class="">
</div>
<div class="">Stay tuned, and keep an eye on the new release messages on the website/twitter.</div>
<div class=""><br class="">
</div>
<div class="">Best wishes,</div>
<div class=""><br class="">
</div>
<div class="">Jan-Mathijs</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class=""><span id="cid:AE2756C4-7FBB-4D1B-8A05-F7B419550E63"><Screenshot 2022-05-16 at 11.50.54.png></span><br class="">
<blockquote type="cite" class="">
<div class="">On 14 May 2022, at 11:06, Schoffelen, J.M. (Jan Mathijs) via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Aiai,
<div class=""><br class="">
</div>
<div class="">I was hoping that Mathworks eût ses affaires en ordre.</div>
<div class=""><br class="">
</div>
<div class="">Thanks for the heads up, we’ll think of a way to address this issue in FieldTrip (if only by throwing a warning, and/or to recommend that the user should lowpassfilter in a separate step).</div>
<div class=""><br class="">
</div>
<div class="">Best wishes,</div>
<div class=""><br class="">
</div>
<div class="">Jan-Mathijs</div>
<div class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On 13 May 2022, at 16:21, Alain de Cheveigne via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">
<div class="BodyFragment"><font size="2" class=""><span style="font-size:11pt;" class="">
<div class="PlainText">Hi Jan-Mathjis, <br class="">
<br class="">
While you're at it you might consider fixing an issue with resample which is that the antialiasing filter is too high. 
<br class="">
<br class="">
The -6dB cutoff is at Nyquist, implying that power just beyond Nyquist is not attenuated much, which can lead to aliased components that can be confusing. 
<br class="">
<br class="">
The simple fix is to set it a bit lower, as in the version attached. <br class="">
<br class="">
Best, <br class="">
Alain<br class="">
<br class="">
</div>
</span></font></div>
<div class="BodyFragment"><font size="2" class=""><span style="font-size:11pt;" class="">
<div class="PlainText"><br class="">
<br class="">
> On 13 May 2022, at 13:44, Schoffelen, J.M. (Jan Mathijs) via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:<br class="">
> <br class="">
> Thanks Eleanor,<br class="">
> <br class="">
> Coincidentally just now one of our toolkit participants ran in exactly the same error.<br class="">
> <br class="">
> It is caused by the fact that FieldTrip expects that a resample.m function exists in the signal processing toolbox. Your installation of Matlab does not contain this toolbox, so Matlab falls back the the version of resample.m in the timeseries toolbox. This
 file, however, is incompatible with FieldTrip’s expectations unfortunately. <br class="">
> <br class="">
> A workaround for now could be to get yourself a copy of the octave (i.e. open source) version of the resample version (<a href="" class=""></a><a href="https://urldefense.com/v3/__https://sourceforge.net/p/octave/signal/ci/default/tree/inst/resample.m__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQkIHnbzEA$" class="">https://urldefense.com/v3/__https://sourceforge.net/p/octave/signal/ci/default/tree/inst/resample.m__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQkIHnbzEA$</a>
 ), and adjust it a little bit so that it works in matlab.<br class="">
> <br class="">
> This is what I will do (and include it in FieldTrip), to avoid this problem in the future.<br class="">
> <br class="">
> I will create an issue on  <a href="https://urldefense.com/v3/__https://github.com/fieldtrip/fieldtrip/issues/2027__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQkWYrur6Q$" class="">
https://urldefense.com/v3/__https://github.com/fieldtrip/fieldtrip/issues/2027__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQkWYrur6Q$</a>   where you can track the progress.<br class="">
> <br class="">
> Best wishes,<br class="">
> <br class="">
> Jan-Mathijs<br class="">
> <br class="">
> <br class="">
> <br class="">
>> On 13 May 2022, at 10:25, Eleanor Moses via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:<br class="">
>> <br class="">
>> Hi Jan-Mathijs,<br class="">
>> <br class="">
>> sorry for my misunderstanding, this is what I get using both resampledata and resample.<br class="">
>> <br class="">
>> >> which resampledata<br class="">
>> 'resampledata' not found.<br class="">
>> >> which resample<br class="">
>> C:\Program Files\MATLAB\R2021b\toolbox\matlab\timeseries\@timeseries\resample.m  % timeseries method<br class="">
>> >> <br class="">
>> <br class="">
>> Do you have any suggestions on how to ensure that I end up in the correct .m file when I call this function?<br class="">
>> <br class="">
>> Best wishes,<br class="">
>> <br class="">
>> Eleanor<br class="">
>> <br class="">
>> Eleanor Moses BPsych(Hons)<br class="">
>> PhD Candidate<br class="">
>> School of Psychology<br class="">
>> The University of Queensland<br class="">
>> Brisbane QLD 4072 Australia<br class="">
>> <a href="mailto:eleanor.moses@uqconnect.edu.au" class="">Email: eleanor.moses@uqconnect.edu.au</a><br class="">
>> <br class="">
>> From: fieldtrip <<a href="mailto:fieldtrip-bounces@science.ru.nl" class="">fieldtrip-bounces@science.ru.nl</a>> on behalf of Schoffelen, J.M. (Jan Mathijs) via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>><br class="">
>> Sent: 13 May 2022 17:50<br class="">
>> To: FieldTrip discussion list <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>><br class="">
>> Cc: Schoffelen, J.M. (Jan Mathijs) <<a href="mailto:janmathijs.schoffelen@donders.ru.nl" class="">janmathijs.schoffelen@donders.ru.nl</a>><br class="">
>> Subject: Re: [FieldTrip] Downsampling Issue<br class="">
>>  <br class="">
>> Sorry Eleanor, I was unclear. I meant to ask about the ‘resample’ function. The fact that you get an error internally when this function is called, makes me suspect that you end up in a wrong (overloaded but with different functionality) m-file.<br class="">
>> <br class="">
>> Best wishes,<br class="">
>> Jan-Mathijs<br class="">
>> <br class="">
>> <br class="">
>>> On 13 May 2022, at 04:18, Eleanor Moses via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:<br class="">
>>> <br class="">
>>> Hi Jan-Mathijs,<br class="">
>>> <br class="">
>>> thankyou for your reply. This is what I get (just the one version). <br class="">
>>> <br class="">
>>> >> which ft_resampledata<br class="">
>>> C:\Users\Ellie\AppData\Roaming\MathWorks\MATLAB Add-Ons\Collections\fieldtrip-20220426\ft_resampledata.m<br class="">
>>> <br class="">
>>> I have also added the relevant fieldtrip directories using ft_defaults. <br class="">
>>> <br class="">
>>> Thankyou <br class="">
>>> <br class="">
>>> Eleanor Moses BPsych(Hons)<br class="">
>>> PhD Candidate<br class="">
>>> School of Psychology<br class="">
>>> The University of Queensland<br class="">
>>> Brisbane QLD 4072 Australia<br class="">
>>> <a href="mailto:eleanor.moses@uqconnect.edu.au" class="">Email: eleanor.moses@uqconnect.edu.au</a><br class="">
>>> <br class="">
>>> From: fieldtrip <<a href="mailto:fieldtrip-bounces@science.ru.nl" class="">fieldtrip-bounces@science.ru.nl</a>> on behalf of Schoffelen, J.M. (Jan Mathijs) via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>><br class="">
>>> Sent: 12 May 2022 00:36<br class="">
>>> To: FieldTrip discussion list <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>><br class="">
>>> Cc: Schoffelen, J.M. (Jan Mathijs) <<a href="mailto:janmathijs.schoffelen@donders.ru.nl" class="">janmathijs.schoffelen@donders.ru.nl</a>><br class="">
>>> Subject: Re: [FieldTrip] Downsampling Issue<br class="">
>>>  <br class="">
>>> Hi Eleanor,<br class="">
>>> <br class="">
>>> Could it be that you have an unexpected version of resampledata on your matlab path? What do you get if you type which resampledata on the matlab command line?<br class="">
>>> <br class="">
>>> Best wishes,<br class="">
>>> Jan-Mathijs<br class="">
>>> <br class="">
>>>> On 11 May 2022, at 10:45, Eleanor Moses via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:<br class="">
>>>> <br class="">
>>>> Dear community,<br class="">
>>>> <br class="">
>>>> I am new to fieldtrip and am trying to preprocess my EEG data so that it was be compatible with later analysis using cosmomvpa.<br class="">
>>>> However, I keep running into the same error with the ft_resampledata function.<br class="">
>>>> <br class="">
>>>> When I attempt to downsample, this is the error I get<br class="">
>>>> <br class="">
>>>> Check for incorrect argument data type or missing argument in call to function 'resample'.<br class="">
>>>> <br class="">
>>>> Error in ft_resampledata (line 231)<br class="">
>>>>         newdat = transpose(resample(transpose(olddat),fsres,fsorig));<br class="">
>>>> <br class="">
>>>> Error in Fieldtrip_Test (line 27)<br class="">
>>>> data_eeg = ft_resampledata(cfg, data_eeg);<br class="">
>>>> <br class="">
>>>> <br class="">
>>>> I have checked previous posts to the community, to check that I am not encourting previously posted errors (I am downsampling from 1024Hz to 512, or have tried to 256, so this is a neat integer division which was a problem previously discussed that produced
 this error with ft_resampledata).<br class="">
>>>> I have ensured that I have specified all necessary configurations (cfg.resamplefs = 512; cfg.detrend = 'no';) and aside from this am using the default configurations.<br class="">
>>>> When I remove the resampling section from my preprocessing pipeline script, it otherwise works fine, and works with mvpa functions from cosmomvpa.<br class="">
>>>> I tried to apply the ft_resampledata function after the ft_preprocessing function as the help ft_resampledata notes indicate that data should be<br class="">
>>>> resampled as obtained from the ft_preprocessing function, but encounter the same error even if I rearrange when I use ft_resampledata (before pre-proc, right after importing data).<br class="">
>>>> <br class="">
>>>> I also encounter this error when I try to run tutorial fieldtrip preprocessing scripts that I have downloaded from the cosmomvpa website - so the error isn't unique to my script.<br class="">
>>>> <br class="">
>>>> <br class="">
>>>> I have included the data structure and cfg's for the function below. <br class="">
>>>> <br class="">
>>>> % Raw data configuration<br class="">
>>>> %            hdr: [1×1 struct]<br class="">
>>>> %          label: {73×1 cell}<br class="">
>>>> %           time: {[0 9.7656e-04 0.0020 0.0029 0.0039 0.0049 0.0059 0.0068 0.0078 0.0088 0.0098 0.0107 … ]}<br class="">
>>>> %          trial: {[73×391168 double]}<br class="">
>>>> %        fsample: 1024<br class="">
>>>> %     sampleinfo: [1 391168]<br class="">
>>>> %            cfg: [1×1 struct]<br class="">
>>>> <br class="">
>>>> <br class="">
>>>> cfg = [];<br class="">
>>>> cfg.resamplefs = 256;<br class="">
>>>> cfg.detrend = 'no'; <br class="">
>>>> data_eeg = ft_resampledata(cfg, data_eeg);<br class="">
>>>> <br class="">
>>>> Any help would be greatly appreciated, kind regards<br class="">
>>>> <br class="">
>>>> Eleanor Moses <br class="">
>>>> <br class="">
>>>> <br class="">
>>>> <br class="">
>>>> <br class="">
>>>> Eleanor Moses BPsych(Hons)<br class="">
>>>> PhD Candidate<br class="">
>>>> School of Psychology<br class="">
>>>> The University of Queensland<br class="">
>>>> Brisbane QLD 4072 Australia<br class="">
>>>> <a href="mailto:eleanor.moses@uqconnect.edu.au" class="">Email: eleanor.moses@uqconnect.edu.au</a><br class="">
>>>> <br class="">
>>>> _______________________________________________<br class="">
>>>> fieldtrip mailing list<br class="">
>>>> <a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">
https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
>>>> <a href="https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!6_puilsIXBSl-VOPdSiXILpOMezgn_ng1hMy0gaxjp0fc3pv8jiBwG1L_o4YBZTBM2aSjSABeEueTp4obfl-YYHVJS2isgYDW59U3Q$" class="">
https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!6_puilsIXBSl-VOPdSiXILpOMezgn_ng1hMy0gaxjp0fc3pv8jiBwG1L_o4YBZTBM2aSjSABeEueTp4obfl-YYHVJS2isgYDW59U3Q$</a><br class="">
>>> <br class="">
>>> _______________________________________________<br class="">
>>> fieldtrip mailing list<br class="">
>>> <a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
>>> <a href="https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!5vIRskZ8q-baSkTYVKHdrn-tPB6p06Sv84lJkNyIKzG_beWjwUTiOQ6UhsjasLhUt88MSABz0VqCVPID_otcJjv5FbnjGvV39_0KNA$" class="">
https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!5vIRskZ8q-baSkTYVKHdrn-tPB6p06Sv84lJkNyIKzG_beWjwUTiOQ6UhsjasLhUt88MSABz0VqCVPID_otcJjv5FbnjGvV39_0KNA$</a>
<br class="">
>> <br class="">
>> _______________________________________________<br class="">
>> fieldtrip mailing list<br class="">
>> <a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
>> <a href="https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!4Iz5S1yy8Ou8y0y1U0BAziooHkywyx4mU2t3DfZq7lbeZLAwvMlidcY8wfjXpWlrmeCjqdTNdrcXj7JXFCWee4khcfTNxaB_ZKJZCQ$" class="">
https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!4Iz5S1yy8Ou8y0y1U0BAziooHkywyx4mU2t3DfZq7lbeZLAwvMlidcY8wfjXpWlrmeCjqdTNdrcXj7JXFCWee4khcfTNxaB_ZKJZCQ$</a><br class="">
> <br class="">
> _______________________________________________<br class="">
> fieldtrip mailing list<br class="">
> <a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
> <a href="https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQnsfX4cEg$" class="">
https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQnsfX4cEg$</a>
<br class="">
<br class="">
</div>
</span></font></div>
<div class="BodyFragment"><font size="2" class=""><span style="font-size:11pt;" class="">
<div class="PlainText">_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
<a href="https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQnsfX4cEg$" class="">https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!4iA_J0mR_M16uk22L_TdfeVZnJ3ANPs5dq9Vb-ce8TWs_yBVnLxOlqHlzWUt_C1iyLuWhyUh54jImrIOUj_zQ_3OLfyOgQnsfX4cEg$</a>
<br class="">
</div>
</span></font></div>
</div>
<span id="cid:019FFB4457665C46A5CA1F6AAE0C35B3@EURPRD10.PROD.OUTLOOK.COM" class=""><nt_resample.m></span></div>
</blockquote>
</div>
<br class="">
</div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
<a href="https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!9UMguds6-MoZKyLm-qmC4OE0w4c9ubJEep7wmUbQdMkpW1buPvHXuRd_j-IydUw0RKrNS7x6E3fbqWTOnV5ns_4KVNkPIj88lSn0IQ$" class="">https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!9UMguds6-MoZKyLm-qmC4OE0w4c9ubJEep7wmUbQdMkpW1buPvHXuRd_j-IydUw0RKrNS7x6E3fbqWTOnV5ns_4KVNkPIj88lSn0IQ$</a>
<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!8By4RPD11Rhgo6ob7EoRqc5FOLqMy3kW5cmVRzWn5GdybKFQSNPd9_CGoceL2Gbb1lm2agKj6dPWRqjqsodBQxSSftvFHySk43XBzg$
<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>