File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- import json
21import pathlib
32import datetime
43import datajoint as dj
5- import numpy as np
6- import importlib
7- import inspect
84import typing as T
95
106schema = dj .schema ()
@@ -47,9 +43,7 @@ def make(self, key):
4743
4844 save_dir = _make_save_dir ()
4945
50- units = (
51- ephys .CuratedClustering .Unit & key & "cluster_quality_label='good'"
52- )
46+ units = ephys .CuratedClustering .Unit & key & "cluster_quality_label='good'"
5347
5448 shanks = set ((probe .ProbeType .Electrode & units ).fetch ("shank" ))
5549
@@ -98,7 +92,7 @@ class UnitLevelReport(dj.Computed):
9892 -> ephys.CuratedClustering.Unit
9993 ---
10094 cluster_quality_label : varchar(100)
101- waveform_plotly : longblob # dictionary storing the plotly object (from fig.to_plotly_json())
95+ waveform_plotly : longblob
10296 autocorrelogram_plotly : longblob
10397 depth_waveform_plotly : longblob
10498 """
You can’t perform that action at this time.
0 commit comments