next up previous contents
Next: Step 4:- FT1_FITTER_INI.FOR Up: Adding a New Fitter Previous: Step 2:- FT1_COM.INC   Contents

Step 3:- BANK_FT1.INC

This routine defines any data structure bank mnemonics required by the fitter in addition to those already defined for all fitters.

*file member=bank_ft1 library=snoman language=inc date=07:Nov:1994
 
                      :
                      :
                      :
                    HEADER
                      :
                      :
                      :
 
      integer      KFT1_RMS
      parameter   (KFT1_RMS = 9 )
 
*endfile member=bank_ft1

The slots in the data structure banks FT*, FT*V, and FT*T that have the nature of their contents predefined for all fitters are listed in the documentation files BANK_FTX.HTML, BANK_FTXV.HTML, and BANK_FTXT.HTML (these are the actual file names, the X indicates that all fitter banks contain at least this information). If the user requires further information to be stored in the data structure then it is in this include file BANK_FT1.INC that the mnemonics and addresses within the bank of each extra word of information are specified. It can be seen above that the current FT1 stores some RMS measure in word 9 of the FT1 bank(words 1 to 8 being predefined for all fitters). To maintain consistency FT1 addresses are of the form KFT1_*, FT1V addresses of the form KFT1V_*, and FT1T addresses start with KFT1T_*.


next up previous contents
Next: Step 4:- FT1_FITTER_INI.FOR Up: Adding a New Fitter Previous: Step 2:- FT1_COM.INC   Contents
sno Guest Acct 2009-09-09