Defined according to "ISO" or "CIE".
See also
Other lists of unweighted wavebands:
Landsat_bands()
,
Plant_bands()
,
UV_bands()
,
VIS_bands()
Examples
IR_bands()
#> [[1]]
#> NIR.ISO
#> low (nm) 780
#> high (nm) 3000
#> weighted none
#>
#> [[2]]
#> MIR.ISO
#> low (nm) 3000
#> high (nm) 50000
#> weighted none
#>
#> [[3]]
#> FIR.ISO
#> low (nm) 50000
#> high (nm) 1e+06
#> weighted none
#>
IR_bands("ISO")
#> [[1]]
#> NIR.ISO
#> low (nm) 780
#> high (nm) 3000
#> weighted none
#>
#> [[2]]
#> MIR.ISO
#> low (nm) 3000
#> high (nm) 50000
#> weighted none
#>
#> [[3]]
#> FIR.ISO
#> low (nm) 50000
#> high (nm) 1e+06
#> weighted none
#>
IR_bands("CIE")
#> [[1]]
#> IRA.CIE
#> low (nm) 700
#> high (nm) 1400
#> weighted none
#>
#> [[2]]
#> IRB.CIE
#> low (nm) 1400
#> high (nm) 3000
#> weighted none
#>
#> [[3]]
#> IRC.CIE
#> low (nm) 3000
#> high (nm) 1e+06
#> weighted none
#>