# Satlantic HyperNav Radiometer $head_sn
# Computed from: $mfr_wl_reg_filename $raw_filename
#
# Spectrometer CGS UV-NIR $spec_sn
#
# Low nominal wavelength 190.00 nm
# High nominal wavelength 1015.00 nm
# Low actual wavelength $low_wl nm
# High actual wavelength $high_wl mm
#
# Polynomial Coefficients for Wavelength Calculation from pixel value.
# p = 1 - 2068
# W(p) = C0 + C1 * p + C2 * p^2 + C3 * p^3
#
# HyperNav discards the first 10 and last 10 pixel.
# The HyperNav spectrum is indexed from 1 to 2048.
# Low pixel 2058 = spectrum index 1
# High pixel 11 = index 2048
# pixel(index) = 2058-index+1
#
C0 $c0
C1 $c1
C2 $c2
C3 $c3
