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

« back to all changes in this revision

Viewing changes to stdred/ccdred/help/load_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
% @(#)load_ccd.hlq      8.1 (ESO-IPG) 8/31/94 13:40:25
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1993 European Southern Observatory
 
4
%.IDENT      load_ccd.hlq
 
5
%.AUTHOR     RHW, IPG/ESO
 
6
%.KEYWORDS   MIDAS, ccd package, LOAD/CCD
 
7
%.PURPOSE    On-line help file for the command: LOAD/CCD
 
8
%.VERSION    920805 RHW created
 
9
%.VERSION    930325 RHW Documentation update
 
10
%.VERSION    931101 RHW Released
 
11
%---------------------------------------------------------------------
 
12
\se
 
13
SECTION./CCD
 
14
\es\co
 
15
LOAD/CCD                                                         1-Nov-1993 RHW
 
16
\oc\su
 
17
LOAD/CCD [intr]
 
18
        Load instrument/detector specifications into the CCD context
 
19
\us\pu
 
20
Purpose:    
 
21
        Load intrument/detector specifications into the CCD context
 
22
\up\sy
 
23
Syntax:     
 
24
        LOAD/CCD [instr]
 
25
\ys\pa
 
26
        instr = Name of the instrument/detector combination for which the 
 
27
                default parameters will be loaded into the CCD context.
 
28
                The settings are read from the table eso_specs.tbl that, in
 
29
                case it does not exist, will be created in your directory. 
 
30
\ap\no
 
31
Note:       
 
32
        At start-up the CCD context creates keywords that will contain 
 
33
        instrument and detector specifications parameters. However, at 
 
34
        initialisation of the CCD context these keywords are not filled yet. 
 
35
        The LOAD/CCD takes care of that by copying the default parameters 
 
36
        for a specific telescope/instrument combination from a MIDAS table
 
37
        into the CCD keyword. These values will to be used as default values 
 
38
        during the CCD reduction.\\
 
39
\\
 
40
        The parameters for ESO instrumentation are stored in the MIDAS table
 
41
        eso_specs.tbl. A copy of this table is stored in the user's working 
 
42
        directory. If you want to change the numbers or to add more entries 
 
43
        to this MIDAS table you can use the MIDAS table editor or other table 
 
44
        commands.
 
45
\on\see
 
46
See also:   
 
47
        INIT/CCD, SET/CCD, SHOW/CCD, EDIT/TABLE, READ/TABLE, SHOW/TABLE
 
48
\ees\exs
 
49
Examples:
 
50
\ex
 
51
        LOAD/CCD eso_susi
 
52
        Load the instrumental specs for the ESO susi instrumental into the
 
53
        keyword structure.
 
54
\xe\ex
 
55
        LOAD/CCD my_susi
 
56
        Load the (personal) instrumental specs for the susi instrumental into 
 
57
        the keyword structure. The entry ``my_susi'' must be present in the
 
58
        eso_specs table in the user's working directory.
 
59
\xe\sxe
 
60
 
 
61