//! Point-spread function types, generators, constraints, and support helpers.
//!
//! Use [`Kernel2D`] or [`Kernel3D`] to wrap validated PSF arrays, [`basic`] for
//! common analytic kernels, and [`constraints`] for blind PSF projections.
pub use PsfConstraint;
pub use ;