bank_clnp


          CLNP Network Classifier Parameters bank. One for each event
          ===========================================================
 
    Contact:  M. Thorman, Oxford.
 
    Revision History:-
    ================
 
    2.09  M. Thorman     First version.  
 

 
Description
-----------
 
This bank holds the network input parameters extracted from the current event.
The exact parameters which appear here are selected by the switches in the
TCLN titles bank. See note (1)

  
Reference Links
---------------
 
    No extensions.
 
 
Structural Links
----------------

 -1 -KCLNP_CLNO   CLNO   Network output
  
Status Bits
-----------
 
Note: Any status bit parameters are defined to work with bit functions such as
      IAND and BTEST.
 
 
Data Words
----------
 
 
    Data types: B(bit), I, F, D(double), H(hollerith 4 char)
 
     
  +1 F                 First extracted parameter.                 
  +2 F                 Second extracted parameter.
  +3 F                 etc.
   .                     .
   .                     .
   .                     .
 
Notes
-----

1)  As an example, if the selections made in the network control titles bank
    are as follows:


          1     # Nhit parameter
          1     # Solar direction parameter
          3     # Number of harmonic (Beta) parameters
          2     # Number of residual-harmonic parameters
          2     # Number of residual parameters


    then the layout of the parameter bank will be:

         +1  nhit parameter
         +2  solar direction parameter
         +3  1st harmonic parameter
         +4  2nd harmonic parameter
         +5  3rd harmonic parameter
         +6  1st residual-harmonic parameter
         +7  2nd residual-harmonic parameter
         +8  1st residual parameter
         +9  2nd residual parameter


Go Back to the Snoman Companion Top Page