Julie-Fabre / bombcell

Automated quality control, curation and neuron classification of spike-sorted electrophysiology data
GNU General Public License v3.0
123 stars 30 forks source link

Unable to plot distance metrics #208

Open jennablain opened 4 hours ago

jennablain commented 4 hours ago

In this function: unitQualityGuiHandle = bc.viz.unitQualityGUI(memMapData, ephysData, qMetric, forGUI, rawWaveforms, ... param, probeLocation, unitType, loadRawTraces); I want to include the distance metrics in my plot, but receieve this error

Unrecognized field name "Xplot".

Error in bc.viz.unitQualityGUI>updateUnit (line 608) set(guiData.currIsoD, 'XData', forGUI.Xplot{iCluster}(:, 1), 'YData', forGUI.Xplot{iCluster}(:, 2))

Julie-Fabre commented 4 hours ago

Hi Jenna,

Thanks for your message! We've currently temporarily disabled that plot - it wasn't very informative. We're working on adding more useful plots here - it'll be ready soon and I'll comment on this issue when it is :)