csn-le / wave_clus

A fast and unsupervised algorithm for spike detection and sorting using wavelets and super-paramagnetic clustering
124 stars 65 forks source link

wave_clus in Mac Monterey #218

Open angiesalles opened 2 years ago

angiesalles commented 2 years ago

Hi, I saw a previous issue where it said that you don't support OS Mac Catalina. I assume this is the case also for the later version, Mac Monterey, correct? are there plans of supporting these new mac systems? thank you!

ferchaure commented 2 years ago

Hi, I'm not able to support new macOS (I would need access to that OS and SPC specifically in that systems), but now the SPC code is available here. If you compile it in your machine, rename the resulting SW file to mac.exe (or maci.exe replace both to be sure) and replace the one in wave_clus/SPC you will be able to run it in your system.

rzucca commented 2 years ago

Hi, wave_clus runs smoothly after compiling SPC on macOS Monterey (Version 12.6) with an M1 processor following frchaure suggestion. You just need to have installed the Command Line Tools for Xcode on your machine.

saralovecchio commented 1 year ago

Hi, I have a macOS Monterey version 12.6.3, with an Intel Core processor. I download SPC folder available in the repository linked in the comment of this issue, but I was not really able to follow instructions since it seems that the readme refers to different files than the ones present in the directory. However, I tried to build and run the scripts in Xcode (I already had installed Command Line Tools) and they do not compile. Do you have any suggestion? Thank you in advance!

ferchaure commented 1 year ago

If I remember correctly you only have to run: makefile SW

And then rename and move the executable file SW. Sorry I don't have access to a mac to give you better instructions.