rastermap icon indicating copy to clipboard operation
rastermap copied to clipboard

a visualization method for neural data

Results 16 rastermap issues
Sort by recently updated
recently updated
newest added

Hi, when I tried to run the tutorial locally, I have some issues with Torch and CUDA. https://colab.research.google.com/github/MouseLand/rastermap/blob/main/notebooks/tutorial.ipynb "Predicting with a 1D convolution layer" from neuropop import nn_prediction import torch...

super simple PR, just allowing ``verbose`` to control print messages in the main rastermap ``fit`` method.

I would like to use rastermap on neuropixel data. The data are detected and sorted using Kilosort 2.5 and Phy. I further analyze the data with Matlab. I have seen...

enhancement

Hi, When do you plan on releasing a version with the GUI that runs on Windows or Linux? This would be very helpful for us, as we don't currently use...

Hi, I am trying to import behavioral traces to rastermap. I managed to upload a behavioral matrix, however I dont understand which format the behavioral labels file should be in...

enhancement

In the rastermap fit method, bin_size isn't set anywhere. However, a bin_size attribute is set by the __init__ method. I added ``self.`` to the ``bin_size`` variable so it works now....