16 Field of View Comparison
In imaging datasets like FLIM data, field of view (FOV) is an important categorical feature that documents where a certain set of rows (e.g. cells) originate. Visualizing each FOV side by side on a numerical feature can help identify potential FOV-level outliers.
FLIM Playground finds the FOV identifier column from the dataset using the FOV column name field in data analysis config (dataset not extracted by Data Extraction) or data extraction config (dataset extracted by Data Extraction).
If found:

If the column is not found, FLIM Playground does not stop. It falls back to deriving a FOV name for each row from that row’s unique row id, by taking everything before the last underscore. A row with the id day1_image3_17 is therefore assigned to the FOV day1_image3. This matches the {FOV Identifier}_{cell_label} convention used by Data Extraction, so for datasets extracted by FLIM Playground the derived value is the correct FOV name.
Only rows whose unique row id contains no underscore at all cannot be split. Those are labeled missing fov name, and the warning below appears if at least one such row is present:

Because the fallback is silent when every row id happens to contain an underscore, a plot can be rendered with no warning while grouping by something that is not a real FOV. If your unique row ids do not follow the {FOV}_{cell} convention, the boxplots will be grouped by an arbitrary fragment of the id string. Confirm that the FOV column name in the data analysis config actually matches a column in your dataset before reading anything into this plot.
16.2 Example
Sometimes, the FOV-level boxplots may show consistent divergence across different imaging days, which may suggest that there is experimental or data extraction inconsistency (e.g. shifts are not optimized correctly for one day versus the others). Below is an example that, despite the same conditions, systematically diverged across days, but was consistent within the same day.
