Skip to content

Commit d8ab37f

Browse files
committed
1 parent cb30716 commit d8ab37f

70 files changed

Lines changed: 265 additions & 265 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.

docs/main/_downloads/1b3c132ff7b40bb13bb60712fdfbc4bc/phasorpy_io.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"cell_type": "markdown",
353353
"metadata": {},
354354
"source": [
355-
"## FLIMbox FBD\n\nFLIMbox data files, FBD, are written by SimFCS and ISS software.\nThey contain encoded cross-correlation phase histograms from digital\nfrequency-domain measurements acquired with a FLIMbox device.\nNewer file versions also contain metadata.\n\nThe FBD file format is undocumented, not standardized, and files are\nfrequently found corrupted. Therefore, it is recommended to export FLIMbox\nfiles to another format from the software used to acquire the data.\n\nPhasorPy supports reading some FLIMbox FBD files via the\n[lfdfiles](https://github.com/cgohlke/lfdfiles/) library.\n\nThe :py:func:`phasorpy.io.signal_from_fbd` function is used to read\na phase histograms from the\n[Convallaria FBD dataset](https://zenodo.org/records/14026720), which was\nacquired at the second harmonic. The dataset is a time series of two\nchannels. Since the photon count is low and the second channel empty,\nonly the first channel is read and the time-axis integrated:\n\n"
355+
"## FLIMbox FBD\n\nFLIMbox data files, FBD, are written by SimFCS and ISS software.\nThey contain encoded cross-correlation phase histograms from digital\nfrequency-domain measurements acquired with a FLIMbox device.\nNewer file versions also contain metadata.\n\nThe FBD file format is undocumented, not standardized, and files are\nfrequently found corrupted. Therefore, it is recommended to export FLIMbox\nfiles to another format from the software used to acquire the data.\n\nPhasorPy supports reading some FLIMbox FBD files via the\n[fbdfile](https://github.com/cgohlke/fbdfile/) library.\n\nThe :py:func:`phasorpy.io.signal_from_fbd` function is used to read\na phase histograms from the\n[Convallaria FBD dataset](https://zenodo.org/records/14026720), which was\nacquired at the second harmonic. The dataset is a time series of two\nchannels. Since the photon count is low and the second channel empty,\nonly the first channel is read and the time-axis integrated:\n\n"
356356
]
357357
},
358358
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/main/_downloads/7a852d16dd787759c626e759efa1dd52/phasorpy_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
# files to another format from the software used to acquire the data.
371371
#
372372
# PhasorPy supports reading some FLIMbox FBD files via the
373-
# `lfdfiles <https://github.com/cgohlke/lfdfiles/>`_ library.
373+
# `fbdfile <https://github.com/cgohlke/fbdfile/>`_ library.
374374
#
375375
# The :py:func:`phasorpy.io.signal_from_fbd` function is used to read
376376
# a phase histograms from the

0 commit comments

Comments
 (0)