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

"Stellar shell" profile fit results (for spectra)

  ! SHELL: "Stellar shell" profile fit results (for spectra).
  integer(kind=4), parameter :: class_sec_she_id=-12
  integer(kind=4), parameter :: mshellfit=20
  integer(kind=4), parameter :: class_sec_she_len=3+2*mshellfit
  type shell
     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(mshellfit)  ! [] Fit results
     real(kind=4)    :: nerr(mshellfit)  ! [] Errors
  end type shell



Gildas manager 2014-07-01