Physics World Model — Modality Catalog

170 imaging modalities with descriptions, experimental setups, and reconstruction guidance.

3D Gaussian Splatting

gaussian_splatting Neural Rendering

3D Gaussian splatting represents scenes as a collection of learnable 3D Gaussian primitives, each parameterized by position, covariance (anisotropic 3D extent), opacity, and spherical harmonic color coefficients. Rendering rasterizes the Gaussians by projecting them to 2D screen space, sorting by depth, and alpha-compositing with a tile-based differentiable rasterizer. Training optimizes Gaussian parameters via gradient descent with adaptive density control (splitting, cloning, pruning). This achieves real-time (30+ fps) rendering at quality comparable to NeRF, from SfM point cloud initialization (COLMAP).

Physics: neural volume
Solver: gaussian_splatting_3dgs
Noise: gaussian
#neural_rendering #gaussian_splatting #3d #real_time #point_based
View details →

4D-STEM Electron Diffraction

electron_diffraction Electron Microscopy

4D-STEM acquires a full 2D convergent-beam electron diffraction (CBED) pattern at each probe position during a 2D STEM scan, yielding a 4D dataset (2 real-space + 2 reciprocal-space dimensions). This enables simultaneous mapping of strain, orientation, electric fields, and thickness with nanometer spatial resolution. Phase retrieval from the 4D dataset (electron ptychography) can achieve sub-angstrom resolution. High data rates (>1 GB/s) from fast pixelated detectors create computational challenges.

Physics: coherent diffraction
Solver: ptychography_epie
Noise: poisson
#electron #diffraction #4d_stem #strain #ptychography
View details →

Acoustic Emission Testing (AE)

acoustic_emission Experimental Science
Physics: Acoustic
View details →

Active Thermography (IR)

active_thermography Industrial Inspection
Physics: IR
View details →

Adaptive Optics (AO) Imaging

adaptive_optics Experimental Science
Physics: Photon
View details →

Arterial Spin Labeling (ASL) MRI

asl_mri Medical
Physics: Spin/RF
View details →

Atom Probe Tomography (APT)

atom_probe Scientific Instrumentation
Physics: Ion
View details →

Atomic Force Microscopy (AFM)

afm Scanning Probe
Physics: Mechanical
View details →

Bioluminescence Tomography (BLT)

bioluminescence_tomo Experimental Science
Physics: Photon
View details →

Brachytherapy Imaging

brachytherapy_img Medical
Physics: Gamma/X-ray
View details →

Brillouin Microscopy

brillouin Spectroscopy
Physics: Photon
View details →

Cathodoluminescence (CL) Imaging

cathodoluminescence Scientific Instrumentation
Physics: Electron
View details →

CEST MRI

cest_mri Medical
Physics: Spin/RF
View details →

Coded Aperture Compressive Temporal Imaging (CACTI)

cacti Compressive

CACTI captures multiple video frames in a single camera exposure by modulating the scene with a shifting binary mask during the integration period. Each temporal frame sees a different mask pattern, and the detector integrates all modulated frames into a single 2D measurement. The forward model is y = sum_t M_t * x_t + n where M_t is the mask at time t. Typical compression ratios are 8-48 frames per snapshot. Reconstruction exploits temporal correlation via GAP-TV, PnP-FFDNet, or deep unfolding networks (STFormer, EfficientSCI).

Physics: temporal coding
Solver: gap_tv
Noise: gaussian
#compressive #video #temporal #snapshot #high_speed
View details →

Coded Aperture Snapshot Spectral Imaging (CASSI)

cassi Compressive

CASSI captures a 3D hyperspectral data cube (2 spatial + 1 spectral dimension) in a single 2D camera exposure. The scene is modulated by a binary coded aperture mask, spectrally dispersed by a prism, and integrated onto a 2D detector. The forward model is y = H*x + n where H encodes both coded-aperture modulation and spectral-dispersion shift. Compression ratios equal the number of spectral bands (e.g. 28:1). Reconstruction exploits spectral correlation via GAP-TV, MST, or CST.

Physics: spectral coding
Solver: mst
Noise: gaussian
#compressive #spectral #coded_aperture #snapshot #hyperspectral
View details →

Coded Exposure / Flutter Shutter

coded_exposure Computational Photography
Physics: Photon
View details →

Coherent Anti-Stokes Raman (CARS) Microscopy

cars Spectroscopy
Physics: Photon
View details →

Coherent Diffractive Imaging / Phase Retrieval

phase_retrieval Coherent

Coherent diffractive imaging (CDI) recovers the complex-valued exit wave from a coherent scattering experiment where only the diffraction intensity |F{O}|^2 is measured (the phase is lost). Phase retrieval algorithms (HIO + ER, Fienup) iteratively enforce constraints in both real space (finite support, non-negativity) and reciprocal space (measured intensity). The oversampling condition (sampling at least 2x the Nyquist rate) ensures sufficient information for unique phase recovery. CDI achieves diffraction-limited resolution without imaging optics. Applications include imaging of nanocrystals, viruses, and materials at X-ray and electron wavelengths.

Physics: coherent diffraction
Solver: hio
Noise: poisson
#coherent #phase_retrieval #lensless #cdi #xfel
View details →

Compressed Ultrafast Photography (CUP)

cup Ultrafast
Physics: Photon
View details →

Cone-Beam Computed Tomography

cbct Medical

Cone-beam CT (CBCT) uses a divergent cone-shaped X-ray beam and a flat-panel 2D detector to acquire volumetric data in a single rotation, unlike fan-beam CT which acquires slice-by-slice. The 3D Feldkamp-Davis-Kress (FDK) algorithm performs approximate filtered back-projection for cone geometry. CBCT is widely used in dental, ENT, and image-guided radiation therapy. Primary artifacts include cone-beam artifacts at large cone angles, scatter, and truncation. Sparse-view CBCT reduces scan time and dose but introduces streak artifacts.

Physics: tomographic
Solver: fdk
Noise: poisson
#medical #tomography #cone_beam #cbct #dental
View details →

Confocal 3D Z-Stack

confocal_3d Microscopy

Three-dimensional confocal imaging by acquiring a z-stack of optical sections. Each slice is convolved with the 3D confocal PSF. The anisotropic PSF (axial resolution ~3x worse than lateral) is a key challenge. 3D Richardson-Lucy or CARE-3D are used for volumetric deconvolution. The forward model is y(x,y,z) = PSF_3d *** x(x,y,z) + n where *** denotes 3D convolution.

Physics: fluorescence
Solver: richardson_lucy_3d
Noise: poisson gaussian
#microscopy #confocal #3d #z_stack #volumetric
View details →

Confocal Laser Endomicroscopy (CLE)

confocal_endomicroscopy Medical
Physics: Photon
View details →

Confocal Live-Cell Microscopy

confocal_livecell Microscopy

