create_hdr: create a hdr file for a raster

View source: R/Lib_ImageProcess.R

create_hdrR Documentation

create a hdr file for a raster

Description

create a hdr file for a raster

Usage

create_hdr(
  ImPath,
  Sensor = "unknown",
  SpectralBands = NULL,
  BandName = NULL,
  WLunits = NULL
)

Arguments

ImPath

character. path of the raster image

Sensor

character. name of the sensor

SpectralBands

numeric. vector of spectral bands for the raster

BandName

character. name for each band in the raster

WLunits

character. wavelengths unit. 'Micrometers' or 'Nanometers'

Value

corresponding hdr


jbferet/biodivMapR documentation built on Jan. 26, 2024, 10:38 p.m.