Skip to contents

tuav_export() exports the ThermalData. Note in order to export the data, at least tuav_correct should have been ran first

Usage

tuav_export(thermal_uav, export_path = NA)

Arguments

thermal_uav

ThermalUAV object retrieved by previous functions (e.g.: tuav_cameras()).

export_path

path to the folder where the images should be stored. If NA, images are stored in a new folder in the original path called 'corrected'

Value

exports the ThermalData as tiff files. Note data is stored as centikelvin.

See also