Description | Download | API | API | Manual | Example
This is a work in progress. More will follow soon.
In the meanwhile, take a look at the Introduction to ImarisXT and IceImarisConnector course.
Download or clone IceImarisConnector to your computer.
Please notice: as of Imaris 7.6.3, the IceImarisApplication root folder must be added to the MATLAB path!
Copy the @IceImarisApplication subfolder to the Imaris XT folder.
In Windows:
C:\Program Files\Bitlane\Imaris 7.x.y\XT\matlab
On Mac OS X:
/Applications/Imaris 7.x.y.app/Contents/SharedSupport/XT/matlab
where 7.x.y represents current Imaris version.
This way, Imaris will find IceImarisConnector when launching XTensions.
It is recommended to add the Imaris XT folder to the MATLAB path to make it easier to write and debug XTensions from MATLAB.
Using MATLABStarter, you can keep IceImarisConnector anywhere you like on your file system. This is particularly useful if you want to keep your git repository intact, or if you want to add IceImarisConnector to your existing MATLAB library and make us of external dependences in your XTensions.
IceImarisConnector is clever enough to find Imaris if Imaris itself is installed in the standard locations.
If more than one Imaris installation is found, IceImarisConnector will pick the latest to work with.
In case you want to use an older Imaris version, or you installed Imaris in a non-standard location, you have to tell IceImarisConnector where to find the desired installation. You can do that by setting the environment variable IMARISPATH to point to the Imaris root folder (e.g. C:\Program Files\Bitlane\Imaris 7.5.2).
IceImarisConnector can be used in several ways, but for most users the instantiation of an IceImarisConnector object will be the first action in an XT function: