Skip to content

Commit 6345fe8

Browse files
author
Update extension list by bendichter
committed
Update list of extensions in nwbInstallExtension
1 parent a0deb00 commit 6345fe8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

nwbInstallExtension.m

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ function nwbInstallExtension(extensionNames, options)
3131
% - "ndx-dbs"
3232
% - "ndx-hed"
3333
% - "ndx-ophys-devices"
34+
% - "ndx-microscopy"
35+
% - "ndx-pose"
36+
% - "ndx-fiber-photometry"
3437
%
3538
% Usage:
3639
% Example 1 - Install "ndx-miniscope" extension::
@@ -64,7 +67,10 @@ function nwbInstallExtension(extensionNames, options)
6467
"ndx-probeinterface", ...
6568
"ndx-dbs", ...
6669
"ndx-hed", ...
67-
"ndx-ophys-devices" ...
70+
"ndx-ophys-devices", ...
71+
"ndx-microscopy", ...
72+
"ndx-pose", ...
73+
"ndx-fiber-photometry" ...
6874
] ...
6975
)} = []
7076
options.savedir (1,1) string = misc.getMatnwbDir()

0 commit comments

Comments
 (0)