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

« back to all changes in this revision

Viewing changes to stdred/mos/proc/mosploc.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
! @(#)mosploc.prg       8.3 (ESO-IPG) 11/23/94 14:19:57
 
2
! @(#)mosploc.prg       1.1 (ESO-IPG) 2/14/94 13:57:57
 
3
! ++++++++++++++++++++++++++++++++++++++++++++++++++
 
4
!
 
5
! .IDENTIFICATION
 
6
!
 
7
! MOS PROCEDURE : MOSFIND.PRG
 
8
!
 
9
! .PURPOSE
 
10
!
 
11
! execute the command :
 
12
!  LOCATE/MOS ff para
 
13
!
 
14
! ++++++++++++++++++++++++++++++++++++++++++++++++++
 
15
!
 
16
DEFINE/PARAM P1 {MOS}      TABLE  "Slit Table:"
 
17
!
 
18
! SET/MOS MOS={P1}
 
19
!
 
20
@ creifnot 1
 
21
!
 
22
set/graph
 
23
set/graph pmode=1 font=1 
 
24
!
 
25
set/graph  stype=3
 
26
plot/table {P1} ? :ystart
 
27
set/graph  stype=4
 
28
overplot/table {P1} ? :yend
 
29
!
 
30
RETURN
 
31
 
 
32