Open Antho2422 opened 1 year ago
@Antho2422,
Hey Anthony, happy we got through one issue hopefully we can figure this out. It looks like we are missing the beginning of the log since it should say when it is loading files. (It should say whether templates are sparse or dense etc). Could you include that in the log as well. Did you run
phy template-gui params.py --debug
I just want to make sure we have the full log, so we can see why it is doing the mean only and not raw. Unfortunately I'm pretty busy for the next week, but I'm happy to troubleshoot more next week.
@zm711
Thank you for your answer. I will run the debug mode asap but I'm pretty sure the issue is the same as the last one. It happens only when the path to my phy folder is really long. I was wondering if maybe we can allow relative path.
Would be very usefull because I'm using phy in a pipeline where the architecture of folders is organized in a certain way to run multiple experiment and facilitate the user usage and I would like to keep it like that. I would like to be able to launch phy from a folder without having to move the folder before opening it.
If we find a solution for that I would be more than happy 👍
Thank you very much ! Cheers
@Antho2422,
After you last issue I added that option to Spikeinterface :)
Do:
exp.export_to_phy(
waveform_extractor=waveforms,
output_folder=os.path.join(output_folder, 'phy'),
compute_pc_features=True,
compute_amplitudes=True,
copy_binary=True,
peak_sign='neg',
remove_if_exists=True,
verbose=True,
use_relative_path=True # here is the new argument
)
It will require the newest version of the SpikeInterface (0.99.1 with pip install or install from source). Give it a try and let me know if that helps. Zach
@zm711
Oh I did not notice that thank you ! I will check as soon as possible
Hi! I have the same problem, in WaveformView the raw display works only, I am not able to switch to "Toggle Mean Waveforms" either using "M" or the drop-down menu with the mouse.
Have you found a solution for this? I don't have as long path names so that part should be OK. Thanks in advance!
Hi, I have the same issue. I want to double-check a file I've sorted, but was only able to see the mean waveforms the another day, no buttons works to update this view. After I restart the Win11 computer, the whole waveforms disappears... no mean waveforms even.
I don't think I changed any settings across the 3 opening mentioned above (1st normal, 2nd only means, 3rd time nothing). Does anyone have a clue?
Thanks!
Hi, I have the same issue. I want to double-check a file I've sorted, but was only able to see the mean waveforms the another day, no buttons works to update this view. After I restart the Win11 computer, the whole waveforms disappears... no mean waveforms even.
I don't think I changed any settings across the 3 opening mentioned above (1st normal, 2nd only means, 3rd time nothing). Does anyone have a clue?
Thanks!
Update, close the default view and open a new waveform windows recovers the display issue.
I'm still running into the same issue even after reopening the waveform view...
I was wondering if any solution is available and working
Hello, I have the very same issue: I am not able to switch to "Toggle Mean Waveforms" either using "M" or the drop-down menu with the mouse. I have Windows 10 Pro and all the hardware requirements that you specify. The only suspicious thing that I have in the miniconda terminal when I open a dataset with phy2 is the following message:
QMimeDatabase: Error loading internal MIME data
An error has been encountered at line 1 of
Has someone found a solution for this problem?
Thanks, Chiara
Hi all, I have an issue using the waveforms view. I can only display the mean waveform view and the button "toggle mean waveforms" does not have any effect.
Here is my phy folder : https://instituteicm-my.sharepoint.com/:f:/g/personal/anthony_pinto_icm-institute_org/EjKkyzBR4O5OvbYDfxM1R9sBHFJO2Mmn3hOWhgyv42xfYg?e=jwBj4v
Here is the log file if you want to have a quick look at it before downloading all the data.
I am a bit confused about the exact reason of this issue. I exported the data using the function from spikeinterface like that:
To add a bit more context, my folder is located at a very long path and it was the origin of a problem with the waveforms a few weeks ago as mentionned here https://github.com/cortex-lab/phy/issues/1219#issue-1880538192 but I found a workaround by doing that : https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/ so I avoided the windows limit of 260 characters. I though it solved my issue because with the previous issue the waveforms were not displaying at all and now I can see them. I would like to find a workaround because I would like to avoid to move the location of the phy folder if possible.
Cheers, Anthony