next up previous contents index
Next: Comment Section Up: The Header and Data Previous: Beam-switching parameters (for spectra   Contents   Index

Double gaussian and baseline fit results (for drifts)

  ! CONTINUUM: Double gaussian and baseline fit results (for drifts).
  integer(kind=4), parameter :: class_sec_poi_id=-15
  integer(kind=4), parameter :: mpoifit=8
  integer(kind=4), parameter :: class_sec_poi_len=3+2*mpoifit
  type pointing
     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(mpoifit)  ! Fit results
     real(kind=4)    :: nerr(mpoifit)  ! Errors
  end type pointing



Gildas manager 2014-07-01