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

« back to all changes in this revision

Viewing changes to stdred/ccdtest/help/testf2ccd.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
% @(#)testf2ccd.hlq     19.1 (ESO-SDAG) 02/25/03 14:16:57
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1994 European Southern Observatory
 
4
%.IDENT      testf2ccd.hlq
 
5
%.AUTHOR     RHW, SDAG/ESO
 
6
%.KEYWORDS   MIDAS, ccd package, flat, testing
 
7
%.PURPOSE    On-line help file for the command: TESTF2/CCD
 
8
%.VERSION    940620 RHW created
 
9
%.VERSION    940816 RHW split into single subroutines
 
10
%---------------------------------------------------------------------
 
11
\se
 
12
SECTION./CCD
 
13
\es\co
 
14
TESTF2/CCD                                                      20-Jun-1994 RHW
 
15
\oc\su
 
16
TESTF2/CCD in_frm [out_id] [area] [thresh] [option]
 
17
        Find the cold pixels in the combined low count flat.
 
18
\us\pu
 
19
Purpose:    
 
20
        Find the cold pixels in the combined low count flat.
 
21
\up\sy
 
22
Syntax:     
 
23
        TESTFA/CCD in_frm [out_id] [area] [thesh] [option]
 
24
\ys\pa
 
25
        in_frm =  input low count flat field, possibly created using the 
 
26
                  command TESTF1/CCD. No default.
 
27
\ap\pa 
 
28
        out_id =  output identifier for the output of the test prodedure. 
 
29
                  All output (i.e. frames, listings and plots) will start 
 
30
                  with this identifier. Default is FLAT.
 
31
\ap\pa
 
32
        area =    area of the input frames in which the pixels will be 
 
33
                  considered. Default is the whole image area.
 
34
\ap\pa
 
35
        thresh  = fraction of the median count rate in the master flat 
 
36
                  frame below which intensities are considered to be 
 
37
                  generated from cold pixels on the detector. Default is 0.20.
 
38
\ap\pa
 
39
        option =  Option to enable overwriting the existing median filtering 
 
40
                  input frame. Default is `N' (i.e. no overwrite). 
 
41
\ap\no
 
42
Note:
 
43
        The command will list all pixels in the stacked master flat frame that
 
44
        show values less than thresh times the median counts in the frame.
 
45
        Only pixels within the area contained in `area' are considered and 
 
46
        repetitions of cold pixels in the increasing y coordinate are not 
 
47
        listed. 
 
48
\\
 
49
        The command will stored the outputs in a number of ascii and 
 
50
        postscript files (preceding by the identification string out_id):\\
 
51
           `out_id'_coldpix.tbl: MIDAS table containing the cold pixels;\\
 
52
           `out_id'_coldpix.txt: a ascii tablke containing the cold pixels.\\
 
53
\\
 
54
        The full test on the low count flat field is done by the command 
 
55
        TESTFA/CCD.
 
56
\\
 
57
        For more details about the various combining methods, please refer 
 
58
        to the CCD Chapter in Volume B of the ESO-MIDAS Users' Guide.
 
59
\on\see
 
60
See also:   
 
61
        TESTFA/CCD, SET/CCD, SHOW/CCD, FILTER/MEDIAN, FIND/PIXEL
 
62
\ees\exs
 
63
Examples:
 
64
\ex
 
65
        TESTF2/CCD FMASTER FMASTER ? 0.20 Y
 
66
        Find all cold pixels with less than 20 percent of the median pixel 
 
67
        value in the combine flat. Is the input frame was already median 
 
68
        filtered overwrite the filtered frame and create a new one.
 
69
\xe \sxe
 
70
 
 
71
 
 
72
 
 
73
 
 
74
 
 
75
 
 
76
 
 
77
 
 
78
 
 
79
 
 
80
 
 
81
 
 
82
 
 
83