Insight Details

2 min read

The Insight Details window is the full read-only profile of an insight — what it computes, how it renders, and which instruments it runs on. Open it from an insight’s Details action in the Insights panel or the Manage → Insights list.

It’s a reference view: there are no edit, delete or share controls here (edit and delete live on the insight’s row in the Insights panel / Manage list). What you get is everything about the insight at a glance, laid out as a set of cards.

What each section shows #

  • Header — the insight’s name with its type · category beneath it.
  • Main information — Category, Type, whether it’s a Composite, the Min/Max values (per-channel for composites), and either the reference Spectra or the Bands it uses.
  • Description — the insight’s description (auto-generated if none was written).
  • Expression (Band Ratios) — the formula: a single expression, or the Red/Green/Blue channel expressions for a composite.
  • PCA information (Principal Component) — the reflectance and absorption bands the component targets.
  • Color palette — how values map to color: a continuous gradient with its range, discrete swatches, or the True/False tiles of a binary insight. Click any swatch to copy its hex code.
  • Instruments — the instruments this insight can run on.
  • Script (Scripted) — the insight’s DSL source code.
  • Model Run (Machine Learning) — the training run behind a classifier: algorithm, status, and the full metrics (feature importance, confusion matrix, …). While a model is still training, this section updates itself live and tells you when it finishes.
📷 Screenshot pending — an Insight Details window showing Main information, Color palette and Instruments cards.

Use this view to understand a public insight before running it, to check exactly what a teammate’s insight does, or to read a classifier’s training metrics after it completes.

Updated on July 27, 2026
Table of contents