wave_clus icon indicating copy to clipboard operation
wave_clus copied to clipboard

About input data

Open LemusLab opened this issue 1 year ago • 2 comments

Hello, I have a stupid question, perhaps it is a language problem, but it is not clear for me what to use as input data for sorting spikes.

At the wiki Input Files section, the first paragraph says: “Wave_clus can read MATLAB [...]. It should have either a vector named data (the continuous signal) or a matrix named spikes (nr. of spikes x length of the spike shape) plus a vector index with the spike times (in ms). If the variable sr is inside the file, it will set the sampling rate. Otherwise par.sr inside the file set_parameters will be use.”

So, two questions:

  1. What nr stands for in the sentence, “the matrix named spikes consists of nr. (of spikes?)
  2. The vector index is a variable named index?, or a vector inside the matrix 'spikes'?

I have tried both, but neither seem to work

Thanks a lot

Luis Lemus

LemusLab avatar Apr 20 '23 23:04 LemusLab

Hi Luis,

  1. nr is for number of spikes (rows in the matrix)
  2. Index is another variable inside the file.

Cheers, Fernando

If the English is the language issue, I can explain it in Spanish as well.

ferchaure avatar Apr 21 '23 23:04 ferchaure

Muchas gracias!

Lo intentaré de nuevo

Saludos Luis

El vie, 21 abr 2023 a las 17:50, Fernando J. Chaure (< @.***>) escribió:

Hi Luis,

  1. nr is for number of spikes (rows in the matrix)
  2. Index is another variable inside the file.

Cheers, Fernando

If the English is the language issue, I can explain it in Spanish as well.

— Reply to this email directly, view it on GitHub https://github.com/csn-le/wave_clus/issues/234#issuecomment-1518428021, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7KQQET6GCKIV5STRFYFABDXCMML5ANCNFSM6AAAAAAXGEKJWY . You are receiving this because you authored the thread.Message ID: @.***>

LemusLab avatar Apr 22 '23 18:04 LemusLab