@@ -17,24 +17,24 @@ function addContainer(testCase, file) %#ok<INUSL>
1717 ' location' , ' tetrode location' , ...
1818 ' device' , devlink );
1919
20- ettable = types .core .DynamicTable(...
20+ ettable = types .hdmf_common .DynamicTable(...
2121 ' colnames' , {' x' , ' y' , ' z' , ' imp' , ' location' , ' filtering' , ' group' , ' group_name' },...
22- ' id' , types .core .ElementIdentifiers(' data' , 1 : 4 ),...
23- ' x' , types .core .VectorData(' data' , ones(4 ,1 ),...
22+ ' id' , types .hdmf_common .ElementIdentifiers(' data' , 1 : 4 ),...
23+ ' x' , types .hdmf_common .VectorData(' data' , ones(4 ,1 ),...
2424 ' description' , ' the x coordinate of the channel location' ),...
25- ' y' , types .core .VectorData(' data' , repmat(2 , 4 , 1 ),...
25+ ' y' , types .hdmf_common .VectorData(' data' , repmat(2 , 4 , 1 ),...
2626 ' description' , ' the y coordinate of the channel location' ),...
27- ' z' , types .core .VectorData(' data' , repmat(3 , 4 , 1 ),...
27+ ' z' , types .hdmf_common .VectorData(' data' , repmat(3 , 4 , 1 ),...
2828 ' description' , ' the z coordinate of the channel location' ),...
29- ' imp' , types .core .VectorData(' data' , ones(4 ,1 ),...
29+ ' imp' , types .hdmf_common .VectorData(' data' , ones(4 ,1 ),...
3030 ' description' , ' the impedance of the channel' ),...
31- ' location' , types .core .VectorData(' data' , repmat({' CA1' },4 ,1 ),...
31+ ' location' , types .hdmf_common .VectorData(' data' , repmat({' CA1' },4 ,1 ),...
3232 ' description' , ' the location of channel within the subject e.g. brain region' ),...
33- ' filtering' , types .core .VectorData(' data' , repmat({' none' },4 ,1 ),...
33+ ' filtering' , types .hdmf_common .VectorData(' data' , repmat({' none' },4 ,1 ),...
3434 ' description' , ' description of hardware filtering' ),...
35- ' group' , types .core .VectorData(' data' , repmat(eglink ,4 ,1 ),...
35+ ' group' , types .hdmf_common .VectorData(' data' , repmat(eglink ,4 ,1 ),...
3636 ' description' , ' a reference to the ElectrodeGroup this electrodes is a part of' ),...
37- ' group_name' , types .core .VectorData(' data' , repmat({egnm },4 ,1 ),...
37+ ' group_name' , types .hdmf_common .VectorData(' data' , repmat({egnm },4 ,1 ),...
3838 ' description' , ' name of the ElectrodeGroup this electrode is a part of' ),...
3939 ' description' , ' electrodes' ...
4040 );
@@ -45,7 +45,7 @@ function addContainer(testCase, file) %#ok<INUSL>
4545 ' data' , [0 : 9 ;10: 19 ], ...
4646 ' timestamps' , (0 : 9 ) .' , ...
4747 ' electrodes' , ...
48- types .core .DynamicTableRegion(...
48+ types .hdmf_common .DynamicTableRegion(...
4949 ' data' , [0 ;2],...
5050 ' table' , etReg ,...
5151 ' description' , ' the first and third electrodes' ));
0 commit comments