Skip to contents

Band (channel) table

Usage

at_bands(x, call = rlang::caller_env())

Arguments

x

An annot_image.

call

The calling environment, for error reporting.

Value

A tibble::tibble with one row per band and the columns:

index

Band index, 1-based (integer).

name

Band name (character); a default "Band k" when unnamed.

wavelength

Centre wavelength (double); NA when not spectral.

unit

Wavelength unit (character); NA when not spectral.

Always has at_n_bands(x) rows.