Skip to content

Commit eeab63c

Browse files
author
Update extension list by bendichter
committed
Update list of extensions in nwbInstallExtension
1 parent 24f8b44 commit eeab63c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nwbInstallExtension.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function nwbInstallExtension(extensionNames, options)
3535
% - "ndx-pose"
3636
% - "ndx-fiber-photometry"
3737
% - "ndx-binned-spikes"
38+
% - "ndx-wearables"
3839
%
3940
% Usage:
4041
% Example 1 - Install "ndx-miniscope" extension::
@@ -72,7 +73,8 @@ function nwbInstallExtension(extensionNames, options)
7273
"ndx-microscopy", ...
7374
"ndx-pose", ...
7475
"ndx-fiber-photometry", ...
75-
"ndx-binned-spikes" ...
76+
"ndx-binned-spikes", ...
77+
"ndx-wearables" ...
7678
] ...
7779
)} = []
7880
options.savedir (1,1) string = misc.getMatnwbDir()

0 commit comments

Comments
 (0)