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

« back to all changes in this revision

Viewing changes to prim/proc/overerr.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
! @(#)overerr.prg       19.1 (ESO-DMD) 02/25/03 14:08:55
 
2
! +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
!.IDENTIFICATION: OVERERR.PRG
 
4
!.PURPOSE: MIDAS procedute to overplot error bars contained in a table
 
5
!.USE:     executed via OVERPLOT/ERROR table [col1 [col2]] col3 [bar]
 
6
!          where
 
7
!          table: MIDAS table
 
8
!          col1:  column 1 of the table (x-coordinates)
 
9
!          col2:  column 2 of the table (y-coordinates)
 
10
!          col3:  the error column of the table
 
11
!          bar:   integer number indicating the type of error bar
 
12
!.AUTHOR:  Rein H. Warmels  ESO - Garching    
 
13
!.VERSION: 861203 RHW creation
 
14
! ----------------------------------------------------------------------
 
15
 
16
define/param p1 ? table "Enter table name:"
 
17
define/param p5 6 number
 
18
define/param p6 y c
 
19
write/keyw inputi/i/1/1 {p5}                    ! orientation of error bar
 
20
write/keyw inputc/c/1/1 {p6}                    ! cross bar at the end
 
21
!
 
22
run MID_EXE:overerr
 
23
copy/graph