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

« back to all changes in this revision

Viewing changes to stdred/irac2/help/ql_irac.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
% @(#)ql_irac.hlq       19.1 (ESO-USG) 02/25/03 14:22:38   
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c) 1995 European Southern Observatory
 
4
%.IDENT      ql_irac.hlq
 
5
%.AUTHOR     Chris Lidman, ESO
 
6
%.KEYWORDS   MIDAS, help files, IRAC2 context
 
7
%.PURPOSE    On-line help file for the command: QL/IRAC2
 
8
%.VERSION    951029 CEL Created
 
9
%.VERSION    951112 RHW Improved text
 
10
%----------------------------------------------------------------
 
11
\se
 
12
SECTION./IRAC2
 
13
\es\co
 
14
QL/IRAC2                                                        1-Nov-1995 CEL
 
15
\oc\su
 
16
QL/IRAC2 image1 image2 [outimage]
 
17
         Subtracts one IRAC2 image from another taking into account the 
 
18
         detector integration times.
 
19
\us\pu
 
20
Purpose:    
 
21
         Subtracts one IRAC2 image from another taking into account the 
 
22
         detector integration times.
 
23
\up\sy
 
24
Syntax:     
 
25
         QL/IRAC2 image1 image2 [outimage]
 
26
\ys\pa
 
27
         image1 =   image name or number of the first image
 
28
\ap\pa
 
29
         image2 =   image name or number of the second image
 
30
\ap\pa
 
31
         outimage = output image name. Default name is "out"
 
32
\ap\no
 
33
Note:   
 
34
         The command first checks the first two parameters for numerical 
 
35
         input. If the inputs are numbers the commands appends these 
 
36
         numbers to the fixed prefix to obtain the regular images names. 
 
37
         In this case the prefix for the filenames are suppose to be
 
38
         corrected. They are "soft-wired" into the software.\\
 
39
         Currently the prefix is "cd".  
 
40
\\
 
41
         The second input possibily is to use regular image names straight
 
42
         away.          
 
43
\on\exs
 
44
Examples:
 
45
\ex 
 
46
         QL/IRAC2 3 5 3min5
 
47
         Append the number 3 and 5 to the prefix to obtain the image names
 
48
         cd0003 and cd0005. Normalize these frames by their DITs, and subtract
 
49
         the normalized image ccd0005 from the normalized image cd0003. The 
 
50
         output image will be "3min5".
 
51
\xe\sxe