Applies processing context settings to a measurement, converting it to the requested calibration level (e.g., reflectance).
Usage
cuvis_reprocess(
ctx,
measurement,
mode = c("reflectance", "spectral_radiance", "dark_subtract", "raw", "preview"),
allow_recalib = FALSE
)Value
The same cuvis_measurement object, reprocessed in place.
Extract the cube with cuvis_get_cube().