chongxi / spiketag

Next generation of spike sorting package for BMI
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

probe class needs to be clear #37

Open chongxi opened 5 years ago

chongxi commented 5 years ago
from spiketag.base import probe
prb = probe()
prb.load('./prb**.json')

the prb contains: grp_dict chs, mask_chs ch_idx grp_matrix, mask_grp_matrix, matrix n_ch, n_group, group_len, fs

The use of these variables is sometimes mixed and become very confusing.

chongxi commented 5 years ago

A probe class contains 4 categories of structured information: