isthermal {imageUtilities}R Documentation

Determines whether an image is thermal based on its extension.

Description

Determines whether an image is thermal based on its extension.

Usage

  isthermal(fName)

Arguments

fName

the path to the file

Value

boolean whether or not the image could be a thermal file

Note

This just tests that the extension of the file is '.bin', so a file for which the function returns “TRUE“ might not actually be a thermal image file.

See Also

Other thermal: imloadthermal


[Package imageUtilities version 1.0.3 Index]