Kay Robbins
Kay Robbins
Austin, Thanks for the clarification and your patience. I will look at it again, but I must apologize in advance that it won't be an immediate response. Kay On Mon,...
A few comments (corrected): Detrending of linear type is done with the chronux_2 `runline` command. The `change_row_to_column` is part of chronux, which should be downloaded as part of the plugin...
@vasileermicioi: Thank you for pointing that out! :-(( I looked at the defaults as set in `getPrepDefaults.m` to see what we were setting them to. I misread the default as...
The [`removeTrend` ](https://github.com/VisLab/EEG-Clean-Tools/blob/master/PrepPipeline/utilities/removeTrend.m) uses the linear detrending when the `else` clause is taken. The `windowSize` is set to `1.5/detrendOut.detrendCutoff`. Since the default for `detrendCutoff` is 1, the default is 1.5...
That is correct. Remember these are different methods and they do different things to the signal and cutoff frequencies are not direct equivalents. Most of our testing was done with...
An additional note: After closing the zotero and clearing my browser cache, the download appeared to work. I didn't spot any problems but there was still an uncaught exception at...
This is also related to issue #967. We have looked at the code and have a fix which happy5214 will hopefully do a pull request on. On Thu, Jun 25,...
> It seems like the discussion in the [electrophysiology derivatives](https://docs.google.com/document/d/1PmcVs7vg7Th-cGC-UrX8rAhKUHIzOI-uIOh69_mvdlw/edit#) was going for a Pythonic list of strings, eg ['C3','F3'] or ['C3-F3','P3-C3'] in a separate channels column. Could you clarify...
> @sappelhoff : > > > I think a "pythonic" way to specify channels would be nice. > > > > * A list of strings where each string is...
One other possibility would be just to use a string for the channel list rather than an actual list. Then BIDS doesn't have to be concerned about validating necessarily, although...