Laser scanning confocal microscopy for live-cell imaging. A focused laser scans the specimen point by point, and a pinhole rejects out-of-focus light. The image formation is modelled as convolution with the confocal PSF (product of excitation and detection PSFs). Fast acquisition rates for live cells often sacrifice SNR due to short pixel dwell times. Reconstruction involves deconvolution with the confocal PSF and temporal denoising across frames.

Physics: fluorescence
Solver: richardson_lucy
Noise: poisson gaussian
#microscopy #confocal #live_cell #scanning
View details →

Contrast-Enhanced Ultrasound (CEUS)

ceus Medical
Physics: Acoustic
View details →

Correlative Light-Electron Microscopy (CLEM)

clem Multi Modal Fusion
Physics: Photon
View details →

Cryo-Electron Tomography (Cryo-ET)

cryo_et Electron Microscopy
Physics: Electron
View details →

Cryo-EM Single Particle Analysis

cryo_em Scientific Instrumentation
Physics: Electron
View details →

CT + Fluorescence (FLIT)

ct_fluorescence Multi Modal Fusion
Physics: X-ray
View details →

Dark-Field Microscopy

dark_field Microscopy
Physics: Photon
View details →

DESI Mass Spectrometry Imaging

desi Spectroscopy
Physics: Ion
View details →

Differential Interference Contrast (DIC)

dic Microscopy
Physics: Photon
View details →

Diffuse Optical Tomography

dot Medical

