Hi, I was wondering when the sPCs were computed, (see spiking_width as an example) does this mean there are 6 sets of sPCs computed from the 6 chunks respectively? Just like, compute 1st set of sPCs from [0:50] timepoints, and 2nd set from [51:100] timepoints,..., so by the end, we will get 6 independent sets of sPCs potentially for reconstruction for
"spiking_width": {
"n_components": 3,
"nonzero_component_list": [150, 100, 112],
"use_corr": false,
"range": [0, 50, 100, 150, 200, 250]
}
Thanks!