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:
indexBand index, 1-based (integer).
nameBand name (character); a default
"Band k"when unnamed.wavelengthCentre wavelength (double);
NAwhen not spectral.unitWavelength unit (character);
NAwhen not spectral.
Always has at_n_bands(x) rows.