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

« back to all changes in this revision

Viewing changes to stdred/ccdtest/help/testc_ccd.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
% @(#)testc_ccd.hlq     1.1 (ESO-SDAG) 8/4/95 14:11:04
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1994 European Southern Observatory
 
4
%.IDENT      testc_ccd.hlq
 
5
%.AUTHOR     RHW, SDAG/ESO
 
6
%.KEYWORDS   MIDAS, ccd package, charge transfer, ccd testing
 
7
%.PURPOSE    On-line help file for the command: TESTC/CCD
 
8
%.VERSION    940722RHW created
 
9
%---------------------------------------------------------------------
 
10
\se
 
11
SECTION./CCD
 
12
\es\co
 
13
TESTC/CCD                                                       21-Jun-1994 RHW
 
14
\oc\su
 
15
TESTC/CCD in_frm [rows] x_pix [colums] y_pix
 
16
        Compute the horizontal and vertical charge transfer efficiency.
 
17
\us\pu
 
18
Purpose:    
 
19
        Compute the horizontal and vertical charge transfer efficiency.
 
20
\up\sy
 
21
Syntax:     
 
22
        TESTC/CCD in_frm [rows] x_pix [colums] y_pix
 
23
\ys\pa
 
24
        in_frm  = input flat frame. The frame should have an illumination level
 
25
                  as high as possible, however with being saturated
 
26
\ap\pa
 
27
        rows    = the range in y (rows) to be averaged into a single line and
 
28
                  to be used for computing the HCTE. Default all rows. 
 
29
                  In case of 0.0 as input the HCTE will not be computed.
 
30
\ap\pa
 
31
        x_pix   = in the x direction: first and last pixel of the image 
 
32
                  section on the CCD, and the coordinate for the first bias 
 
33
                  overscan pixel (all in pixel coordinates). No default.
 
34
\ap\pa
 
35
        columns = the range in x (columns) to be averaged into a single line 
 
36
                  and to be used for computing the VCTE. Default all columns. 
 
37
                  In case of 0,0 as input the VCTE will not be computed.
 
38
\ap\pa
 
39
        y_pix   = in the y direction: first and last pixel of the image 
 
40
                  section on the CCD, and the coordinate for the first bias 
 
41
                  overscan pixel (all in pixel coordinates). No default.
 
42
\ap\no
 
43
Note:
 
44
        For the HCTE the command first averages the rows given as the second
 
45
        parameter. From the x_range parameter the number of image pixels, the
 
46
        last image pixel and the first bias overscan pixel is obtained and 
 
47
        computes the HCTE according to the formula:\\
 
48
                   HCTE = 1 - bc/ic*ni, 
 
49
        where:\\
 
50
          - bs are the counts above the bias level in the first overscan 
 
51
            pixel in a row;\\
 
52
          - ic are the count above the bias level in the last image pixel in 
 
53
            a row;\\
 
54
          - ni are the number of image pixels in a row.
 
55
\\
 
56
        The values for the bias offset is extracted from the keyword
 
57
        {BIASMEAN}, and in computed by the command TESTB/CCD.\\
 
58
\\
 
59
        To determine the image section of the CCD and the overscan regions
 
60
        one can use the commands READ/IMAGE, PLOT/COLUMN and PLOT/ROW.\\
 
61
\\
 
62
        Note that the last column of a row is often slightly brighter than the 
 
63
        rest of the row (because the pixel is slightly larger).\\
 
64
\\
 
65
        The vertical charge transfer efficiency is computed in a similar way.
 
66
\on\see
 
67
See also:   
 
68
        TESTB/CCD, READ/IMAGE, PLOT/COLUMN, PLOT/ROW
 
69
\ees\exs
 
70
Examples:
 
71
\ex
 
72
        testc/ccd red0804 <,> 1,2067,2068 0,0
 
73
        Determine the HCTE from the frame red0804. The command will average
 
74
        all rows. The HCTE is computed using pixel 2068 as the first bias
 
75
        overscan pixel and pixel 2067 as the last image pixel. There are    
 
76
        2048 valied image pixels in the x direction. The VCTE is not computed.
 
77
\xe \sxe
 
78
 
 
79
 
 
80
 
 
81
 
 
82
 
 
83
 
 
84
 
 
85
 
 
86
 
 
87
 
 
88
 
 
89
 
 
90
 
 
91