User Tools

Site Tools


Sidebar

Top
Profile
Freelancing
Seminar
Courses -2016
Courses 2018-
Textbooks
Documents
Downloads (-2016)
Downloads (2016-)
Weblog
RSS aggregates
Discussions
Archives
日本語


EMBL BioImage Data Analysis

EuBIAS

NEUBIAS

—- Contact
CMCI Alumni
ALMF
EMBL Heidelberg
EMBL Intranet


Popularity Ranking


Timeline of @cmci_

cmci_ avatar

RT @StifelCenter: A visual programming language for ImageJ that allows to create macros without any programming by just creating a flowchar…
About 1 week, 5 days ago by: Kota Miura (@cmci_)

cmci_ avatar

@naba_chatterjee @haesleinhuepf I'm afraid not
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

Symposium Programme 2023: BioImage Data Analysis: Tools & Workflows in Life Sciences Deep Learning for Image Data… https://t.co/ZfjtsDdyFK
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

Training School 2023 Introduction to bioimage analysis, tools, and workflows FAIR principles Cloud-hosted image da… https://t.co/FnzmoxI2Eb
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

IN-PERSON #NEUBIAS training school and symposium! Deadline for the Training school on Wednesday... sorry for this b… https://t.co/8rbitWsBka
About 1 week, 6 days ago by: Kota Miura (@cmci_)

cmci_ avatar

RT @BertrandVernay: Beautiful 3D dataset; One of them is going to find its way to our @RISE_micro "Introduction to image processing and ana…
About 2 weeks, 3 days ago by: Kota Miura (@cmci_)
documents:101124locibioformats_bftoolstip

Using LOCI Bio-Format Command line tools

This is a command line examples of "bfconvert" tool from LOCI Bioformats1).

For converting .lif file to separate tif files:

if LIF file consists of stack series, and to separate them as each tiff stack:

bfconvert laminedapi23012.lif testS%s.tif

then the output would be

 testS0.tif
 testS1.tif
 testS2.tif
 ...

… such numbered stacks in the same directory.

All stacks will be extracted as tif stacks with the above command.
To extract only one of the stacks out of .lif file, then specify the series number:

bfconvert -series s laminedapi23012.lif testS%s.tif

If your LIF file consists of stack series, each stack has multiple channels and you want to separate them as each tiff stack with separated channel:

bfconvert laminedapi23012.lif testS%s_C%c.tif

then the output would then be

 testS0_C0.tif
 testS0_C1.tif
 testS0_C2.tif
 testS1_C0.tif
 ...
1)
within embl network, this tool is reachable by /g/almf/software/bin2/bfconvert
documents/101124locibioformats_bftoolstip.txt · Last modified: 2016/05/24 12:46 (external edit)