*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_*
.