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

« back to all changes in this revision

Viewing changes to stdred/mos/help/searchmos.hlq

  • 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
% @(#)searchmos.hlq     1.3 (ESO-DMD) 2/14/94 16:36:52
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1994 European Southern Observatory
 
4
%.IDENT      searchmos.hlq
 
5
%.AUTHOR     PB, DMD/ESO
 
6
%.KEYWORDS   MIDAS, help files, SEARCH/MOS
 
7
%.PURPOSE    On-line help file for the command: SEARCH/MOS
 
8
%.VERSION    1.0  14-FEB-1994 : Creation, PB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./MOS
 
12
\es\co
 
13
SEARCH/MOS                                      19-AUG-1993 OS
 
14
\oc\su
 
15
        SEARCH/MOS [wlc] [t,w] [ybin] [meth] [mostab] [lintab] 
 
16
\us\pu
 
17
Purpose:   
 
18
          Search for arc lines in MOS slitlets and center them  
 
19
\up\sy
 
20
Syntax:
 
21
          SEARCH/MOS [wlc] [t,w] [ybin] [meth] [mostab] [lintab] 
 
22
\ys\pa
 
23
          wlc = wavelength calibration image. \\
 
24
              Session Keyword: WLC \\
 
25
              Default value: wlc
 
26
          t,w  = threshold, window \\.
 
27
              Session Keyword: SEAPAR \\
 
28
              Default value: 200,5
 
29
          ybin = Step, binning radius in y-direction.
 
30
              Session Keyword: YBIN \\
 
31
              Default value: 3,3
 
32
          meth = centering method (gaussian or gravity).  \\
 
33
              Session Keyword: CENTMET \\
 
34
              Default value: gravity
 
35
          mostab = Input table  \\
 
36
              Session Keyword: MOS \\
 
37
              Default value: mos
 
38
          lintab = Output table \\
 
39
              Session Keyword: LINPOS \\
 
40
              Default value: linpos
 
41
\ap\sa
 
42
See also:  
 
43
          CALIBRATE/MOS
 
44
\as\no
 
45
Note:       
 
46
          Takes the wavelength calibration frame and scans the CCD rows 
 
47
          searching for arc lines with an intensity above the threshold
 
48
          t relative to local background determined in the 
 
49
          search window w. It takes only every ybin(1)th row
 
50
          and averages as many CCD rows as given by ybin(2) before 
 
51
          scanning. The search areas are the slitlets defined by 
 
52
          mostab.tbl and the results are stored in lintab.tbl. 
 
53
\on\exs
 
54
Examples:
 
55
\ex
 
56
          SEARCH/MOS wlc2 100,10
 
57
          Takes the calibration frame wlc2.bdf and searches lines above
 
58
          a threshold of 100 within a search window of 10 pixels. Step
 
59
          and binning are defined by keyword YBIN, centering method by
 
60
          keyword CENTMET. The slitlet table is taken from keyword MOS
 
61
          and the result table from keyword LINPOS.
 
62
          SEARCH/MOS wlc 50,10 5,3 gauss
 
63
          Takes the calibration frame wlc.bdf and searches lines above
 
64
          a threshold of 50 within a search window of 10 pixels. It takes
 
65
          every 5th CCD row and averages 3 rows before scanning. The 
 
66
          centering of the lines is done by fitting a Gaussian to their
 
67
          intensity distribution. The slitlet table is taken from keyword
 
68
          MOS and the result table from keyword LINPOS.
 
69
\xe \sxe