Tom Dupré la Tour
Tom Dupré la Tour
The following code fails to load the surface shader in Firefox (both 81.0 and 82.0a1). ```py import cortex dataset = cortex.Vertex.empty(subject="S1", vmax=1) cortex.webshow(dataset) ``` Interestingly, the following **does work**: -...
As suggested in https://github.com/gallantlab/pycortex/pull/395#issuecomment-870054614, we could have some section on the pycortex documentation page that organizes the colormaps somehow, maybe something like how they give lists of "perceptually uniform", "sequential",...
This PR adds a Sakoe-Chiba band constraint [1], which constrains the path to stay in a band around the diagonal. For now it works only on squared DTW problems. ___...
Here I add the event-related activation figure in the multi CSC example. It is not as cool as the one we discussed, since this set of parameter does not decompose...
:warning: The API is not consistent between the different models. :warning: **Models:** - (1) Univariate CSC (`learn_d_z`) - (2) Univariate CSC with alpha-stable noise (`learn_d_z_weighted`) - (3) Multivariate CSC (`learn_d_z_multi`...
Currently, bispectrum-based metrics can only be calculated on a single channel. Adding a cross-channel implementation would be valuable.
With @gxlilyBerkeley, we identified a bug when storing raw arrays, which was quite annoying. If we upload some arrays and download them immediately, they might be changed in the process....