How to use Bio-Formats.
wget https://downloads.openmicroscopy.org/bio-formats/6.5.1/artifacts/bftools.zip
Unzip it, for example, $ HOME / bin / bftools
Through Path
.bash_profile
(abridgement)
export PATH=$HOME/bin/bftools:$PATH
wget http://wsr.imagej.net/distros/linux/ij153-linux64-java8.zip
Unzip and put ij.jar in $ HOME / bin / bftools
wget https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/tubhiswt-2D.zip
When unzipped, there are the following two files
$ tree tubhiswt-2D
tubhiswt-2D
├── tubhiswt_C0.ome.tif
└── tubhiswt_C1.ome.tif
showinf tubhiswt_C0.ome.tif
ijview tubhiswt_C0.ome.tif
Recommended Posts