-
Notifications
You must be signed in to change notification settings - Fork 1
Array Tomography
pbl007 edited this page Nov 7, 2016
·
4 revisions
The reader is based on the maltab project imreadBF. All the required files, including the java class are under loacated in /external/imreadBioFormat.
One needs to add the loci_tools.jar class file to Matlab.
edit class
then add at the bottom the path to [full path to PBlabToolkit]/PBlabToolkit/external/imreadBioFormat
Also add the imreadBioFormat directory to your Matlab path and make.
Finally restart Matlab and the BioFormat reader should be ready.
This step depends on the way the ets file was generated and its content (how many planes, time points etc) so the script gatherStackFromMultiEtsFiles.m is provided as an example.