forked from isetbio/isetbio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContents.m
More file actions
15 lines (15 loc) · 849 Bytes
/
Contents.m
File metadata and controls
15 lines (15 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% isetbio
%
% Image Systems Engineering Tools for Biology
% http://isetbio.org
%
% Provided under an open source license. See LICENSE.
%
% configuration - Configure isetbio preferences. Mostly for developers.
% data - Routines and data files for providing fundamental data (under development).
% external - Code from other projects (e.g. Psychtoolbox). Inluded here for convenience.
% isettools - Main code tree for isetbio. Also contains the isetbio data tree, for now.
% local - Local folder for downloads/calculation storage
% scripts - For developers. These will eventually become tutorials, validations or moved to their own project.
% tutorials - Tutorial scripts that illustate how to do things in isetbio.
% validation - Unit and regression tests. May also be useful for illustration.