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

« back to all changes in this revision

Viewing changes to stdred/echelle/proc/necavtab.prg

  • 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
! @(#)necavtab.prg      19.1 (ES0-DMD) 02/25/03 14:19:35
 
2
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
!
 
4
!.COPYRIGHT   (C) 1991 European Southern Observatory
 
5
!.IDENT       necavtab.prg (formerly t2avertbl.prg)
 
6
!.AUTHOR      Pascal Ballester,  ESO - Garching
 
7
!.KEYWORDS    Spectroscopy, Echelle, Background
 
8
!.PURPOSE     Command AVERAGE/TABLE
 
9
!.VERSION     1.0    Creation    5-OCT-1989  JDP
 
10
!
 
11
!-------------------------------------------------------
 
12
!
 
13
DEFINE/PAR P1 ? IMAGE  "Enter image:"
 
14
DEFINE/PAR P2 ? TABLE  "Enter table:"
 
15
DEFINE/PAR P3 ? ?      "Enter columns with positions:"
 
16
DEFINE/PAR P4 ? ?      "Enter output column:"
 
17
DEFINE/PAR P5 0 NUMBER
 
18
!
 
19
WRITE/KEY INPUTI/I/1/1 'P5'
 
20
!
 
21
RUN MID_EXE:topertbl
 
22
!
 
23
RETURN
 
24
 
 
25