Skip to content

Commit

Permalink
***** NPMK Version 5.5.0.0 :December 17, 2020 *****
Browse files Browse the repository at this point in the history
%
% 1.2.0.0: splitNSx: December 17, 2020
%   - Updated to add FileSpec 3.0 compatibility. - @david Kluger

Removed mergeNSxNEVSeries-invalid script.
  • Loading branch information
kianabc committed Dec 21, 2020
1 parent 1dc38ec commit 5e02370
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 62 deletions.
60 changes: 0 additions & 60 deletions NPMK/NSx Utilities/mergeNSxNEVSeries.m

This file was deleted.

5 changes: 4 additions & 1 deletion NPMK/NSx Utilities/splitNSx.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ function splitNSx(splitCount)
% - Fixed a bug related to a case where initial timestamp of the first
% data segment was not 0.
%
% 1.2.0.0:
% - Updated to add FileSpec 3.0 compatibility. - @David Kluger
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%

Expand Down Expand Up @@ -75,7 +78,7 @@ function splitNSx(splitCount)
% dataLength = positionEOD - positionEOH;
% fseek(FID, 28, 'bof');
% channelCount = fread(FID, 1 , 'uint32=>double');
elseif strcmpi(NSx.MetaTags.FileTypeID, 'NEURALCD')
elseif strcmpi(NSx.MetaTags.FileTypeID, 'NEURALCD') || strcmpi(NSx.MetaTags.FileTypeID, 'BRSMPGRP')
% Calculating different points in the file
fseek(FID, 0, 'bof');
basicHeader = fread(FID, 314, '*uint8');
Expand Down
6 changes: 5 additions & 1 deletion NPMK/Versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,5 +489,9 @@ NPMK Version 2.8.2.0: 5 May 2014
% - Minor bug fixes and general code clean up - @David Kluger
%

***** NPMK Version 5.5.0.0 :December 17, 2020 *****
%
% 1.2.0.0: splitNSx: December 17, 2020
% - Updated to add FileSpec 3.0 compatibility. - @David Kluger

LATEST:5.4.5.0
LATEST:5.5.0.0

0 comments on commit 5e02370

Please sign in to comment.