! SPECTRO: Spectroscopic information (for spectra). integer(kind=4), parameter :: class_sec_spe_id=-4 integer(kind=4), parameter :: class_sec_spe_len=17 type spectro sequence integer(kind=4) :: line(3) ! [ ] Line name real(kind=8) :: restf ! [ MHz] Rest frequency integer(kind=4) :: nchan ! [ ] Number of channels real(kind=4) :: rchan ! [ ] Reference channels real(kind=4) :: fres ! [ MHz] Frequency resolution real(kind=4) :: foff ! [ MHz] Frequency offset real(kind=4) :: vres ! [km/s] Velocity resolution real(kind=4) :: voff ! [km/s] Velocity at reference channel real(kind=4) :: bad ! [ ] Blanking value real(kind=8) :: image ! [ MHz] Image frequency integer(kind=4) :: vtype ! [code] Type of velocity real(kind=8) :: doppler ! [km/s] Doppler correction