Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 27a9f4e

Browse files
committed
Revise Allen notebook 6 - read only sbxreader memmap requirement
1 parent 9c8761e commit 27a9f4e

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

notebooks/2022-allen-institute-workshop.ipynb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
" 'h5py_key': 'data',\n",
515515
" 'save_path0': [],\n",
516516
" 'subfolders': [],\n",
517-
" 'nplanes': 1,\n",
517+
" 'nplanes': 4,\n",
518518
" 'nchannels': 1,\n",
519519
" 'functional_chan': 1,\n",
520520
" 'tau': 1.0,\n",
@@ -630,9 +630,7 @@
630630
"id": "637b9ec1",
631631
"metadata": {},
632632
"source": [
633-
"If you have write access to the data, you can then run Suite2p for the new parameter set and save the results to the respective tables.\n",
634-
"\n",
635-
"**Note:** CodeBook does not yet support write access for shared datasets. To see Suite2p triggering in action, contact [email protected] to find out how to upload your own data."
633+
"You can then run Suite2p for the new parameter set and save the results to the respective tables. For this dataset (4 channels, 4 depths, 7.5k frames), this may take several hours."
636634
]
637635
},
638636
{

notebooks/py_scripts/2022-allen-institute-workshop.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
'h5py_key': 'data',
238238
'save_path0': [],
239239
'subfolders': [],
240-
'nplanes': 1,
240+
'nplanes': 4,
241241
'nchannels': 1,
242242
'functional_chan': 1,
243243
'tau': 1.0,
@@ -317,9 +317,7 @@
317317

318318
imaging.ProcessingTask()
319319

320-
# If you have write access to the data, you can then run Suite2p for the new parameter set and save the results to the respective tables.
321-
#
322-
# **Note:** CodeBook does not yet support write access for shared datasets. To see Suite2p triggering in action, contact [email protected] to find out how to upload your own data.
320+
# You can then run Suite2p for the new parameter set and save the results to the respective tables. For this dataset (4 channels, 4 depths, 7.5k frames), this may take several hours.
323321

324322
# +
325323
populate_settings = dict(display_progress=True)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ element-event @ git+https://github.com/datajoint/element-event.git
77
element-interface @ git+https://github.com/datajoint/element-interface.git
88
ipykernel>=6.0.1
99
jupytext>=1.13.7
10-
sbxreader
10+
sbxreader @ git+https://github.com/CBroz1/sbxreader
1111
nd2
1212
suite2p @ git+https://github.com/datajoint-company/suite2p.git

0 commit comments

Comments
 (0)