! Section -18 /CRABS/
! ABS: "Hyperfine Structure" absorption profile fit results (e.g. NH3, HCN, for spectra).
integer mabs
parameter (mabs=35)
type absorption
sequence
integer(kind=4) :: nline ! Number of components
real(kind=4) :: sigba ! Sigma on base
real(kind=4) :: sigra ! Sigma on line
real(kind=4) :: nfit(16) ! Fit results
real(kind=4) :: nerr(16) ! Errors
end type absorption