# LaminoCam Documentation Welcome to the LaminoCam documentation. LaminoCam is a high-performance C++ library for tomographic reconstruction of sparse lamninographic data, with missing cone correction using L1 regularization via the Split Bregman method. ## Overview LaminoCam is a C++ laminography reconstruction library developed at Lawrence Berkeley National Laboratory. It provides command-line tools for iterative reconstruction using split Bregman optimization and conjugate gradient methods, with optional GPU acceleration. ```{toctree} :maxdepth: 2 :caption: Getting Started installation quickstart ``` ```{toctree} :maxdepth: 2 :caption: User Guide usage configuration ``` ```{toctree} :maxdepth: 2 :caption: Theory theory ``` ```{toctree} :maxdepth: 1 :caption: Additional Resources license contact ``` ## Quick Links - **Installing LaminoCam**: [Installation Guide](installation.md) - **Running Your First Reconstruction**: [Quick Start](quickstart.md) - **Configuring Reconstructions**: [Configuration Reference](configuration.md) - **Understanding the Math**: [Theory & Algorithms](theory.md)