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

« back to all changes in this revision

Viewing changes to applic/help/createstar.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
% @(#)createstar.hlq    19.1 (ESO-IPG) 02/25/03 13:19:16 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      createstar.hlq
 
5
%.AUTHOR     CO, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, CREATE/STAR
 
7
%.PURPOSE    On-line help file for the command: CREATE/STAR
 
8
%.VERSION    1.0  24-MAY-1984 : Creation, CO
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./STAR
 
12
\es\co
 
13
CREATE/STAR                                                    1-MRT-1994 RHW
 
14
\oc\su  
 
15
CREATE/STAR in_frm in_tab out_frm [n_size] [frm_specs] [dmin,dmax] [radius]
 
16
        create the profile of a reference star by adding and averaging
 
17
\us\pu
 
18
Purpose:      
 
19
              Create a frame containing the profile of the standard reference 
 
20
              star, by adding and averaging inside a circular window some 
 
21
              selected  stars, after recentering
 
22
\up\sy
 
23
Syntax:       
 
24
              CREATE/STAR in_frame in_table out_frame [n_size] [frm_specs] 
 
25
                          [dmin,dmax] [radius]
 
26
\ys\pa
 
27
              in_frame  = input frame containing the selected stars
 
28
\ap\pa
 
29
              in_table  = input table containing the coordinates of
 
30
                          these stars in column :X_COORD and :Y_COORD
 
31
\ap\pa
 
32
              out_frame = output frame containing the calculated reference 
 
33
                          star
 
34
\ap\pa
 
35
              n_size    = size of the output frame in number of pixels. The 
 
36
                          output frame will square, having n_size pixels in 
 
37
                          each dimension
 
38
\ap\pa
 
39
              frm_specs = specifications for the output frame in the format
 
40
                          startx, starty, stepx, stepy. Default are the values
 
41
                          of the input frame
 
42
\ap\pa
 
43
              dmin,dmax = low cut, high cut to select the stars; defaulted to 
 
44
                          the real cuts of the input frame
 
45
\ap\pa
 
46
              radius    = in pixel number, the radius of a circular window 
 
47
                          centered on each selected star; default 20
 
48
\ap\no
 
49
Note:         
 
50
              The input table containing the input star coordinates can easily
 
51
              obtained by the command GET/CURSOR.\\
 
52
\\
 
53
              The maximum of the stellar profile will be in the centre of the 
 
54
              output frame.
 
55
\on\exs
 
56
Examples:
 
57
\ex
 
58
              crea/star tspiral ttab ttest 128 0,0,0.1,0.1 ? 40
 
59
              Create a frame of 128 * 128 pixels containing the stellar profile
 
60
              obtained by averaging the stars stored in tabel `ttab'. The input
 
61
              frame is `tspiral'. The default for the low and high cuts is to 
 
62
              be used; the radius of the circular window is 40 pixels.
 
63
\xe \sxe