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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

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

XLINE 3 telescope name (12 char)<br />

XDOBS 1 observation date<br />

XDRED 1 reduction date<br />

XOFF1 1 first offset (real, radians)<br />

XOFF2 1 second offset (real, radians)<br />

XTYPE 1 coordinate system (’EQ”, ’GA’, ’HO’)<br />

XKIND 1 Kind of observation (0: spectral, 1: continuum, )<br />

XQUAL 1 Quality (0-9)<br />

XSCAN 1 Scan number<br />

XPOSA 1 Position Angle<br />

XFRONT 2 (8 char) Front-end ID (PROPOSED)<br />

XBACK 2 (8 char) Back-end ID (PROPOSED)<br />

XPROC 2 (8 char) Procedure ID (PROPOSED)<br />

XPROJ 2 (8 char) Project ID (PROPOSED)<br />

(unused) 6 for future extensions<br />

4.2 The Header <strong>and</strong> Data Sections<br />

Here we describe the contents of the main header sections (excerpts from the storage declarations<br />

in the <strong>class</strong> program itself). Note that, in the data file, the actual length of some of the sections<br />

is variable, e.g. the length of the switching information section depends on the number of different<br />

phases in the switching procedure.<br />

4.2.1 General Parameters<br />

! Section -2 /CRPAR/<br />

! GENERAL: General parameters, always present.<br />

integer mgen<br />

integer mgen2<br />

parameter (mgen=9,mgen2=12)<br />

type general<br />

sequence<br />

integer(kind=4) :: num ! [ ] Observation number<br />

integer(kind=4) :: ver ! [ ] Version number<br />

integer(kind=4) :: teles(3)! [ ] Telescope name<br />

integer(kind=4) :: dobs ! [MJD-60549] Date of observation<br />

integer(kind=4) :: dred ! [MJD-60549] Date of reduction<br />

integer(kind=4) :: typec ! [ code] Type of coordinates<br />

integer(kind=4) :: kind ! [ code] Type of data<br />

integer(kind=4) :: qual ! [ code] Quality of data<br />

integer(kind=4) :: scan ! [ ] Scan number<br />

integer(kind=4) :: subscan ! [ ] Subscan number<br />

!<br />

real(kind=8) :: ut ! [ rad] UT of observation<br />

real(kind=8) :: st ! [ rad] LST of observation<br />

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

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

real(kind=4) :: tau ! [neper] Opacity

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

Saved successfully!

Ooh no, something went wrong!