next up previous contents index
Next: Continuum drift description (for Up: The Header and Data Previous: Hyperfine structure profile fit   Contents   Index

Hyperfine structure absorption profile fit results (for spectra)

  ! ABS: "Hyperfine Structure" absorption profile fit results (e.g. NH3, HCN, for spectra).
  integer(kind=4), parameter :: class_sec_abs_id=-18   ! Absorption fit
  integer(kind=4), parameter :: mabsfit=16
  integer(kind=4), parameter :: class_sec_abs_len=3+2*mabsfit
  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(mabsfit)  ! Fit results
     real(kind=4)    :: nerr(mabsfit)  ! Errors
  end type absorption



Gildas manager 2014-07-01