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

« back to all changes in this revision

Viewing changes to stdred/feros/proc/feroslocate.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
! @(#)feroslocate.prg   19.1 (ESO-IPG) 02/25/03 14:22:02
 
2
! @(#)feroslocate.prg   1.1 (ESO-IPG) 02/25/99 16:55:20
 
3
! @(#)feroslocate.prg   1.0 (ESO-IPG) 14-11-97
 
4
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
5
!
 
6
!.COPYRIGHT   (C) 1997 European Southern Observatory
 
7
!.IDENT       feroslocate.prg
 
8
!.AUTHOR      Anton Malina, LSW Heidelberg
 
9
!.KEYWORDS    Spectroscopy, Echelle, FEROS
 
10
!.PURPOSE     Locate orders in echelle spectrum
 
11
!.VERSION     1.0    Creation    14-Nov-1997
 
12
!
 
13
!-------------------------------------------------------
 
14
!
 
15
define/param p1 {RAW_IMG} I "Input image: "
 
16
define/param p2 {GUESS_TBL} T "Input table: "
 
17
define/param p3 {CENTER_TBL} I "Output table: "
 
18
define/param p4 {LOC_CUTSTEP},{LOC_WINDOW},{FIT_DEG} N "Cut step, window, fit degree: "
 
19
define/param p5 {LOC_THRES} N "Treshold: "
 
20
define/param p6 {LOC_MODE}{LOC_METHOD} C "Order localization mode and method: "
 
21
 
 
22
write/key in_a {p1}
 
23
write/key in_b {p2}
 
24
write/key out_b {p3}
 
25
write/key inputi {p4}
 
26
write/key inputr {p5}
 
27
write/key inputc {p6}
 
28
 
 
29
run STD_EXE:echloc.exe