~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to contrib/mva/help/mst_tabl.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
% @(#)mst_tabl.hlq      19.1 (ESO-IPG) 02/25/03 13:27:06
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      mst_tabl.hlq
 
5
%.AUTHOR     BP/JDP, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, MST/TABLE
 
7
%.PURPOSE    On-line help file for the command: MST/TABLE
 
8
%.VERSION    1.0  OCT-1985 : Creation, BP/JDP
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./TABLE
 
12
\es\co
 
13
MST/TABLE                                               OCT-1985  BP/JDP
 
14
\oc\su
 
15
MST/TABLE  intable outtable grid_size
 
16
        create minimal spanning tree for position table
 
17
\us\pu
 
18
Purpose:      Create a minimal spanning tree from a table containing
 
19
              points positions.
 
20
 
 
21
\up\sy
 
22
Syntax:       MST/TABLE intable outtable grid_size
 
23
\ys\pa
 
24
              intable   = input table (with two columns called :X and :Y)
 
25
\ap\pa
 
26
              outtable  = table with the structure :
 
27
                          :X1 :Y1 :X2 :Y2 :DIST :POINT_NB1 :POINT_NB2
 
28
                          (one entry per link created)
 
29
\ap\pa
 
30
              grid_size = use 50.
 
31
 
 
32
\ap\no
 
33
Note:         none
 
34
 
 
35
\on\exs
 
36
Examples:
 
37
\ex
 
38
              MST/TABLE MYTAB MST 50.
 
39
              Compute the minimal spanning tree from the table MYTAB
 
40
              giving  table MST as result
 
41
\xe \sxe