aviris_band-class: Class "aviris_band"

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

Class that represents a band of an AVIRIS image

Objects from the Class

Objects can be created by calls of the form new("aviris_band", scene, band, type, numberOfLines, samples, data).

Slots

scene:

Object of class "character". Name of the image scene.

band:

Object of class "numeric". Number of the band.

type:

Object of class "character". Type of the band, like "reflectance" for instance.

numberOfLines:

Object of class "numeric".

samples:

Object of class "numeric".

data:

Object of class "matrix".

min:

Object of class "numeric".

max:

Object of class "numeric".

mean:

Object of class "numeric".

sd:

Object of class "numeric".

Methods

initialize

signature(.Object = "aviris_band"): ...

Author(s)

Marcelo Almiron and Adrian Muract

See Also

See Also aviris_image-class, aviris_scene-class, aviris_training-class

Examples

1
showClass("aviris_band")

ripa documentation built on May 29, 2017, 5:39 p.m.

Related to aviris_band-class in ripa...