Skip to content

Commit

Permalink
update function header - decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie-Fabre committed Sep 18, 2023
1 parent 4431ec0 commit 6912812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 220 deletions.
94 changes: 0 additions & 94 deletions bc_qualityMetrics_pipeline.asv

This file was deleted.

7 changes: 3 additions & 4 deletions decompressData/bc_extractCbinData.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
function decompDataFile = bc_extractCbinData(fileName, sStartEnd, allChannelIndices, doParfor, saveFileFolder, onlySaveSyncChannel, verbose)
% adapted from a script by Micheal Krumin
%
% requires the zmat package:
% https://github.com/fangq/zmat
Expand All @@ -16,14 +15,14 @@
% using parfor regularly crashed on my computer, so I have
% disabled by default.
% saveFileFolder - where to save your data
% onlySaveSyncChannels - if true, only save the sync channel
%
% onlySaveSyncChannel - if true, only save the sync channel
% verbose - if true, dispply information about progress
% ------
% Outputs
% ------
% decompDataFile - nSamples x nChannels array of decompressed data
%

% adapted from a script by Micheal Krumin
% JF: added sanity checks, more options including parfor,
% save output as matrix
% added size, byte, method info (zmat version used previously
Expand Down
122 changes: 0 additions & 122 deletions qualityMetrics/bc_getQualityUnitType.asv

This file was deleted.

0 comments on commit 6912812

Please sign in to comment.