What it is — Light-sheet fluorescence microscopy (LSFM, also called SPIM or LLSM depending on geometry) separates illumination from detection: a thin sheet of laser light excites only the focal plane, while the objective is oriented orthogonally to collect the emitted signal. Huisken et al. established the core principle in 2004 — optical sectioning through a living embryo with far less phototoxicity than confocal scanning — and every modern variant (lattice, open-top, oblique plane) inherits the same geometry. The result is high-speed volumetric imaging at 4D scale that confocal cannot match.
Why the data volume is the problem — The orthogonal geometry produces full-volume frames at camera frame rates. Multi-view acquisitions (rotate the sample, image from N angles for isotropic resolution) multiply that immediately. A single overnight time-lapse of a developing embryo is routine at hundreds of gigabytes to low petabytes. That is not a storage inconvenience — it is a pipeline architecture decision: naive file formats and sequential I/O cannot keep pace with acquisition. The answer is chunked multiscale storage (OME-Zarr / NGFF), parallel readers like BigDataViewer, and purpose-built processing stacks that operate on the Zarr chunks in-place.
The processing chain — Ingest and chunking are just the entry point. Each subsequent stage carries its own failure mode: destriping and deconvolution (RedLionfish, clij2) can lift image-space metrics while distorting structure that segmentation depends on; multi-view registration (BigStitcher) must fuse overlapping tiles sub-pixel or every downstream measurement is spatially wrong; 3D segmentation (Cellpose, napari) operates on volumes where ground truth is effectively unlabelable in deep tissues; and 4D tracking (TrackMate, ultrack) builds lineage trees where a single dropped link corrupts an entire cell history. The render is the last and cheapest step.
Where it connects — The full systems account of these failure modes is in Light-Sheet Microscopy — The Pipeline Problem Behind the Beautiful Volume. The OME-Zarr storage contract that makes petabyte data tractable links directly to Data Standards and Scalable Storage.
How we run it — the Light-Sheet 3D/4D pipeline, stage by stage — the nine-stage imaging backbone reshaped for this modality, with the tools, sub-steps and deliverable at each stage.