Skip to content

Releases: BlackrockNeurotech/NPMK

NPMK Version 5.5.3.0

26 Feb 17:24
Compare
Choose a tag to compare

***** NPMK Version 5.5.3.0 :February 26, 2024 *****
%
% 7.4.4.0: openNSx: April 1, 2023
% - (From 7.4.3.0) Fixed a minor bug for when the data header is not
% written properly and the data needs to be used to calculate the data
% length.
% - Accounts for many segments in files for clock drift correction
% - Changed 'zeropad' default behavior to be 'no'
%

NPMK Version 5.5.2.0

06 May 03:16
Compare
Choose a tag to compare

***** NPMK Version 5.5.2.0 :May 5, 2021 *****
%
% 7.4.2.0: openNSx: May 5, 2021
% - Fixed a bug related to NeuralSG file format (File Spec 2.1).
%

NPMK Version 5.5.0.0

21 Dec 18:51
Compare
Choose a tag to compare

***** 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

NPMK Version 5.4.5.0

04 Dec 20:50
Compare
Choose a tag to compare

***** NPMK Version 5.4.4.0 :October 29, 2020 *****
%
% 7.4.0.0: openNSx: October 29, 2020
% - Undid changes made to AnalogUnit and instead implemented
% NSx.ElectrodesInfo.Resolution to show what the resolution of the data
% is. By default, the resolution is set to 0.250 µV. If used with
% parameter 'uv', the resolution will be 1 µV. To always convert the
% data to µV, divide NSx.Data(CHANNEL,:) by
% NSx.ElectrodesInfo(CHANNEL).Resolution.
%

***** NPMK Version 5.4.5.0 :December 4, 2020 *****
%
% 1.2.1.0: splitNEVNTrode: November 17, 2020
% - Minor bug fixes and general code clean up - @david Kluger
%

NPMK Version 5.4.3.0

27 Oct 15:35
Compare
Choose a tag to compare

***** NPMK Version 5.4.3.0 :October 23, 2020 *****
%
% 1.1.1.0: NSxPowerSpectrum: October 23, 2020
% - Fixed a small bug with double defining the function name.%
%
% 7.3.2.0: openNSx: October 23, 2020
% - Fixed a typo.
%
% 1.2.0.0: splitNEVNtrode: October 27, 2020
% - Removed junk characters from the file.
%

NPMK Version 5.4.2.0

02 Oct 19:22
Compare
Choose a tag to compare

***** NPMK Version 5.4.2.0 :October 2, 2020 *****
%
% 1.1.0.0: NSxPowerSpectrum: October 2, 2020
% - Fixed a bug where the sampling frequency is now read from the header
% file instead of it being fixed at 300 Hz.
%
% 7.3.1.0: openNSx: October 2, 2020
% - If the units are in µV (openNSx('uv'), ths correct information is now
% written to the electrodes header: 1000 nV (raw).

NPMK Version 5.4.1.0

16 Sep 16:06
Compare
Choose a tag to compare

***** NPMK Version 5.4.1.0 :September 15, 2020 *****
%
% 1.1.0.0: settingsManager: September 16, 2020
% - Fixed a bug where the response to 1/4 uV warning was not being saved.

NPMK Version 5.4.0.0

11 Sep 22:39
Compare
Choose a tag to compare

***** NPMK Version 5.4.0.0 :September 11, 2020 *****
%
% openNSx 7.3.0.0: September 11, 2020
% - Fixed a bug related to fread and MATLAB 2020a.
% - Gives a warning about FileSpec 3.0 and gives the user options for how
% to proceed.
% - Added a warning about the data unit and that by default it in the
% unit of 250 nV or 1/4 µV.
% - If the units are in "raw", ths correct information is now written to
% the electrodes header: 250 nV (raw).
%
% settingsManager 1.0.0.0: September 11, 2020
% - Initial Release.
%
% NPMKverChecer 1.3.0.0: September 11, 2020
% - Updated to use settingsManager instead.
% - Fixed a bug that was still creating a NPMKverChecker.dat.

NPMK Version 5.2.1.0

11 Jun 14:03
Compare
Choose a tag to compare

***** NPMK Version 5.2.1.0 :June 11, 2020 *****

% openNSx 7.1.1.0: June 11, 2020
% - Fixed a bug related to fread and MATLAB 2020a.

NPMK Version 5.2.0.0

29 Apr 22:35
Compare
Choose a tag to compare

***** NPMK Version 5.2.0.0 :April 29, 2020 *****

% settingFileFullPath 1.1.0.0: March 17, 2020
% - Updated to support unix file system.
%
% openNSx 7.1.0.0: April 14, 2020
% - Added option to load the data without zero padding to compensate for
% a non-zero start time.
%
% openNEV 6.2.0.0: April 29, 2020
% - Added ability to read all types of recording event types.
% - Some bug fixes. (David Kluger)
%
% openCCF 2.2.0.0 April 29, 2020
% - Fixed an error where N-Trodes with less than 4 members read an extra
% 1 as the extra non-existent members.