02.12.2012 Views

class Continuum and Line Analysis Single-dish Software - IRAM

class Continuum and Line Analysis Single-dish Software - IRAM

class Continuum and Line Analysis Single-dish Software - IRAM

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

4.2. THE HEADER AND DATA SECTIONS 39<br />

real(kind=4) :: colle ! [ ?] Collimation error El<br />

end type drift<br />

4.2.15 Beam-switching parameters (for spectra or drifts)<br />

! Section -11<br />

! BEAM: Beam-switching parameters (for spectra or drifts).<br />

integer mbeam<br />

parameter (mbeam=5)<br />

type beam<br />

sequence<br />

real(kind=4) :: cazim ! [ rad] Azimuth of observation<br />

real(kind=4) :: celev ! [ rad] Elevation of observation<br />

real(kind=4) :: space ! [ rad] Beam spacing<br />

real(kind=4) :: bpos ! [ rad] Position angle of beams<br />

integer(kind=4) :: btype ! [code] System for angle<br />

end type beam<br />

4.2.16 Double gaussian <strong>and</strong> baseline fit results (for drifts)<br />

! Section -15 /CRPOINT/<br />

! CONTINUUM: Double gaussian <strong>and</strong> baseline fit results (for drifts).<br />

integer mfcont<br />

parameter (mfcont=19)<br />

type pointing<br />

sequence<br />

integer(kind=4) :: nline ! Number of components<br />

real(kind=4) :: sigba ! Sigma on base<br />

real(kind=4) :: sigra ! Sigma on line<br />

real(kind=4) :: nfit(8) ! Fit results<br />

real(kind=4) :: nerr(8) ! Errors<br />

end type pointing<br />

4.2.17 Comment Section<br />

integer, parameter :: mcomm=256<br />

type comment<br />

sequence<br />

integer(kind=4) :: ltext ! Length of comment<br />

character ctext*1024 ! Comment string<br />

end type comment<br />

4.2.18 Data Section<br />

The data section contains the spectrum intensity of each spectral channel. It thus consists of<br />

NDATA real values.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!