supereeg icon indicating copy to clipboard operation
supereeg copied to clipboard

Infer activity throughout the brain from a small(ish) number of electrodes using Gaussian process regression

Results 67 supereeg issues
Sort by recently updated
recently updated
newest added

We need to pin specific versions for pandas >= 1.1.0,

![Screen Shot 2020-04-29 at 6 34 43 PM](https://user-images.githubusercontent.com/8229664/80663182-23bba580-8a48-11ea-82a4-b27c3721c7b9.png) Slicing a brain object with an int variable produces an empty brain object (no elecs, no data). Slicing a brain object with...

Issue with downsampling nifti images. This fixed it: `from nilearn.image import resample_img` `downsampled_nii = resample_img(yeo, target_affine=np.eye(3)*4., interpolation='nearest')`

https://streamlit.io/ for the client-side aws serverless architechture for the backend - leveraging scaling lambda, and dynamodb, built on flask for easy api development and interoperability with supereeg https://serverless.com/blog/flask-python-rest-api-serverless-lambda-dynamodb/ how to...

Add a new `event` feature. This would be implemented similar to `session` variable and would serve as a tag/label for tagging event onsets, behavioral and experimental events . Also add...

- for each channel calculate kurtosis using a sliding window - plot kurtosis values - try this in ipyvolume

for next release, change nifti get_slice method to something like this: `def get_slice(self, index):` ` if len(self.shape)>3:` ` if self.shape[3]==1:` ` return nib.Nifti1Image(header=self.header, dataobj=np.squeeze(self.get_data()), affine=self.affine)`

**Nifti:** - Add a Nifti.get_locs() function: - One idea: first convert to a brain object, and then return bo.get_locs(). - Another idea: compute these locations when we initialize the model,...

This division when the model is recovered should probably be done in log space. Think further on how to do this.