Defined according to "ISO".
Examples
VIS_bands()
#> [[1]]
#> Purple.ISO 
#> low (nm) 360 
#> high (nm) 450 
#> weighted none 
#> 
#> [[2]]
#> Blue.ISO 
#> low (nm) 450 
#> high (nm) 500 
#> weighted none 
#> 
#> [[3]]
#> Green.ISO 
#> low (nm) 500 
#> high (nm) 570 
#> weighted none 
#> 
#> [[4]]
#> Yellow.ISO 
#> low (nm) 570 
#> high (nm) 591 
#> weighted none 
#> 
#> [[5]]
#> Orange.ISO 
#> low (nm) 591 
#> high (nm) 610 
#> weighted none 
#> 
#> [[6]]
#> Red.ISO 
#> low (nm) 610 
#> high (nm) 760 
#> weighted none 
#> 
VIS_bands("ISO")
#> [[1]]
#> Purple.ISO 
#> low (nm) 360 
#> high (nm) 450 
#> weighted none 
#> 
#> [[2]]
#> Blue.ISO 
#> low (nm) 450 
#> high (nm) 500 
#> weighted none 
#> 
#> [[3]]
#> Green.ISO 
#> low (nm) 500 
#> high (nm) 570 
#> weighted none 
#> 
#> [[4]]
#> Yellow.ISO 
#> low (nm) 570 
#> high (nm) 591 
#> weighted none 
#> 
#> [[5]]
#> Orange.ISO 
#> low (nm) 591 
#> high (nm) 610 
#> weighted none 
#> 
#> [[6]]
#> Red.ISO 
#> low (nm) 610 
#> high (nm) 760 
#> weighted none 
#> 
