The OpenSPIM project is a collaboration between multiple labs to establish an accessible, easily adjustable light sheet microscope system.
The SPIMAcquisition plugin for Micro Manager is the primary means to acquire image stacks with the OpenSPIM setups.
This project is built and tested by the ImageJ Jenkins server:
http://jenkins.imagej.net/view/OpenSPIM/job/SPIMAcquisition/
The latest builds including sources and javadoc attachments are available on that web site, too.
This project is a regular Maven project, drawing on the SciJava project. You can import it into your IDE of choice (such as Eclipse, IntelliJ, Netbeans, etc) or build it from the command-line:
mvnThis builds the SPIMAcquisition plugin which can then be installed by copying
target/SPIMAcquisition-<version>.jar into Fiji.app/mmplugins/.
The SPIMAcquisition plugin depends on a couple of components that are shipped with Fiji but not with Micro-Manager. Therefore, you will have to work a little harder if you want to install the plugin into a vanilla Micro-Manager as downloaded from the Micro-Manager website:
- Run
mvn dependency:copy-dependenciesin the SPIMAcquisition directory - From
target/dependency/in that subdirectory, copy theimglib2-*.jarfiles to your Micro-Manager'smmplugins/subdirectory. - Copy
target/SPIMAcquisition-1.0.1-SNAPSHOT.jarto themmplugins/subdirectory, too. - Restart Micro-Manager.