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

« back to all changes in this revision

Viewing changes to stdred/feros/etc/feros.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
! @(#)feros.ctx 19.1 (ESO-IPG) 02/25/03 14:20:49
 
2
! @(#)feros.ctx  1.1  LSW Heidelberg 19.12.1997
 
3
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
4
!.COPYRIGHT   (c)  1997 European Southern Observatory
 
5
!.IDENT       feros.ctx
 
6
!.AUTHOR      Anton Malina, LSW Heidelberg
 
7
!.KEYWORDS    Spectroscopy, Echelle, FEROS
 
8
!.PURPOSE     Context file of feros package
 
9
!.VERSION     1.1   19. Dec 1997
 
10
!-------------------------------------------------------
 
11
!
 
12
!indicate origin of context
 
13
!HELP = STDRED
 
14
 
 
15
DEFINE/LOCAL LERR/I/1/1 'ERROR(2)'              !save current user level
 
16
SET/MIDAS USER=EXPERT
 
17
SET/CONTEXT spec
 
18
!SET/CONTEXT echelle
 
19
 
 
20
! level 1 commands
 
21
 
 
22
CREATE/COMM  INITIALIZE/FEROS    @s ferosinit
 
23
CREATE/COMM  SAVE/FEROS          @s ferossave
 
24
CREATE/COMM  SHOW/FEROS          @s ferosshow
 
25
 
 
26
CREATE/COMM  SET/FEROS           @a keyset
 
27
CREATE/COMM  SAVINIT/FEROS       @a keyrdwr 
 
28
CREATE/COMM  HELP/FEROS          @a keyhelp
 
29
CREATE/COMM  KEYDEL/FEROS        @a keydel
 
30
 
 
31
CREATE/COMM  DEFINE/FEROS        @s feroslocate
 
32
CREATE/COMM  BACKGR/FEROS        @s ferosbackgnd
 
33
CREATE/COMM  RECTIFY/FEROS       @s ferosstraight
 
34
CREATE/COMM  EXTRACT/FEROS       @s ferosextract
 
35
CREATE/COMM  FLAT/FEROS          @s ferosunblaze
 
36
CREATE/COMM  SEARCH/FEROS        @s ferosfind
 
37
CREATE/COMM  CALIBRATE/FEROS     @s feroscalibrate
 
38
CREATE/COMM  REBIN/FEROS         @s ferosrebin1d
 
39
CREATE/COMM  MERGE/FEROS         @s ferosmerge
 
40
 
 
41
CREATE/COMM  IMAQUAL/FEROS       @s ferosimaqual
 
42
 
 
43
CREATE/COMM  TUTORIAL/FEROS      @s ferosdemo
 
44
 
 
45
!--------------------------------------------------------------------------
 
46
! Otmar Stahl, 25-FEB-1999
 
47
! user visible changes after installation in La Silla:
 
48
!
 
49
! the following commands changed names for compatibility with context echelle 
 
50
!
 
51
!  BACKGND/FEROS      ->   BACKGR/FEROS
 
52
!  LOCATE/FEROS       ->   DEFINE/FEROS   
 
53
!  STRAIGHTEN/FEROS   ->   RECTIFY/FEROS
 
54
!  UNBLAZE/FEROS      ->   FLAT/FEROS
 
55
!  FIND/FEROS         ->   SEARCH/FEROS
 
56
 
57
!  the following command was replaced (only internally used in ferosmerge)
 
58
 
59
!  ECHMERG/FEROS      -> @s ferosmerge1
 
60
!--------------------------------------------------------------------------
 
61
 
 
62
AUX_MODE(4) = 1                                  ! Copy all descriptors
 
63
ERROR(2) = LERR
 
64
SET/GRAPH   BINMODE=ON
 
65
 
 
66
WRITE/OUT   "****************** Context feros enabled ******************"
 
67
WRITE/OUT   "**                                                       **"
 
68
WRITE/OUT   "** Use TUTORI/FEROS for a demonstration of the commands. **"
 
69
WRITE/OUT   "** All suggestions and comments will be most welcome     **"
 
70
WRITE/OUT   "** (contact midas@eso.org).                              **"
 
71
WRITE/OUT   "**                                                       **"
 
72
WRITE/OUT   "***********************************************************"
 
73
INITIALIZE/FEROS
 
74
 
 
75
entry clear
 
76
 
 
77
@a keydel ? feros
 
78
 
 
79