Instruments
Instruments can be loaned out to other researchers on an as needed basis and include:
- Hyperspectral Imager SOC710 from Surface Optics
- Hyperspectral Tethered Radiometer Buoy (HTSRB) with K-chain (Satlantic) and 2 additional upwelling sensors
- Hyperspectral Field Spec Pro™ VNIR-NIR1 portable spectrometer system from Analytical Spectral Devices.
- Hyperspectrla underwater dive spectrometer custom built from a JAZZ spectrometer (Ocean Optics)
- Laser diffraction particle analyzers: a LISST-100X and LISST-FLOC (Sequoia Scientific)
- Profiling bio-optical cage with an ac-9, ac-S, ctd, and backscattering sensor (bb2F) (WET Labs).
- Wide variety of programming and numerical analysis software including FORTRAN 95, MatLab, ENVI, Hydrolight and ArcView.
Code
CIEcolor
This matlab function will turn a radiance spectrum into an red-green-blue (RGB) color using the cie conversion. It also provides the CIE chromaticity coordinates and the luminosity of the spectrum.
rainbow_spectrum
This code will create a continuous rainbow with colors going from 380-750 nm. I found the code somewhere on the web and made it matlab friendly. It doesn't use CIE tristimulus function, but makes the rainbow by gradually increasing the RGB values over ranges.