4 The Effect

The following example session shows the sort of effect it is hoped to achieve by means of this scheme. It does not pretend to be an exact copy of what you would see – in particular the help text is probably out of date.

  % icl
  
  ICL (UNIX) Version 3.0  04/08/94
  
    - Type HELP package_name for help on specific Starlink packages
    -   or HELP PACKAGES for a list of all Starlink packages
    - Type HELP [command] for help on ICL and its commands
  
  ICL> HELP PACKAGES
  
  PACKAGES
  
     The following ADAM applications packages are available from Starlink:
  
     Standard Packages:
      CATAPP    -  Catalogue applications
      CONVERT   -  Data format conversion.
      FIGARO    -  General data-reduction.
      KAPPA     -  Image processing.
      SST       -  Simple Software Tools
      UTILITIES -  Miscellaneous useful tools
  
     Option Packages:
      ASTERIX   -  X-ray data analysis.
      CCDPACK   -  CCD data reduction
      DAOPHOT   -  Stellar photometry.
  
      ... etc...
  
    Additional information available:
  
    ASTERIX    CATAPP     CCDPACK    CONVERT    DAOPHOT    FIGARO     KAPPA
  
      ... etc...
  
  Topic? KAPPA
  
  KAPPA
  
    KAPPA---the Kernel APplication PAckage---currently comprises applications for
    general image processing, many of which will function with data of
    dimensionality other than two; data visualisation, with flexible control of
    the location and size of pictures; and the manipulation of NDF components.
  
       ... etc...
  
    To make the commands of KAPPA available, type:
  
        ICL> KAPPA
  
  Topic?
  ICL> HELP KAPPA
  
  KAPPA
  
    KAPPA---the Kernel APplication PAckage---currently comprises applications for
    general image processing, many of which will function with data of
    dimensionality other than two; data visualisation, with flexible control of
    the location and size of pictures; and the manipulation of NDF components.
  
       ... etc...
  
    To make the commands of KAPPA available, type:
  
        ICL> KAPPA
  
  Topic?
  ICL> KAPPA
  
   --      Initialised for KAPPA      --
   --   Version 0.8-SU, 1993 January  --
  
   Type HELP KAPPA or KAPHELP for KAPPA help
  
  ICL> HELP KAPPA
  
  Help
  
     Welcome to the KAPPA online help system.  Here you can display
     details about a specific KAPPA command or more-general information
     such as what KAPPA can do and how to use it.
  
     ... etc...
  
    Additional information available:
  
    ADD        APERADD    BLINK      BLOCK      CADD       CDIV       CENTROID
    Changes_to_KAPPA      CHPIX      Classified_commands   CLEANER    CMULT
  
     ... etc...
  
  Topic? ADD
  
  ADD
  
    Adds two NDF data structures.
  
    Usage:
  
       ADD IN1 IN2 OUT
  
    Description:
  
       The routine adds two NDF data structures pixel-by-pixel to produce
       a new NDF.
  
    Additional information available:
  
    Parameters Examples    Notes      Authors    History
  
  ADD Subtopic? PARAMETERS
  
  ADD
  
    Parameters
  
      For information on individual parameters, select from the list below:
  
      Additional information available:
  
      IN1        IN2        OUT        TITLE
  
  ADD Parameters Subtopic? IN1
  
  ADD
  
    Parameters
  
      IN1
  
        IN1 = NDF (Read)
           First NDF to be added.
  
  ADD Parameters Subtopic?
  ADD Subtopic?
  Topic?
  ICL> ASTERIX
  
        ASTERIX  is not installed at this site.
     If you really want it, contact your Site Manager.
  
  ICL> EXIT
  %