Skip to content
Snippets Groups Projects
Commit 18682460 authored by David Brainard's avatar David Brainard
Browse files

Update to indicate that isetbio is optional.

Still making it optional, but this seems to go pretty fast.
parent f7d33b6d
No related branches found
No related tags found
No related merge requests found
Isetbio Examples
==============
The examples in this folder use RenderToolbox along with a separate toolbox called [isetbio](https://github.com/isetbio/isetbio). You must have isetbio on your Matlab path for these to work.
The examples in this folder use RenderToolbox. If you have a separate toolbox called [isetbio](https://github.com/isetbio/isetbio), installed, they will also bring the images into isetbio format and display them in an isetbio window. You must have isetbio on your Matlab path for this latter feature to work.
If you use [ToolboxToolbox](https://github.com/ToolboxHub/ToolboxToolbox) then you can obtain RenderToolbox and isetbio and put them on your path like this:
```
......@@ -10,6 +11,10 @@ tbUse('isetbio','reset','as-is');
% Both at once
tbUse({'RenderToolbox4', 'isetbio'});
```
Otherwise, you can follow the [installation](https://github.com/isetbio/isetbio/wiki/ISETBIO%20Installation) instructions on the isetbio wiki.
It is worth a little thought about whether energy and quantal units are being handled properly on the conversion into isetbio.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment