Kyu Hyun Lee
Kyu Hyun Lee
@jguides @MichaelCoulter Could you send me the notebook / code snippets you have been using to do this? I will try to add them to spike sorting V1 pipeline.
agreed, I'm sympathetic to 'know the tool you're using'
I actually think users from categories 2 and 3 would benefit greatly from this. I can't remember an instance when I needed to do joins for my analysis, and I...
Note that if you use spike sorting v1 pipeline, the spike sorting gets saved in the NWB format (as analysis NWB files) so we no longer need a separate `/recording`...
but that lockfile doesn't actually exist yet right? is there a reason why it's in lorenlab rather than /stelmo/nwb?
@rsnevers I understand. What do you want as the solution? We could save the indices of the spikes corresponding to the waveforms when extracting fewer than all waveforms (as it...
We can get the indices of subsampled spikes via `waveforms.get_sampled_indices(unit_id)` (can be added [here](https://github.com/LorenFrankLab/spyglass/blob/97933e7a6d3dad383a72a8664a52aca2de626339/src/spyglass/spikesorting/v1/metric_curation.py#L248)) and then modifying `_write_metric_curation_to_nwb` to save that as a column in the units table of the...
It returns the indices of the spikes that were sampled for waveform extraction for that particular unit (note that `unit_id` is an input).
@magland thanks, that's a good point. I think we initially had implemented the lab team system because some people in the lab did not want everyone else to have access...
@CBroz1 I see, I didn't realize this issue, thanks for catching it. `SpikeSortingRecording.make` is supposed to be deterministic, and would give you the same results regardless of which team runs...