~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/cloud/etc/cloud.ctx

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! @(#)cloud.ctx 19.1 (ES0-DMD) 02/25/03 13:23:18
 
2
!===========================================================================
 
3
! Copyright (C) 1995 European Southern Observatory (ESO)
 
4
!
 
5
! This program is free software; you can redistribute it and/or 
 
6
! modify it under the terms of the GNU General Public License as 
 
7
! published by the Free Software Foundation; either version 2 of 
 
8
! the License, or (at your option) any later version.
 
9
!
 
10
! This program is distributed in the hope that it will be useful,
 
11
! but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
! GNU General Public License for more details.
 
14
!
 
15
! You should have received a copy of the GNU General Public 
 
16
! License along with this program; if not, write to the Free 
 
17
! Software Foundation, Inc., 675 Massachusetss Ave, Cambridge, 
 
18
! MA 02139, USA.
 
19
!
 
20
! Corresponding concerning ESO-MIDAS should be addressed as follows:
 
21
!       Internet e-mail: midas@eso.org
 
22
!       Postal address: European Southern Observatory
 
23
!                       Data Management Division 
 
24
!                       Karl-Schwarzschild-Strasse 2
 
25
!                       D 85748 Garching bei Muenchen 
 
26
!                       GERMANY
 
27
!===========================================================================
 
28
!
 
29
! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
30
 
31
! Procedure cloud.ctx       M.Pierre+J.D.Ponz 880421
 
32
!                           M.Peron           910431
 
33
! Purpose  : 
 
34
!            SET/CONTEXT cloud
 
35
!            Define CLOUD commands
 
36
!
 
37
!
 
38
! -------------------------------------------------------------- 
 
39
!
 
40
! define context origin
 
41
!HELP = contrib
 
42
!                          start, step, npix
 
43
WRITE/KEY  CLDDIM/R/1/3    0.,0.,0.
 
44
!                          coeffs for the continuum
 
45
WRITE/KEY  CLDCT/R/1/6     1.,0.,0.,0.,0.,0.
 
46
!                          z of the source
 
47
WRITE/KEY  CLDZ/R/1/1      0.
 
48
!                          Maxwellian or Voigtian (default) profiles 
 
49
WRITE/KEY  CLDOP/I/1/1     1
 
50
!
 
51
CREA/COMM  COMPUTE/ABSORPTION @c cloudabs
 
52
CREA/COMM  COMPUTE/EMISSION   @c cloudemi
 
53
CREA/COMM  CREATE/PSF         @c cloudpsf
 
54
CREA/COMM  TUTORIAL/CLOUD     @c cloudemo
 
55
WRITE/OUT  "----------------------------------------------------------------"
 
56
WRITE/OUT  " Context CLOUD. version 2.0 "
 
57
WRITE/OUT  " Initialize commands CREATE/PSF, COMPUTE/ABS COMPUTE/EMI  "
 
58
WRITE/OUT  " Template tables EMI.tbl, ABSC.tbl and ABSP.tbl are "
 
59
WRITE/OUT  " located in MID_TEST "
 
60
WRITE/OUT  "----------------------------------------------------------------"