File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 4747 " dj.Diagram(subject.Subject) + dj.Diagram(session.Session) + dj.Diagram(probe) + dj.Diagram(ephys)"
4848 ]
4949 },
50- {
51- "attachments" : {},
52- "cell_type" : " markdown" ,
53- "metadata" : {},
54- "source" : [
55- " ### Insert an entry in a manual table by calling the `insert()` method\n " ,
56- " \n " ,
57- " ```python\n " ,
58- " subject.Subject.insert1(\n " ,
59- " dict(subject='subject1',\n " ,
60- " subject_birth_date='2023-01-01',\n " ,
61- " sex='U',\n " ,
62- " )\n " ,
63- " )\n " ,
64- " ```"
65- ]
66- },
67- {
68- "attachments" : {},
69- "cell_type" : " markdown" ,
70- "metadata" : {},
71- "source" : [
72- " ### Automatically process data with the `populate()` method\n " ,
73- " \n " ,
74- " + Once data is inserted into manual tables, the `populate()` function automatically runs the ingestion and processing routines. \n " ,
75- " \n " ,
76- " + For example, to run Kilosort processing in the `Clustering` table:\n " ,
77- " \n " ,
78- " ```python\n " ,
79- " ephys.Clustering.populate()\n " ,
80- " ```"
81- ]
82- },
8350 {
8451 "attachments" : {},
8552 "cell_type" : " markdown" ,
You can’t perform that action at this time.
0 commit comments