Skip to content

Commit 6a8aae8

Browse files
committed
flim_analysis: make data import step more accurate
In my test, Bio-Formats is not actually capable of importing the sample dataset: it errors out with an ArrayIndexOutOfBoundsException. It only *looks* like Bio-Formats is used when you select File > Open... because Fiji has logic to fall back to SCIFIO if nothing else works.
1 parent e40b870 commit 6a8aae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ops/doc/examples/flim_analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We use a sample of `FluoCells™ Prepared Slide #1`_, imaged by `Jenu Chacko`_ u
1313

1414
FluoCells™ Prepared Slide #1 contains bovine pulmonary artery endothelial cells (BPAEC). MitoTracker™ Red CMXRos was used to stain the mitochondria in the live cells, with accumulation dependent upon membrane potential. Following fixation and permeabilization, F-actin was stained with Alexa Fluor™ 488 phalloidin, and the nuclei were counterstained with the blue-fluorescent DNA stain DAPI.
1515

16-
The sample data can be downloaded `here <https://media.scijava.org/scijava-ops/1.0.0/flim_example_data.sdt>`_ and can be loaded into Fiji with `Bio-Formats`_ using ``File → Open``. When presented with the ``Bio-Formats Import Options`` screen, it may be helpful to select ``Metadata viewing → Display metadata`` to determine values necessary for analysis. Then, select ``OK``. The data may take a minute to load.
16+
The sample data can be downloaded `here <https://media.scijava.org/scijava-ops/1.0.0/flim_example_data.sdt>`_ and can be loaded into Fiji with `SCIFIO`_ using ``File → Open...`` or ``File → Import → Image...``. The data may take a minute to load.
1717

1818
Within the script, the `Levenberg-Marquardt algorithm`_ fitting Op of SciJava Ops FLIM is used to fit the data.
1919

@@ -222,7 +222,7 @@ In the panels below, we show the results of executing both scripts with computat
222222
:width: 49%
223223

224224

225-
.. _`Bio-Formats` : https://www.openmicroscopy.org/bio-formats/
225+
.. _`SCIFIO` : https://scif.io
226226
.. _`FLIM` : https://en.wikipedia.org/wiki/Fluorescence-lifetime_imaging_microscopy
227227
.. _`FluoCells™ Prepared Slide #1` : https://www.thermofisher.com/order/catalog/product/F36924
228228
.. _`FRET` : https://en.wikipedia.org/wiki/F%C3%B6rster_resonance_energy_transfer

0 commit comments

Comments
 (0)