~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to stdred/mos/help/flat_mos.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
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
2
%.COPYRIGHT  (c)  1994 European Southern Observatory
 
3
%.IDENT      flatmos.hlq
 
4
%.AUTHOR     SM/LSW
 
5
%.KEYWORDS   MIDAS, help files, FLAT/MOS
 
6
%.PURPOSE    On-line help file for the command: FLAT/MOS
 
7
%.VERSION    1.0  04-AUG-1994 : Creation, SM
 
8
%----------------------------------------------------------------
 
9
\se
 
10
SECTION./MOS
 
11
\es\co
 
12
FLAT/MOS                                        20-SEP-1994 SM
 
13
\oc\su
 
14
FLAT/MOS [obj] objf [ff] [mos] [normff] [order] [method]
 
15
        normalize MOS flat-field frame and divide object by it
 
16
\us\pu
 
17
Purpose:   
 
18
          Normalize MOS flat-field frame and divide object frame by it
 
19
\up\sy
 
20
Syntax:   FLAT/MOS [obj] objf [ff] [mos] [normff] [order] [method]
 
21
\ys\pa
 
22
          obj = object image
 
23
              Session keyword: OBJECT
 
24
              Default: none
 
25
          objf = flat-field corrected object image
 
26
          ff = FF image
 
27
              Session keyword: FLAT
 
28
              Default: flat
 
29
          mos = Input table with slitlet positions
 
30
              Session keyword: MOS
 
31
              Default: mos
 
32
          normff = normalized flat field
 
33
              Session keyword: NORMFLAT
 
34
              Default: normflat
 
35
          order = order of fit, or width of median filter
 
36
              Session keyword: FFORD
 
37
              Default: 3
 
38
          method = smoothing method (median or polynomial)
 
39
              Session keyword: NORMMET
 
40
              Default: poly
 
41
\ap\sa
 
42
See also:
 
43
          NORMAL/MOS
 
44
\ap\no
 
45
Note:       
 
46
          This command will fit a polynomial of order ORDER
 
47
          to the flat FF (resp. smooth FF with a median filter 
 
48
          of width ORDER), and divide FF by the fitted resp. 
 
49
          smoothed image, thereby creating the normalized flat 
 
50
          NORMFF. This normalized flat should now only show
 
51
          the high-frequency pixel-to-pixel variations of the CCD 
 
52
          sensitivity. Then the object frame OBJ is divided through 
 
53
          the normalized flat. OBJF holds the output of this action.
 
54
\on\exs
 
55
Examples:
 
56
\ex
 
57
          FLAT/MOS object objf flat mos normflat 3 poly
 
58
          Fits a 3rd order polynomial to the spectral signature of flat.bdf
 
59
          and thereby normalizes it to normflat.bdf. It then divides object.bdf
 
60
          by normflat.bdf and stores the result in objf.bdf.
 
61
\xe \sxe