-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from bahanonu/bahanonu/functionUpdates
CIAtah 4.0 and NWB compatibility updates, remove unused File Exchange, etc.
- Loading branch information
Showing
387 changed files
with
184 additions
and
37,306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
function [success] = saveNwbMovie(inputData,fileSavePath,varargin) | ||
% Saves input matrix into NWB format output file. | ||
% Biafra Ahanonu | ||
% started: 2020.05.28 [09:51:52] | ||
% inputs | ||
% | ||
% outputs | ||
% | ||
|
||
% changelog | ||
% | ||
% TODO | ||
% Add structure that allows users to modify defaults for all the NWB settings | ||
|
||
[success] = ciapkg.nwb.saveNwbMovie(inputData,fileSavePath,'passArgs', varargin); | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
function [success] = setupNwb(varargin) | ||
% Checks that NWB code is present and setup correctly. | ||
% Biafra Ahanonu | ||
% started: 2021.01.24 [14:31:24] | ||
% inputs | ||
% | ||
% outputs | ||
% | ||
|
||
% changelog | ||
% 2021.02.01 [15:19:40] - Update `_external_programs` to call ciapkg.getDirExternalPrograms() to standardize call across all functions. | ||
% 2021.03.26 [06:27:48] - Fix for options.defaultObjDir leading to incorrect NWB folder and cores not being generated. | ||
% TODO | ||
% | ||
|
||
[success] = ciapkg.nwb.setupNwb('passArgs', varargin); | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
v4.0.0 | ||
2021.08.10 [12:54:03] | ||
v4.0.2 | ||
2021.11.09 [19:55:19] |
Oops, something went wrong.