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

« back to all changes in this revision

Viewing changes to stdred/ccdtest/help/testb3ccd.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
% @(#)testb3ccd.hlq     19.1 (ESO-SDAG) 02/25/03 14:16:56
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1994 European Southern Observatory
 
4
%.IDENT      testb3ccd.hlq
 
5
%.AUTHOR     RHW, SDAG/ESO
 
6
%.KEYWORDS   MIDAS, ccd package, bias, testing
 
7
%.PURPOSE    On-line help file for the command: TESTB3/CCD
 
8
%.VERSION    940620 RHW created
 
9
%.VERSION    950210 RHW txt output eleiminated; printed info reduced
 
10
%---------------------------------------------------------------------
 
11
\se
 
12
SECTION./CCD
 
13
\es\co
 
14
TESTB3/CCD                                                      20-Jun-1994 RHW
 
15
\oc\su
 
16
TESTB3/CCD in_frm [out_id] [area] [size] [option]
 
17
        Find the hot pixels in a (combined) bias frame
 
18
\us\pu
 
19
Purpose:    
 
20
        Find the hot pixels in a (combined) bias frame
 
21
\up\sy
 
22
Syntax:     
 
23
        TESTB3/CCD in_frm [out_id] [area] [size] [option]
 
24
\ys\pa
 
25
        in_frm =  input frame; no default
 
26
\ap\pa 
 
27
        out_id =  output identifier for the output of the test prodedure. 
 
28
                  All output (i.e. frames, listings and plots) will start 
 
29
                  with this identifier. Default is BIAS.
 
30
\ap\pa
 
31
        area =    area which the hot pixels will be determined. Reducing the
 
32
                  area will increase the speed of the execution. Default is 
 
33
                  whole image area.
 
34
\ap\pa
 
35
        size =    size of smoothing box used for median filtering used for
 
36
                  obtaining the hot pixel list. Default is 5.
 
37
\ap\no
 
38
Note:
 
39
        This command is the third test in a series of tests on bias frames:
 
40
        B1 to B5. See the command TESTBA/CCD.
 
41
\\
 
42
        The command will try to find the hot pixels. The combined bias frame 
 
43
        is median filtered (using the parameter `size') and subtracted 
 
44
        from the original. A plot is generated showing the position of the hot 
 
45
        pixels and the affected columns. Hot pixels will only be searched for 
 
46
        within the requested area and above the intensity level of 
 
47
        (mean + 0.25*sigma + 5.),  where mean is the mean intensity level, 
 
48
        sigma is the standard deviation. 
 
49
\\
 
50
        To avoid unnecessary computations the command checks for the presence 
 
51
        of the median filtered hot pixel frame and does not recompute this 
 
52
        frames if is already present.
 
53
\\
 
54
        For more details about the various combining methods, please refer 
 
55
        to the CCD Chapter in Volume B of the ESO-MIDAS Users' Guide.
 
56
\on\op
 
57
Output:
 
58
        The command will stored the outputs in a number of ascii and 
 
59
        postscript files (preceding by the identification string out_id):\\
 
60
           `out_id'_hotpix.tbl: MIDAS table containing the hot pixels;\\
 
61
           `out_id'_hotpix.ps:  postscript file with a plot of the hot pixels\\
 
62
\po\see
 
63
See also:   
 
64
        TESTBA/CCD, SET/CCD, SHOW/CCD, COMBINE/CCD, AVERAGE/ROW, 
 
65
        AVERAGE/COLUMN, FILTER/MEDIAN, Ch. 3 in Vol. 2 of the Users Guide.
 
66
\ees\exs
 
67
Examples:
 
68
\ex
 
69
        TESTB3/CCD BIAS BS [@900,@900:@1100,@1100]
 
70
        Run the test procedure on the frame BIAS. All output will start with 
 
71
        the identifier BS. Use the default for median filter box.
 
72
\xe \sxe
 
73
 
 
74
 
 
75