Even the 64-channel blocks only have data in 32 channels, although 64 files are extracted. I think something is wrong with setting the mask during tank initialization.
Error Messages
As a result, if I try to run doUnitFilter, I get the following error:
doUnitFilter(myTank.Animals(1).Blocks(3));
Applying bandpass filtering...050%
Struct contents reference from a non-struct array object.
Error in nigeLab.Block/doUnitFilter (line 42)
if blockObj.Channels(iCh).Raw.length <= nfact
Bug Report
Description
In the
myTank
dataset, the first block in the recording only uses 32 channels. Most of the other blocks use 64 channels; however, when I initialize asEven the 64-channel blocks only have data in 32 channels, although 64 files are extracted. I think something is wrong with setting the mask during tank initialization.
Error Messages
As a result, if I try to run
doUnitFilter
, I get the following error:and
Despite:
Machine