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

« back to all changes in this revision

Viewing changes to stdred/feros/help/backgrfero.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
% @(#)backgrfero.hlq    19.1 (ESO-IPG) 02/25/03 14:20:54
 
2
% @(#)backgndfero.hlq (ESO-IPG) 12-11-1997
 
3
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
4
%.COPYRIGHT  (c)  1997 European Southern Observatory
 
5
%.IDENT      backgrfero.hlq
 
6
%.AUTHOR     AM, LSW Heidelberg, IPG/ESO
 
7
%.KEYWORDS   MIDAS, help files, BACKGR/FEROS
 
8
%.PURPOSE    On-line help file for the command: BACKGR/FEROS
 
9
%.VERSION    1.0  12-NOV-97 : Creation, AM
 
10
%----------------------------------------------------------------
 
11
\se
 
12
SECTION./FEROS
 
13
\es\co
 
14
BACKGR/FEROS                                         23-FEB-99 AM/OS
 
15
\oc\su
 
16
BACKGR/FEROS  [rawimage] [flatimage] [centertable] [bgmode] 
 
17
                 [bgparams] [medianfltsz] [fiber_mode]
 
18
            Determine (and subtract) background from echelle spectrum
 
19
\us\pu
 
20
Purpose:    
 
21
            Determine (and subtract) background from echelle spectrum  
 
22
\up\sy
 
23
Syntax:     
 
24
            BACKGR/FEROS [rawimage] [flatimage] [centertable] [bgmode]
 
25
              [bgparams] [medianfltsz] [fiber_mode]
 
26
 
 
27
\ys\pa
 
28
            rawimage = name of input image
 
29
 
 
30
\ap\pa
 
31
            flatimage = name of output image 
 
32
 
 
33
\ap\pa
 
34
            centertable = name of table with polynomial coefficients for
 
35
                          order centers  
 
36
 
 
37
\ap\pa
 
38
            bgmode = background  mode
 
39
 
 
40
            valid values are
 
41
 
 
42
                B for subtract background (default),
 
43
                N for compute background only 
 
44
 
 
45
\ap\pa
 
46
            bgparams = bg_step_x,bg_step_y,bg_width_x,bg_width_y,fitdeg
 
47
 
 
48
            parameters for background determination
 
49
 
 
50
                bg_step_x, bg_step_y  = step size for background
 
51
                                        determination in x and y direction
 
52
                bg_width_x, bg_width_y  = window size for background
 
53
                                          determination in x and y direction
 
54
                bgdist = minimum distance between orders
 
55
 
 
56
\ap\pa
 
57
            medianfltsz = bg_median_x,bg_median_y
 
58
                          size of median filter in x and y direction
 
59
 
 
60
\ap\pa      fiber_mode = 1 or 2. 
 
61
            For 2-fiber mode (FEROS mode), the background is also 
 
62
            determined  between the two fibers!
 
63
 
 
64
\ap\no
 
65
Note:       
 
66
            centertable must exist. It can be created using DEFINE/FEROS.
 
67
\on\sa
 
68
See also:
 
69
            DEFINE/FEROS
 
70
 
 
71
\as\exs 
 
72
Examples:
 
73
\ex
 
74
            BACKGR/FEROS rawspectrum flatspectrum
 
75
            Subtract background from image named rawspectrum and write
 
76
            data to image named flatspectrum using default parameters.
 
77
            
 
78
\xe\ex
 
79
            BACKGR/FEROS rawspectrum flatspectrum ? B ? 4,8
 
80
            Subtract background (no flatfield normalization) from image
 
81
            named rawspectrum and write data to image named flatspectrum.
 
82
            Use a median filter of 4 pixels width and 8 pixels height and
 
83
            default values for centertable and bgparams.
 
84
\xe \sxe