Skip to content

Theory

This section covers the physics, sensor architecture, and numerical methods behind every COMPASS simulation. The chapters are organized so you can read top-to-bottom or jump to the topic you need.

Use this section for concepts and mental models. Use Guide for runnable workflows, Reports for generated validation evidence, and API Reference for exact classes and configuration fields.

How this section is organized

ChapterScopeRead this if you want to...
BasicsNon-mathematical orientation to CIS pixels, optics, and QEBuild intuition before the deeper theory pages
OpticsWave optics fundamentals: fields, films, diffractionUnderstand why a wave-optics solver is needed for sub-wavelength pixels
Image SensorBSI pixel structure, QE, full radiometric signal chainUnderstand what is being modeled and how the result is interpreted
SimulationRCWA, FDTD, TMM and their numerical behaviorUnderstand how the solver actually computes the answer

Boundary Rules

If you need...Read hereDo not expect it to cover...
First intuition with minimal mathBasicsSolver algorithms or exact formulas
Equations and optical lawsOpticsThe full pixel stack or API calls
Pixel components and performance metricsImage SensorNumerical method derivations
Discretization, convergence, and stabilitySimulationIntroductory CIS background

What This Section Does Not Cover

  • Installation and command-line workflows live in Guide.
  • Generated benchmark evidence lives in Reports.
  • API signatures and YAML schema details live in API Reference.

Suggested reading paths

Newcomer to image sensor optics

  1. Basics Overview -> What is a CMOS Image Sensor? -> Optics Primer -> Pixel Anatomy
  2. Light Basics -> Electromagnetic Waves -> Thin Film Optics -> Diffraction
  3. Image Sensor Optics -> Quantum Efficiency
  4. Simulation Overview -> pick one solver page

Engineer evaluating COMPASS for a project

  1. Image Sensor Optics -> Quantum Efficiency -> Signal Chain
  2. Simulation Overview -> RCWA vs FDTD -> Numerical Stability

Researcher implementing a new solver or analysis

  1. Optics Overview -> Electromagnetic Waves
  2. RCWA Explained and FDTD Explained
  3. Numerical Stability

TIP

If you have not used COMPASS before, start with Basics -> What is a CMOS Image Sensor? for a non-mathematical orientation, then come back here.