:PROC TEMPL2T Single-trace 2D processing template Replace this with your module description... :AUTHOR Your name and date :INDEX Index terms separated by spaces # The following is the "Global" parameter list appearing in the first line of module call # :DESCGL can be used to include a description of these parameters :GLOBAL OUTHDR,C8,,,, 'Trace header used to output the result (change this commentary!)' PARAM1,HV,'Minimum value (optional)', 'Max value', 'Default value', 'Parameter that could be a constant or trace header value... replace this text with parameter description' SELECT,SEL16,'Selection option 1:OPT1|Selection option 2:OPT2',,'OPT1', 'Selectable drop-down string parameter. It will appear in verbose form in the GUI and short form (OPT1 or OPT2) in the code.' ######################################## # additional named parameter lists ######################################## :LIST LIST1 List name (the line above should better be short, it appears in GUI menus) Put longer list explanation here... :LOCAL PAR1,I,'2','5','25','Integer parameter, with suggested minimum annd maximum values of 2 and 5, and the default value of 25' PAR2,F,,,'25.0','Floating-point parameter parameter' AMPL,C64,,,'Default string','64-character string parameter' #:PRM lib #:LIBPATH lib # Additional code files (uncomment if needed) #:FILES another_code.C more_code.f # Uncomment references to code from other tools if needed # (codes from $SIAHOME/source and from module _lib are always available): #:USES filter #:USES agc # the following specifies in which group the tool will appear in the # documentation :INCL $SIAHOME/modules/GROUPS/traces.inc :END