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 35<br />

! BASE: Baseline information (for spectra of drifts).<br />

integer mwind<br />

integer mbase<br />

parameter (mwind=100,mbase=8+2*mwind)<br />

type base<br />

sequence<br />

integer(kind=4) :: deg ! [ ] Degree of last baseline<br />

real(kind=4) :: sigfi ! [Int. unit] Sigma<br />

real(kind=4) :: aire ! [Int. unit] Area under windows<br />

integer(kind=4) :: nwind ! [ ] Number of line windows<br />

real(kind=4) :: w1(mwind) ! [ km/s] Lower limits of windows<br />

real(kind=4) :: w2(mwind) ! [ km/s] Upper limits of windows<br />

end type base<br />

4.2.5 Scan numbers of initial observations<br />

! Section -6<br />

! HISTORY: Scan numbers of initial observations.<br />

integer mseq<br />

integer morig<br />

parameter (mseq=100,morig=2*mseq+1)<br />

type history<br />

sequence<br />

integer(kind=4) :: nseq ! Number of sequences<br />

integer(kind=4) :: start(mseq) ! Start can number of seq.<br />

integer(kind=4) :: end(mseq) ! End scan number of seq.<br />

end type history<br />

4.2.6 Default plotting limits<br />

! Section -7<br />

! PLOT: Default plotting limits.<br />

integer mplot<br />

parameter (mplot=4)<br />

type plot<br />

sequence<br />

real(kind=4) :: amin ! [Int. unit] Min Y value plotted<br />

real(kind=4) :: amax ! [Int. unit] Max Y value plotted<br />

real(kind=4) :: vmin ! [ km/s] Min X value plotted<br />

real(kind=4) :: vmax ! [ km/s] Max X value plotted<br />

end type plot<br />

4.2.7 Switching information (for spectra)<br />

! Section -8<br />

! SWITCH: Switching information (for spectra).<br />

integer mxphas<br />

integer mfsw<br />

parameter (mxphas=8,mfsw=2+6*mxphas)

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

Saved successfully!

Ooh no, something went wrong!