You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* behavior_only option
* docstring and notebook update
* add test and better error message
* update data cache key to force new download
* suggestions from review
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: notebooks/conversion_tutorial.ipynb
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@
48
48
"Where the nwb file will be saved. For Frank Lab members, this should be `/stelmo/nwb/raw/`. File is named by the convention {animal}{date}.nwb\n",
49
49
"\n",
50
50
"+ `query_expression`: A query expression to select which files to convert. For example, if you have several animals in your folder, you could write `\"animal == 'sample'\"` to select only the sample animal. Defaults to `None` which converts all files in the directory (potentially overwriting ones you've done before!).\n",
51
+
"\n",
52
+
"+ `behavior_only`: Rec files recorded through trodes software without e-phys data have a\n",
53
+
" different expected internal structure. Use this flag to ensure correct data parsing \n",
54
+
" is used. Default of `False` expects electrophysiology data to be present\n",
0 commit comments