Diffuse optical tomography (DOT) reconstructs 3D maps of tissue optical properties (absorption mu_a and reduced scattering mu_s') by measuring near-infrared light transport through highly scattering tissue. Multiple source-detector pairs on the tissue surface sample the diffuse photon field. The forward model is the diffusion equation: light propagation is modelled as a diffusive process with the photon fluence depending on the spatial distribution of mu_a and mu_s'. Reconstruction linearizes around a homogeneous background (Born/Rytov approximation) or uses nonlinear iterative methods. Applications include breast imaging and functional brain imaging (fNIRS-DOT).

Physics: diffuse optical
Solver: born_approx
Noise: poisson gaussian
#medical #optical #diffuse #tomography #nir #brain
View details →

Diffusion MRI (DTI)

diffusion_mri Medical

Diffusion MRI measures the random Brownian motion of water molecules in tissue by applying magnetic field gradient pulses that encode microscopic displacement. The signal attenuation follows S = S_0 * exp(-b * D_eff) where b is the diffusion weighting factor and D_eff is the effective diffusion coefficient along the gradient direction. Acquiring measurements in multiple gradient directions enables estimation of the diffusion tensor (DTI) and derived scalar maps (FA, MD, AD, RD). Advanced models (NODDI, CSD) resolve intra-voxel fiber crossings. Primary degradations include EPI distortion, eddy currents, and motion sensitivity.

Physics: fourier sampling
Solver: weighted_least_squares
Noise: rician
#medical #diffusion #dti #tractography #white_matter #brain
View details →

Digital Breast Tomosynthesis (DBT)

digital_breast_tomo Medical
Physics: X-ray
View details →

Digital Holographic Microscopy

holography Coherent

Digital holographic microscopy (DHM) records the interference pattern between an object wave (scattered by the sample) and a reference wave on a digital sensor. The hologram encodes both amplitude and phase of the object wavefield. In off-axis configuration, the object spectrum is separated from the zero-order and twin-image terms in Fourier space. Numerical propagation (angular spectrum method) refocuses the wavefield at any desired plane, enabling quantitative phase imaging (QPI) with nanometer path-length sensitivity. Applications include label-free cell imaging and topography measurement.

Physics: interferometric
Solver: angular_spectrum
Noise: gaussian
#coherent #interferometric #phase #holography #qpi
View details →

DNA-PAINT Super-Resolution

dna_paint Microscopy
Physics: Photon
View details →

Doppler Ultrasound

doppler_ultrasound Medical

Doppler ultrasound measures blood flow velocity by detecting the frequency shift of ultrasound echoes reflected from moving red blood cells. The Doppler shift f_d = 2*f_0*v*cos(theta)/c relates velocity v to the observed frequency shift. Color Doppler maps 2D velocity fields by applying autocorrelation estimators to ensembles of pulse-echo data at each spatial location. A wall filter (high-pass) separates slow tissue clutter from blood flow signals. Challenges include aliasing when velocity exceeds the Nyquist limit (PRF/2) and angle-dependence of the velocity estimate.

Physics: acoustic
Solver: autocorrelation_estimator
Noise: speckle
#medical #ultrasound #doppler #flow #velocity
View details →

Dual-Energy X-ray Absorptiometry

dexa Medical

DEXA measures bone mineral density (BMD) by acquiring two X-ray projections at different energies (typically 70 and 140 kVp) and decomposing the attenuation into bone and soft-tissue components using their known energy-dependent mass attenuation coefficients. The dual-energy forward model is y_E = I_0(E) * exp(-(mu_b(E)*t_b + mu_s(E)*t_s)) + n for each energy E. Output is areal BMD (g/cm2) and T-score for osteoporosis diagnosis. Precision errors of ~1% are achievable.

Physics: dual energy radiographic
Solver: dual_energy_decomposition
Noise: poisson
#medical #xray #bone_density #dexa #osteoporosis
View details →

Eddy Current Imaging

eddy_current Industrial Inspection
Physics: EM
View details →

Electrical Impedance Tomography (EIT)

impedance_tomo Experimental Science
Physics: Electric
View details →

Electron Backscatter Diffraction

ebsd Electron Microscopy

EBSD maps crystallographic orientation by tilting a polished specimen to ~70 degrees in an SEM and recording Kikuchi diffraction patterns on a phosphor screen. Each pattern encodes the local crystal orientation, which is determined by automated indexing (Hough transform or dictionary indexing). Scanning the beam produces orientation maps (IPF), grain boundary maps, and texture information. Challenges include pattern quality degradation from surface damage, pseudosymmetry in indexing, and angular resolution limitations (~0.5 deg).

Physics: diffraction
Solver: hough_indexing
Noise: poisson gaussian
#electron #crystallography #orientation #ebsd #grain_mapping
View details →

Electron Energy Loss Spectroscopy

eels Electron Microscopy

STEM-EELS measures the energy distribution of electrons transmitted through a thin specimen, where inelastic scattering events encode information about elemental composition, bonding, and electronic structure. The energy loss spectrum contains core-loss edges (characteristic of specific elements) and low-loss features (plasmons, band gaps). A magnetic prism spectrometer disperses the energy spectrum onto a position-sensitive detector. Spectrum imaging acquires a full spectrum at each scan position, enabling elemental mapping with atomic-scale spatial resolution.

Physics: spectroscopic
Solver: fourier_ratio
Noise: poisson
#electron #spectroscopy #energy_loss #eels #elemental_mapping
View details →

Electron Holography

electron_holography Electron Microscopy

Off-axis electron holography records the interference pattern between an object wave (passed through the specimen) and a reference wave (passed through vacuum) using an electrostatic biprism. The hologram encodes the phase shift imparted by electric and magnetic fields within the specimen. Fourier filtering isolates the sideband carrying the complex wave information, from which amplitude and phase are extracted. Phase sensitivity of ~2*pi/1000 enables mapping of nanoscale electric and magnetic fields in materials.

Physics: interferometric
Solver: fourier_sideband
Noise: poisson
#electron #holography #phase #magnetic_field #electric_field
View details →

Electron Tomography

electron_tomography Electron Microscopy

Electron tomography reconstructs 3D structure from a tilt series of 2D projections acquired as the specimen is rotated (+/-60-70 deg, 1-2 deg increments). The missing wedge of angular coverage causes elongation artifacts along the beam direction. Alignment of the tilt series (using fiducial gold markers or cross-correlation) is critical. Reconstruction uses WBP, SIRT, or compressed sensing methods with TV priors to mitigate missing-wedge artifacts.

Physics: tomographic
Solver: sirt
Noise: poisson
#electron #tomography #3d #tilt_series #missing_wedge
View details →

Entangled Photon Microscopy

entangled_photon Quantum
Physics: Photon
View details →

Event Camera / Dynamic Vision Sensor (DVS)

event_camera Computational Photography
Physics: Photon
View details →

Event Horizon Telescope (EHT) Imaging

eht_imaging Astronomy
Physics: RF
View details →

Expansion Microscopy (ExM)

expansion Microscopy
Physics: Photon
View details →

Fiber Bundle Endoscopy

endoscopy Clinical Optics

Fiber bundle endoscopy transmits images through a coherent fiber bundle of 10,000-50,000 individual optical fibers. Each fiber core acts as a spatial sample, producing a honeycomb pattern. Image quality is limited by inter-core spacing (pixelation), inter-core coupling (crosstalk), and core-to-core transmission variation. White-light or narrow-band illumination is delivered through the bundle or alongside it. Reconstruction involves core localization, transmission calibration, interpolation to a regular grid, and denoising.

Physics: fiber bundle
Solver: tv_fista
Noise: poisson gaussian
#clinical #endoscopy #fiber #gastrointestinal #minimally_invasive
View details →

Flash LiDAR

flash_lidar Depth Imaging
Physics: Photon
View details →

Fluorescence Lifetime Imaging

flim Microscopy

Fluorescence lifetime imaging microscopy (FLIM) measures the exponential decay time of fluorescence emission at each pixel, providing contrast based on the molecular environment rather than intensity alone. In time-correlated single-photon counting (TCSPC), each detected photon is time-tagged relative to the excitation pulse, building a histogram of arrival times that is fitted to single- or multi-exponential decay models. The phasor approach provides a fit-free analysis in Fourier space. Primary challenges include low photon counts and instrument response function (IRF) deconvolution.

Physics: fluorescence lifetime
Solver: phasor
Noise: poisson
#microscopy #flim #lifetime #tcspc #phasor #fret
View details →

Fluoroscopy

fluoroscopy Medical

Fluoroscopy provides real-time continuous X-ray imaging for guiding interventional procedures. The forward model is the same Beer-Lambert projection as radiography but at much lower dose per frame (typically 1 uGy/frame at 15-30 fps) resulting in severely photon-limited images. Temporal redundancy from the video stream enables frame-to-frame denoising and recursive filtering. Primary challenges include low SNR, motion blur from patient/organ movement, and veiling glare from scatter.

Physics: radiographic
Solver: tv_fista
Noise: poisson
#medical #xray #real_time #interventional #fluoroscopy
View details →

Focused Ion Beam SEM (FIB-SEM)

fib_sem Electron Microscopy
Physics: Electron
View details →

Fourier Ptychographic Microscopy

fpm Microscopy

Fourier ptychographic microscopy (FPM) achieves a high space-bandwidth product by illuminating the sample from multiple angles using an LED array, capturing a set of low-resolution images, and computationally stitching them in Fourier space to synthesize a high-NA image with both amplitude and phase. Each LED angle shifts the sample's spatial frequency spectrum in Fourier space, and overlapping spectral regions provide redundancy for phase retrieval. The synthetic NA equals the objective NA plus the illumination NA. Reconstruction uses iterative phase retrieval algorithms (sequential or gradient-based).

Physics: fourier ptychography
Solver: sequential_phase_retrieval
Noise: poisson gaussian
#microscopy #ptychography #phase_retrieval #led_array #synthetic_aperture
View details →

FTIR Spectroscopic Imaging

ftir_imaging Spectroscopy
Physics: IR
View details →

Full-Waveform Inversion (FWI)

fwi Experimental Science
Physics: Seismic/Acoustic
View details →

Functional MRI (BOLD)

fmri Medical

Functional MRI detects neural activity indirectly via the blood-oxygen-level dependent (BOLD) contrast mechanism. Active brain regions increase local blood flow and oxygenation, altering the ratio of diamagnetic oxyhemoglobin to paramagnetic deoxyhemoglobin, causing T2* signal changes of 1-5%. Data is acquired with fast gradient-echo EPI sequences at high temporal resolution (TR 0.5-2s). The forward model includes the hemodynamic response function (HRF) convolved with neural activity. Primary challenges include physiological noise, head motion, and the low CNR of the BOLD signal.

Physics: fourier sampling
Solver: sense
Noise: gaussian
#medical #fmri #bold #functional #neuroscience #brain
View details →

Functional Near-Infrared Spectroscopy (fNIRS)

nirs_brain Medical
Physics: Photon
View details →

Fundus Camera

fundus Clinical Optics

A fundus camera captures a 2D color photograph of the retinal surface by illuminating the fundus through the pupil with a ring-shaped flash and imaging the reflected light through the central pupillary zone. The optical system images the curved retina onto a flat detector with 30-50 degree field of view. Image quality is degraded by media opacities (cataract), small pupil, and uneven illumination. Fundus images are widely used for automated screening of diabetic retinopathy, glaucoma, and AMD via deep learning.

Physics: imaging
Solver: richardson_lucy
Noise: gaussian
#clinical #retinal #fundus #screening #ophthalmology
View details →

Generic Compressive Matrix Sensing

matrix Compressive

Generic compressive sensing framework where the measurement process is modelled as y = A*x + n with A being an explicit M x N sensing matrix (M < N). This covers any linear inverse problem including random Gaussian, Bernoulli, or structured sensing matrices. The compressed sensing theory of Candes, Romberg, and Tao guarantees exact recovery when x is sparse and A satisfies the restricted isometry property (RIP). Reconstruction uses standard proximal algorithms (FISTA, ADMM) with sparsity-promoting regularizers (L1, TV, wavelet).

Physics: compressive sensing
Solver: fista_l2
Noise: gaussian
#compressive #generic #matrix #compressed_sensing #inverse_problem
View details →

Ghost Imaging

ghost_imaging Quantum
Physics: Photon
View details →

Gravitational Wave Detection

gravitational_wave Experimental Science
Physics: Gravitational
View details →

Ground-Penetrating Radar (GPR)

gpr Remote Sensing
Physics: RF
View details →

High Dynamic Range (HDR) Imaging

hdr_imaging Computational Photography
Physics: Photon
View details →

Hyperspectral Remote Sensing

hyperspectral_remote Remote Sensing
Physics: Photon
View details →

Image Scanning Microscopy (ISM)

ism Microscopy
Physics: Photon
View details →

Industrial CT

industrial_ct Medical
Physics: X-ray
View details →

Integral Photography

integral Computational

Integral photography (IP), originally proposed by Lippmann in 1908, captures a light field using a fly-eye lens array (matrix of small lenses) where each lenslet records a small elemental image from a slightly different perspective. The array of elemental images encodes 3D scene information, enabling computational refocusing, depth estimation, and autostereoscopic 3D display. Compared to microlens-based plenoptic cameras, IP typically uses larger lenslets with correspondingly more pixels per lens. Reconstruction includes depth-from-correspondence between elemental images and 3D focal stack computation.

Physics: light field
Solver: depth_estimation
Noise: gaussian
#computational #integral #multi_view #3d_display #depth
View details →

Interferometric SAR (InSAR)

insar Remote Sensing
Physics: RF
View details →

Intravascular Ultrasound (IVUS)

ivus Medical
Physics: Acoustic
View details →

Laser-Induced Breakdown Spectroscopy (LIBS) Imaging

libs Spectroscopy
Physics: Photon
View details →

Lattice Light-Sheet Microscopy

lattice_lightsheet Microscopy
Physics: Photon
View details →

Lensless (Diffuser Camera) Imaging

lensless Microscopy

Lensless imaging replaces the objective lens with a thin optical element (phase diffuser or coded mask) placed directly near the sensor. Scene light produces a multiplexed caustic pattern encoding the entire scene. The forward model is y = H * x + n where H is determined by the mask's phase profile and mask-to-sensor distance. Each scene point contributes across many sensor pixels, yielding a multiplexing advantage. Reconstruction solves a large-scale inverse problem via ADMM or FISTA with total-variation or learned priors.

Physics: lensless computational
Solver: admm_tv
Noise: poisson gaussian
#microscopy #lensless #computational #diffuser_camera #coded_aperture
View details →

LiDAR Scanner

lidar Depth Imaging

LiDAR (Light Detection and Ranging) measures distances by emitting laser pulses and timing the round-trip to the reflecting surface. Automotive LiDAR systems use rotating multi-beam scanners (e.g., Velodyne HDL-64E) or solid-state flash LiDAR to acquire 3D point clouds at 10-20 Hz. The forward model is simple time-of-flight: d = c*t/2. The resulting sparse point cloud requires densification, ground segmentation, and object detection. Primary challenges include sparse sampling, intensity variation with surface reflectivity, and rain/fog attenuation.

Physics: time of flight
Solver: tv_fista
Noise: gaussian
#depth #lidar #point_cloud #autonomous_driving #3d
View details →

Light Field Imaging

light_field Computational

Light field imaging captures the full 4D radiance function L(x,y,u,v) describing both spatial position (x,y) and angular direction (u,v) of light rays. A microlens array placed before the sensor captures multiple sub-aperture views simultaneously, enabling post-capture refocusing, depth estimation, and perspective shifts. Each microlens images the objective's exit pupil, trading spatial resolution for angular resolution. The 4D light field can be processed with shift-and-sum for refocusing, disparity estimation for depth, or epipolar-plane image (EPI) analysis. Primary challenges include the inherent spatial-angular resolution tradeoff and microlens aberrations.

Physics: light field
Solver: shift_and_sum
Noise: gaussian
#computational #light_field #plenoptic #depth #refocusing
View details →

Light-Sheet Fluorescence Microscopy

lightsheet Microscopy

Light-sheet microscopy (LSFM / SPIM) illuminates the sample with a thin sheet of light perpendicular to the detection axis, providing intrinsic optical sectioning. Primary artifacts are stripe patterns caused by absorption and scattering in the illumination path, plus anisotropic PSF blur. The forward model is y = S(z) * (PSF_3d *** x) + n where S(z) models the stripe attenuation. Reconstruction involves destriping followed by optional deconvolution.

Physics: fluorescence
Solver: fourier_notch_destripe
Noise: poisson gaussian
#microscopy #lightsheet #spim #3d #optical_sectioning
View details →

Low-Dose Widefield Microscopy

widefield_lowdose Microscopy

Widefield fluorescence microscopy operated at very low illumination power or short exposure time to reduce phototoxicity and photobleaching in live specimens. Images are dominated by shot noise (Poisson) and read noise (Gaussian) with typical photon counts of 20-200 per pixel. The forward model is y = Poisson(alpha * PSF ** x)/alpha + N(0, sigma^2) where alpha is the photon conversion factor. Reconstruction requires joint denoising and deconvolution using PnP-HQS, Noise2Void, or CARE.

Physics: fluorescence
Solver: pnp_hqs
Noise: poisson gaussian
#microscopy #fluorescence #low_dose #denoising #photon_limited
View details →

Lucky Imaging

lucky_imaging Astronomy
Physics: Photon
View details →

Machine Vision / AOI

machine_vision Industrial Inspection
Physics: Photon
View details →

Magnetic Force Microscopy (MFM)

mfm Scanning Probe
Physics: Magnetic
View details →

Magnetic Particle Imaging (MPI)

magnetic_particle Experimental Science
Physics: Magnetic
View details →

Magnetic Resonance Imaging

mri Medical

MRI forms images by exciting hydrogen nuclei with RF pulses in a strong magnetic field (1.5-7T) and measuring the emitted RF signal with receive coils. Spatial encoding uses gradient fields to map signal frequency and phase to spatial position, acquiring data in k-space (spatial frequency domain). The forward model for parallel imaging is y_c = F_u * S_c * x + n_c where F_u is the undersampled Fourier transform, S_c are coil sensitivity maps, and n_c is complex Gaussian noise. Accelerated MRI undersamples k-space (4-8x) and uses SENSE, GRAPPA, or deep-learning (E2E-VarNet) for reconstruction.

Physics: fourier sampling
Solver: sense
Noise: gaussian
#medical #mri #fourier #k_space #parallel_imaging
View details →

MALDI Mass Spectrometry Imaging

maldi_msi Scientific Instrumentation
Physics: Ion
View details →

Mammography

mammography Medical

Full-field digital mammography (FFDM) produces high-resolution X-ray projection images of compressed breast tissue for cancer screening. The low-energy X-ray beam (25-32 kVp with W/Rh or Mo/Mo target-filter) maximizes soft tissue contrast. Amorphous selenium flat-panel detectors provide direct conversion with ~50 um pixel pitch. The forward model follows Beer-Lambert with energy-dependent attenuation. Primary challenges include overlapping tissue structures, microcalcification detection, and dense breast tissue masking lesions.

Physics: radiographic
Solver: tv_fista
Noise: poisson
#medical #xray #mammography #breast #screening
View details →

MINFLUX Nanoscopy

minflux Microscopy
Physics: Photon
View details →

MR Angiography (MRA)

mra Medical
Physics: Spin/RF
View details →

MR Elastography (MRE)

mr_elastography Medical
Physics: Spin/RF
View details →

MR Fingerprinting (MRF)

mr_fingerprinting Medical
Physics: Spin/RF
View details →

MR Spectroscopy

mrs Medical

Magnetic resonance spectroscopy (MRS) measures the concentration of metabolites in a localized tissue volume by exploiting the chemical shift — the slight difference in Larmor frequency caused by the electronic environment of different molecular groups. The free induction decay (FID) or spin echo signal is Fourier-transformed to a spectrum where each metabolite produces characteristic peaks (e.g. NAA at 2.01 ppm, Cr at 3.03 ppm). Quantification involves fitting the spectrum to a linear combination of basis spectra (LCModel, OSPREY). Challenges include low SNR, spectral overlap, water/lipid suppression, and B0 inhomogeneity causing linewidth broadening.

Physics: fourier sampling
Solver: lcmodel
Noise: gaussian
#medical #spectroscopy #metabolites #mrs #brain
View details →

Multispectral Satellite Imaging

multispectral_sat Remote Sensing
Physics: Photon
View details →

Muon Tomography

muon_tomo Particle Imaging

Muon tomography uses naturally occurring cosmic-ray muons (mean energy ~4 GeV, flux ~1/cm2/min at sea level) to image the interior of large, dense objects by measuring the scattering angle of each muon as it traverses the object. High-Z materials (uranium, plutonium, lead) cause large-angle scattering that is readily distinguished from low-Z materials. Position-sensitive detectors (drift tubes, RPCs) above and below the object track each muon's trajectory. The scattering density is proportional to Z^2/A. Reconstruction uses the point-of-closest-approach (POCA) algorithm or maximum-likelihood/expectation-maximization (ML-EM). Long exposure times (minutes to hours) are needed due to the low natural muon flux. Applications include nuclear material detection and volcano interior imaging (muography).

Physics: particle scattering
Solver: poca_reconstruction
Noise: gaussian
#particle #muon #tomography #cosmic_ray #nuclear_security #muography
View details →

Near-field Scanning Optical Microscopy (NSOM)

nsom Scanning Probe
Physics: Photon
View details →

Neural Radiance Fields (NeRF)

nerf Neural Rendering

Neural radiance fields (NeRF) represent a 3D scene as a continuous volumetric function F(x,y,z,theta,phi) -> (RGB, sigma) parameterized by a multi-layer perceptron that maps 5D coordinates (position + viewing direction) to color and volume density. Novel views are synthesized by marching camera rays through the volume and integrating color weighted by transmittance using quadrature. Training optimizes the MLP weights to minimize photometric loss between rendered and observed images. Primary challenges include slow training/rendering, view-dependent effects, and the need for accurate camera poses (from COLMAP).

Physics: neural volume
Solver: nerf_mlp
Noise: gaussian
#neural_rendering #nerf #3d #view_synthesis #volumetric
View details →

Neutron Diffraction

neutron_diffraction Scientific Instrumentation
Physics: Neutron
View details →

Neutron Radiography / Tomography

neutron_tomo Particle Imaging

Neutron imaging exploits the unique interaction of thermal neutrons with matter — neutrons are attenuated strongly by light elements (hydrogen, lithium, boron) while penetrating heavy elements (lead, iron) that are opaque to X-rays. The forward model follows Beer-Lambert: I = I_0 * exp(-integral(Sigma(s) ds)) where Sigma is the macroscopic cross-section. Tomographic reconstruction from multiple projection angles uses FBP or iterative methods. Neutron sources include research reactors and spallation sources. The lower flux compared to X-rays requires longer exposures (seconds) and results in lower spatial resolution (50-100 um).

Physics: particle transmission
Solver: filtered_back_projection
Noise: poisson
#particle #neutron #tomography #hydrogen_sensitive #ndt
View details →

Ocean Acoustic Tomography

ocean_acoustic_tomo Experimental Science
Physics: Acoustic
View details →

Ocean Color Remote Sensing

ocean_color Remote Sensing
Physics: Photon
View details →

OCT Angiography

octa Clinical Optics

OCT angiography extends standard OCT by acquiring repeated B-scans at the same location and computing the decorrelation of the complex OCT signal between successive scans. Moving red blood cells cause temporal fluctuations that differ from static tissue, enabling label-free visualization of retinal vasculature. The contrast mechanism uses amplitude decorrelation (SSADA), phase variance, or complex-signal algorithms. Key limitations include motion artifacts, projection artifacts from superficial vessels, and limited field of view.

Physics: interferometric
Solver: ssada
Noise: speckle
#clinical #oct #angiography #vascular #retinal
View details →

Optical Coherence Tomography

oct Clinical Optics

OCT is a low-coherence interferometric imaging technique that measures depth-resolved backscattering profiles (A-scans) by interfering sample-arm reflections with a reference mirror. In spectral-domain OCT, the interference spectrum is recorded by a spectrometer and the axial profile is obtained via Fourier transform. Axial resolution is determined by the source bandwidth (typically 3-7 um in tissue) and imaging depth by spectrometer resolution. Dominant artifacts include speckle noise, motion artifacts, and sensitivity roll-off with depth.

Physics: interferometric
Solver: fft_recon
Noise: speckle
#clinical #oct #retinal #interferometric #depth_resolved
View details →

Optical Diffraction Tomography (ODT)

odt Coherent
Physics: Photon
View details →

PALM/STORM Single-Molecule Localization

palm_storm Microscopy

Photoactivated localization microscopy (PALM) and stochastic optical reconstruction microscopy (STORM) achieve nanoscale resolution by stochastically activating sparse subsets of fluorescent molecules per frame, localizing each with sub-diffraction precision (proportional to sigma/sqrt(N) where N is detected photons), and accumulating localizations over thousands of frames. Typical localization precision is 10-30 nm. Primary challenges include overlapping emitters at high density, sample drift, and blinking statistics. Reconstruction uses Gaussian fitting (ThunderSTORM) or deep learning (DECODE).

Physics: single molecule localization
Solver: thunderstorm
Noise: poisson gaussian
#microscopy #super_resolution #localization #palm #storm #smlm
View details →

Panorama Multi-Focus Fusion

panorama Computational

Multi-focus panoramic fusion combines images captured at different focal planes and/or different spatial positions to produce an all-in-focus image with extended depth of field and wide field of view. Focus stacking selects the sharpest regions from each focal plane using local contrast measures, then blends them via Laplacian pyramid fusion or wavelet-based methods. Panoramic stitching aligns overlapping images using feature matching (SIFT/SURF) and blends seams. Primary challenges include parallax at scene edges and focus measure ambiguity in low-texture regions.

Physics: multi focus
Solver: laplacian_pyramid_fusion
Noise: gaussian
#computational #panorama #fusion #focus_stacking #extended_dof
View details →

Particle Calorimetry

particle_calorimetry Experimental Science
Physics: Particle
View details →

Passive Microwave Radiometry

passive_microwave Remote Sensing
Physics: RF
View details →

PET/CT

pet_ct Medical
Physics: X-ray
View details →

PET/MR

pet_mr Medical
Physics: Gamma
View details →

Phase Contrast Microscopy

phase_contrast Microscopy
Physics: Photon
View details →

Photoacoustic Imaging

photoacoustic Medical

Photoacoustic imaging (PAI) is a hybrid modality that combines optical absorption contrast with ultrasonic detection. Short laser pulses (nanoseconds) are absorbed by tissue chromophores (hemoglobin, melanin), causing thermoelastic expansion that generates broadband ultrasound waves detected by transducer arrays. The forward model involves the photoacoustic wave equation: the initial pressure p_0(r) is proportional to the absorbed optical energy. Reconstruction inverts the acoustic propagation using delay-and-sum (DAS) or model-based algorithms.

Physics: photoacoustic
Solver: back_projection
Noise: gaussian
#medical #photoacoustic #hybrid #optical_absorption #ultrasound
View details →

Photometric Stereo

photometric_stereo Depth Imaging
Physics: Photon
View details →

Polarimetric SAR (PolSAR)

polsar Remote Sensing
Physics: RF
View details →

Polarization Microscopy

polarization Microscopy

Polarization microscopy measures anisotropic optical properties by analysing the polarisation state of light through the sample. In Mueller matrix imaging, the sample is illuminated with known polarisation states and the output is analysed, yielding a 4x4 Mueller matrix at each pixel encoding birefringence, optical activity, and depolarisation. The LC-PolScope uses liquid crystal retarders for rapid modulation. Reconstruction involves solving for Mueller elements and Lu-Chipman decomposition into physically meaningful parameters.

Physics: polarimetric
Solver: pnp_hqs
Noise: poisson gaussian
#microscopy #polarization #birefringence #mueller_matrix
View details →

Portal Imaging (EPID)

portal_imaging Medical
Physics: MV
View details →

Positron Emission Tomography

pet Medical

PET images the 3D distribution of a positron-emitting radiotracer (e.g. 18F-FDG) by detecting coincident 511 keV annihilation photon pairs along lines of response (LORs). The forward model is a system matrix encoding the detection probability for each voxel-LOR pair, incorporating attenuation, scatter, randoms, and detector response. Reconstruction uses iterative ML-EM/OSEM algorithms with attenuation correction from co-registered CT. Low count rates yield Poisson noise; time-of-flight (TOF) information improves SNR.

Physics: emission tomographic
Solver: mlem
Noise: poisson
#medical #nuclear #pet #emission #fdg #oncology
View details →

Proton Radiography

proton_radiography Particle Imaging

Proton radiography/CT uses high-energy proton beams (100-250 MeV) to image the relative stopping power (RSP) of tissue, which is the quantity directly needed for proton therapy treatment planning. Unlike X-rays which measure attenuation, proton imaging measures the energy loss and scattering of individual protons as they traverse the object. Each proton's entry/exit position and angle are tracked, and the residual energy is measured. The RSP is reconstructed from many proton histories using iterative algorithms. Challenges include multiple Coulomb scattering (which blurs the spatial resolution to ~1 mm) and the need for single-proton tracking at high rates.

Physics: particle transmission
Solver: filtered_back_projection
Noise: gaussian
#particle #proton #radiography #therapy_planning #medical
View details →

Proton Therapy Imaging

proton_therapy_img Medical
Physics: Proton
View details →

Ptychographic Imaging

ptychography Coherent

Ptychography is a scanning coherent diffractive imaging technique where a coherent beam (X-ray or electron) illuminates overlapping regions of the sample and far-field diffraction patterns are recorded at each scan position. The overlap between adjacent probe positions provides redundancy that enables simultaneous recovery of the complex-valued object transmission function and the illumination probe via iterative algorithms (ePIE, difference map). The forward model at each position is I_j = |F{P(r-r_j) * O(r)}|^2 where P is the probe and O is the object. Achievable resolution is limited by the detector NA, not the optics, reaching sub-10 nm for X-rays.

Physics: coherent diffraction
Solver: epie
Noise: poisson
#coherent #phase_retrieval #scanning #xray #nanoscale
View details →

Pump-Probe Microscopy

pump_probe Ultrafast
Physics: Photon
View details →

Quantum Illumination

quantum_illumination Quantum
Physics: Photon
View details →

Radio Aperture Synthesis

radio_astronomy Experimental Science
Physics: RF
View details →

Radio Interferometry (VLBI)

radio_interferometry Remote Sensing
Physics: RF
View details →

Raman Imaging / Microscopy

raman_imaging Spectroscopy
Physics: Photon
View details →

Scanning Acoustic Microscopy (SAM)

acoustic_microscopy Industrial Inspection
Physics: Acoustic
View details →

Scanning Electron Microscopy

sem Electron Microscopy

SEM forms images by rastering a focused electron beam (1-30 keV) across the specimen surface and collecting secondary electrons (SE, topographic contrast) or backscattered electrons (BSE, compositional Z-contrast). Resolution is determined by the probe diameter (1-10 nm), accelerating voltage, and interaction volume. Key artifacts include charging in non-conductive specimens, drift, and contamination.

Physics: electron beam
Solver: direct_imaging
Noise: poisson
#electron #scanning #surface #topographic #nanoscale
View details →

Scanning Transmission Electron Microscopy

stem Electron Microscopy

STEM focuses the electron beam to a sub-angstrom probe and scans it across a thin specimen. The HAADF detector collects electrons scattered to large angles (>50 mrad), producing incoherent Z-contrast images where intensity scales as ~Z^1.7, enabling direct compositional interpretation at atomic resolution. Aberration correction (C3/C5 correctors) achieves sub-50 pm probe sizes. Primary degradations include scan distortion, probe instability, and radiation damage.

Physics: electron beam
Solver: direct_imaging
Noise: poisson
#electron #scanning #transmission #z_contrast #atomic_resolution
View details →

Scanning Tunneling Microscopy (STM)

stm Scanning Probe
Physics: Electron
View details →

Second Harmonic Generation (SHG) Microscopy

shg Microscopy
Physics: Photon
View details →

Secondary Ion Mass Spectrometry (SIMS) Imaging

sims Spectroscopy
Physics: Ion
View details →

Seismic Tomography

seismic_tomo Experimental Science
Physics: Seismic
View details →

Shear-Wave Elastography

elastography Medical

Shear-wave elastography (SWE) quantifies tissue stiffness by generating shear waves using an acoustic radiation force impulse (ARFI) push and tracking their propagation with ultrafast ultrasound imaging (10,000+ fps). The shear wave speed c_s is related to the shear modulus by mu = rho * c_s^2, enabling quantitative mapping of Young's modulus E = 3*mu (assuming incompressibility). The technique is clinically validated for liver fibrosis staging (F0-F4) and breast lesion characterization. Challenges include shear wave attenuation in deep tissue and reflections from boundaries.

Physics: acoustic
Solver: time_of_flight_inversion
Noise: gaussian
#medical #ultrasound #elastography #stiffness #liver_fibrosis
View details →

Shearography

shearography Industrial Inspection
Physics: Photon
View details →

Single Photon Emission Computed Tomography

spect Medical

SPECT images the 3D distribution of a gamma-emitting radiotracer (e.g. 99mTc-sestamibi) by detecting single photons with rotating gamma cameras equipped with parallel-hole collimators. The collimator creates a projection of the activity distribution, and multiple angles enable tomographic reconstruction. The forward model includes collimator response (depth-dependent blurring), photon attenuation, and scatter. Reconstruction uses OSEM with corrections for attenuation (AC), scatter (SC), and resolution recovery (RR).

Physics: emission tomographic
Solver: mlem
Noise: poisson
#medical #nuclear #spect #emission #perfusion
View details →

Single-Pixel Camera

spc Compressive

The single-pixel camera reconstructs a 2D image from scalar intensity measurements acquired by a photodiode after spatially modulating the scene with known patterns on a DMD. Each measurement y_i is the inner product of the scene with a pattern, giving y = Phi*x + n. Compressed sensing theory guarantees recovery from M << N measurements if the scene is sparse. The single detector can operate at wavelengths where array detectors are unavailable (SWIR, THz). Reconstruction uses FISTA with L1/TV penalties or Plug-and-Play methods.

Physics: compressive sensing
Solver: pnp_fista
Noise: gaussian
#compressive #single_pixel #compressed_sensing #dmd #sub_nyquist
View details →

Small-Angle X-ray Scattering (SAXS)

saxs Scientific Instrumentation
Physics: X-ray
View details →

Solar EUV/X-ray Imaging

solar_imaging Astronomy
Physics: Photon/EUV
View details →

Sonar Imaging

sonar Remote Sensing

Side-scan sonar maps the seabed by transmitting acoustic pulses perpendicular to the survey vessel's track and recording the backscattered energy as a function of time (range). The along-track resolution is determined by the beam width, while the across-track resolution comes from the pulse length. The sonar image is a 2D acoustic backscatter map where intensity encodes seabed roughness, composition, and the presence of objects. Acoustic shadows behind elevated objects provide height information. Challenges include multipath reflections, variable sound speed profile, and non-uniform ensonification.

Physics: acoustic
Solver: beamform_das
Noise: speckle
#remote_sensing #sonar #underwater #acoustic #seabed
View details →

SPC-Block

spc_block Compressive
Physics: Photon
View details →

SPC-Kronecker

spc_kronecker Compressive
Physics: Photon
View details →

SPECT/CT

spect_ct Medical
Physics: Gamma
View details →

Spectral CT

spectral_ct Medical
Physics: X-ray
View details →

Spinning Disk Confocal Microscopy

spinning_disk Microscopy
Physics: Photon
View details →

STED Microscopy

sted Microscopy

Stimulated emission depletion (STED) microscopy breaks the diffraction limit by overlaying the excitation focus with a doughnut-shaped depletion beam that forces fluorophores at the periphery back to the ground state via stimulated emission, effectively shrinking the fluorescent spot to 50 nm or below. The effective PSF width scales as d ~ lambda/(2*NA*sqrt(1 + I/I_s)) where I is the depletion intensity and I_s is the saturation intensity. Primary challenges include high depletion laser power causing photobleaching, and the photon-limited signal from the confined volume.

Physics: stimulated emission depletion
Solver: richardson_lucy
Noise: poisson
#microscopy #super_resolution #sted #nanoscopy #diffraction_unlimited
View details →

Stellar Coronagraphy

coronagraphy Astronomy
Physics: Photon
View details →

STEM-EDX Elemental Mapping

edx_mapping Electron Microscopy
Physics: Electron
View details →

Stimulated Raman Scattering (SRS) Microscopy

srs Spectroscopy
Physics: Photon
View details →

Streak Camera Imaging

streak_camera Ultrafast
Physics: Photon
View details →

Structured Illumination Microscopy

sim Microscopy

Structured illumination microscopy (SIM) achieves ~2x lateral resolution improvement by illuminating the sample with sinusoidal patterns at multiple orientations and phases. Frequency mixing between the illumination pattern and sample structure shifts high-frequency information into the microscope passband. Reconstruction separates and reassembles frequency components via Wiener-SIM or deep-learning SIM. The forward model is y_k = PSF ** (I_k * x) + n for each pattern k.

Physics: structured illumination
Solver: wiener_sim
Noise: poisson gaussian
#microscopy #super_resolution #structured_illumination #frequency_mixing
View details →

Structured-Light Depth Camera

structured_light Depth Imaging

Structured-light depth cameras project a known pattern (IR dot pattern, fringe, or binary code) onto the scene and infer depth from the pattern deformation observed by a camera offset from the projector. For coded structured light (e.g., Kinect v1), depth is computed via triangulation from the correspondence between projected and observed pattern features. For phase-shifting methods, multiple fringe patterns encode depth as the local phase. Primary challenges include occlusion in the projector-camera baseline, ambient light interference, and depth discontinuity errors.

Physics: structured light
Solver: phase_unwrap
Noise: gaussian
#depth #structured_light #3d #triangulation #ir_projection
View details →

Susceptibility-Weighted Imaging (SWI)

swi Medical
Physics: Spin/RF
View details →

Synthetic Aperture Radar

sar Remote Sensing

SAR synthesizes a large antenna aperture by combining coherent radar returns collected as the platform (satellite/aircraft) moves along its flight path. The azimuth resolution is achieved by coherent integration of the Doppler history, while range resolution comes from pulse compression (chirp). The forward model is a 2D convolution with the SAR impulse response in range and azimuth. SAR images exhibit speckle noise (multiplicative, fully developed) from coherent interference of distributed scatterers. Applications include Earth observation, terrain mapping, and interferometric displacement measurement.

Physics: radar
Solver: backprojection
Noise: speckle
#remote_sensing #radar #sar #microwave #earth_observation
View details →

Talbot-Lau X-ray Grating Interferometry

talbot_lau Coherent
Physics: X-ray
View details →

Terahertz Imaging (THz)

terahertz Industrial Inspection
Physics: THz
View details →

Three-Photon Microscopy

three_photon Microscopy
Physics: Photon
View details →

Time-of-Flight Depth Camera

tof_camera Depth Imaging

ToF cameras measure per-pixel depth by emitting modulated near-infrared light and measuring the phase delay of the reflected signal relative to the emitted signal. In amplitude-modulated continuous-wave (AMCW) ToF, the phase offset phi = 2*pi*f*2d/c encodes the round-trip distance 2d. Multiple modulation frequencies resolve depth ambiguity. Primary degradations include multi-path interference (MPI), motion blur, and systematic errors at depth discontinuities (flying pixels).

Physics: time of flight
Solver: tv_fista
Noise: gaussian
#depth #tof #3d #nir #range_imaging
View details →

TIRF Microscopy

tirf Microscopy

Total internal reflection fluorescence (TIRF) microscopy selectively excites fluorophores within ~100-200 nm of the coverslip surface using the evanescent field generated when excitation light undergoes total internal reflection at the glass-sample interface. This provides exceptional axial selectivity for imaging membrane-associated events such as vesicle fusion and focal adhesions. The lateral image follows standard widefield PSF convolution but with near-zero out-of-focus background. Primary degradations include non-uniform evanescent field and interference fringes from coherent illumination.

Physics: evanescent wave fluorescence
Solver: richardson_lucy
Noise: poisson gaussian
#microscopy #tirf #evanescent_wave #membrane_imaging #surface_selective
View details →

Transmission Electron Microscopy

tem Electron Microscopy

TEM transmits a high-energy electron beam (80-300 keV) through an ultra-thin specimen (<100 nm), magnifying the exit wave with EM lenses. In HRTEM, the image records interference between direct and diffracted beams, convolved by the contrast transfer function (CTF). The CTF introduces oscillating contrast reversals modulated by defocus and spherical aberration. Reconstruction involves CTF correction and, for biological specimens, single-particle averaging.

Physics: electron beam
Solver: ctf_correction
Noise: poisson
#electron #transmission #high_resolution #atomic #ctf
View details →

Two-Photon / Multiphoton Microscopy

two_photon Microscopy

Two-photon microscopy uses ultrashort pulsed near-infrared laser light (typically 700-1000 nm) to excite fluorophores via simultaneous absorption of two photons, providing intrinsic optical sectioning because excitation only occurs at the focal volume where photon density is sufficiently high. The longer excitation wavelength enables imaging depths of 500-1000 um in scattering tissue (e.g., brain), making it the standard for in vivo neuroscience. The point-spread function is effectively the square of the excitation PSF. Primary degradations include scattering-induced signal loss with depth and wavefront aberrations from tissue inhomogeneity.

Physics: multiphoton fluorescence
Solver: richardson_lucy
Noise: poisson
#microscopy #two_photon #multiphoton #deep_tissue #neuroscience
View details →

Ultrasonic Phased Array (TFM/FMC)

ultrasonic_phased_array Industrial Inspection
Physics: Acoustic
View details →

Ultrasound Imaging

ultrasound Medical

Ultrasound imaging forms images by transmitting acoustic pulses into tissue and recording echoes reflected from impedance boundaries. In ultrafast plane-wave imaging, unfocused plane waves at multiple steering angles are transmitted and the received channel data are coherently compounded using delay-and-sum (DAS) beamforming. The forward model is governed by the acoustic wave equation with tissue-dependent speed of sound and attenuation. Primary degradations include speckle noise (coherent interference), limited bandwidth, and aberration from heterogeneous tissue.

Physics: acoustic
Solver: tv_fista
Noise: speckle
#medical #ultrasound #acoustic #beamforming #plane_wave
View details →

US/MRI Fusion

us_mri Multi Modal Fusion
Physics: Acoustic
View details →

Weather / Doppler Radar

weather_radar Remote Sensing
Physics: RF
View details →

Wide-Angle X-ray Scattering (WAXS)

waxs Scientific Instrumentation
Physics: X-ray
View details →

Widefield Fluorescence Microscopy

widefield Microscopy

Standard widefield epi-fluorescence microscopy where the entire field of view is illuminated simultaneously and the image is formed by convolution of the specimen fluorescence distribution with the system point spread function (PSF). Out-of-focus blur from planes above and below the focal plane is the primary degradation. The forward model is y = PSF ** x + n, where ** denotes convolution and n is mixed Poisson-Gaussian noise. Deconvolution via Richardson-Lucy or learned priors (CARE) restores resolution toward the diffraction limit.

Physics: fluorescence
Solver: richardson_lucy
Noise: poisson gaussian
#microscopy #fluorescence #deconvolution #psf
View details →

X-ray Angiography

angiography Medical

Digital subtraction angiography (DSA) visualizes blood vessels by subtracting a pre-contrast mask image from post-contrast images acquired after injecting iodinated contrast agent. The subtraction eliminates static anatomy, isolating vascular structures. The forward model is y_post - y_pre = Delta_mu * t_vessel + n where Delta_mu is the attenuation increase from iodine. Primary challenges include patient motion between mask and contrast frames, breathing artifacts, and superposition of overlapping vessels.

Physics: radiographic
Solver: dsa_subtraction
Noise: poisson
#medical #xray #angiography #vascular #interventional
View details →

X-ray Computed Tomography

ct Medical

X-ray CT reconstructs cross-sectional images from a set of line-integral projections (sinogram) acquired as an X-ray source and detector array rotate around the patient. The forward model is the Radon transform: y = R*x + n where R computes line integrals along each ray. Sparse-view and low-dose protocols reduce radiation but introduce streak artifacts and noise. Reconstruction uses filtered back-projection (FBP) or iterative methods (MBIR, DL post-processing).

Physics: tomographic
Solver: fbp
Noise: poisson
#medical #tomography #xray #radon #low_dose
View details →

X-ray Crystallography

xray_crystallography Scientific Instrumentation
Physics: X-ray
View details →

X-ray Fluorescence (XRF) Imaging

xrf_imaging Industrial Inspection
Physics: X-ray
View details →

X-ray Fluorescence Tomography

xrf_tomo Scientific Instrumentation
Physics: X-ray
View details →

X-ray NDT (Radiography)

xray_ndt Industrial Inspection
Physics: X-ray
View details →

X-ray Radiography

xray_radiography Medical

Digital X-ray radiography produces a 2D projection image by transmitting X-rays through the body onto a flat-panel detector. The forward model follows Beer-Lambert attenuation: y = I_0 * exp(-integral(mu(s) ds)) + n where mu is the linear attenuation coefficient along each ray. The image is a superposition of all structures along the beam path. Primary degradations include quantum noise (Poisson), scatter, and geometric magnification artifacts.

Physics: radiographic
Solver: tv_fista
Noise: poisson
#medical #xray #projection #chest #radiography
View details →

XFEL Serial Femtosecond Crystallography (SFX)

xfel_sfx Ultrafast
Physics: X-ray
View details →