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

« back to all changes in this revision

Viewing changes to applic/help/selectfunc.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
% @(#)selectfunc.hlq    19.1 (ESO-IPG) 02/25/03 13:19:19 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      selectfunc.hlq
 
5
%.AUTHOR     JDP, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, SELECT/FUNCTION
 
7
%.PURPOSE    On-line help file for the command: SELECT/FUNCTION
 
8
%.VERSION    1.0  12-JUNE-1985 : Creation, JDP
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./FUNC
 
12
\es\co
 
13
SELECT/FUNCTION                                         12-JUNE-1985  JDP
 
14
\oc\su
 
15
SELECT/FUNCTION  name  number[,...]
 
16
        select function components
 
17
\us\pu
 
18
Purpose:    
 
19
            select function components
 
20
\up\sy
 
21
Syntax:     
 
22
            SELECT/FUNCTION name number[,...]
 
23
\ys\pa
 
24
            name       = function name, as given in the EDIT/FIT command
 
25
\ap\pa
 
26
            number[,...] = component number(s), defined by number or
 
27
                         by the key ALL
 
28
\ap\no
 
29
Note:       
 
30
            The selected function components will be used by the commands
 
31
            COMPUTE/FUNCTION and COMPUTE/FIT
 
32
\on\exs
 
33
Examples:
 
34
\ex
 
35
            SELECT/FUNCTION MYFUNC 1,3   \\
 
36
            select components 1 and 3
 
37
\xe\ex
 
38
            COMPUTE/FIT     OUT = MYFUNC \\
 
39
            compute fitted values using these two components
 
40
\xe\ex
 
41
            SELECT/FUNCTION MYFUNC ALL select all components
 
42
\xe \sxe