forked from bahanonu/ciatah
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Function updates and URLs for all major external programs.
- `loadBatchFxns` - Update `_external_programs` to call ciapkg.getDirExternalPrograms() to standardize call across all functions. Do not add docs and data folders or sub-folders to the path. Update to fullfile call using filesep to make platform neutral. - `@ciatah\viewMatchObjBtwnSessions` - Convert all suptitle to ciapkg.overloaded.suptitle. - Updated `README` in external programs to contain URLs for major programs.
- Loading branch information
Showing
3 changed files
with
42 additions
and
27 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 |
---|---|---|
@@ -1,19 +1,22 @@ | ||
# External software packages | ||
|
||
The folder `_external_programs` is for external software packages used by `calciumImagingAnalysis`. | ||
The folder `_external_programs` is for external software packages or algorithms used by `CIAtah`. These are automatically downloaded when running `obj.setup;` after creating a `CIAtah` object by calling `obj = CIAtah;` or directly by running `ciapkg.io.loadDependencies();`. | ||
|
||
The following are likely to be found here: | ||
The following programs will be found in this folder after downloading (e.g. after running `ciapkg.io.loadDependencies`): | ||
- GUI and display | ||
- `Fiji` | ||
- `ImageJ/Fiji` - Miji to allow calling of ImageJ/Fiji, only download `mij.jar` and `ij.jar`. https://imagej.net/plugins/miji. | ||
- Cell extraction | ||
- `CELLMax` | ||
- `CNMF` | ||
- `CNMF-E` | ||
- `CVX` | ||
- `EXTRACT` | ||
- `CELLMax` - Will be made public upon publication. | ||
- `CNMF` - https://github.com/flatironinstitute/CaImAn-MATLAB. | ||
- `CNMF-E` - https://github.com/zhoupc/CNMF_E. | ||
- `CVX` - http://cvxr.com/cvx/download/ (e.g. http://web.cvxr.com/cvx/cvx-rd.zip). | ||
- `EXTRACT` - https://github.com/schnitzer-lab/EXTRACT-public. | ||
- NWB | ||
- `nwb_schnitzer_lab` | ||
- `yamlmatlab` | ||
- `matnwb` | ||
- `nwb_schnitzer_lab` - https://github.com/schnitzer-lab/nwb_schnitzer_lab. | ||
- `yamlmatlab` - https://github.com/ewiger/yamlmatlab. | ||
- `matnwb` - https://github.com/NeurodataWithoutBorders/matnwb. | ||
- File I/O | ||
- `Bio-Formats` - MATLAB version at https://www.openmicroscopy.org/bio-formats/downloads/. | ||
- Motion correction | ||
- `NoRMCorre` | ||
- `Turboreg` - C and MEX function implementation of http://bigwww.epfl.ch/thevenaz/turboreg/. | ||
- `NoRMCorre` - https://github.com/flatironinstitute/NoRMCorre. |