Back to Alphabetical List



TIMER

When this context is set to 1, then the time needed to execute each command is given. If the command TIMER 1 is given while the value of timer is already 1, the timing is issued, and the clock reseted to 0. Within macros, only the overall execution time of the macro is given, unless an explicit TIMER 1 or TIMER 0 is given.
see also : DEBUG REFMACRO SH VERBOSE


TITLE

TITLE string_of_characters plot_file Draw the string at x=0, y=cy+1.0 on the designed plot_file.
see also : PAGE PLOT PLOTTEXT PLOTTEXTS


TLAPLACE

TLAPLACE size Computes the Laplace transform of the current data-set, considered as spanning the range DMIN-DMAX in a logarithmic manner. Result consists in 'size' points sampled at the location tabulated in the TAB buffer. related contexts : $DMIN $DMAX $SI_TAB $TAB[]
see also : DMAX DMIN INVTLAP LAPLACE PUT TRANSTLAP


TM

TM n1 n2 {Fx} This commands applies a trapezoid filter function to the data- set. The function raises from 0.0 to 1.0 from the first point to point n1. The function then stays to 1.0 until point n2, from which it goes down to 0.0 at the last point. If in 2D or 3D then Fx tells on which axis to apply the filter.
see also : EM FILTER GM SIN SQSIN


TOLERANCE

TOLERANCE x This context holds the value used by all minimisation routines within GIFA as stopping criterium : line fitting, LineMinimisation in MaxEnt, etc... Typically a small value (1e-2 .. 1e-4)
see also : ITER MINITER


TRANSLAP

Performs the transpose of the Laplace transform of the data-set in DATA and put the result in the current working 1D buffer
see also : LAPLACE TRANSTLAP


TRANSPOSE

TRANPOSE {axis} Transposes the 2D matrix or planes of the 3D cube. The sizes of the matrix must be a power of two for this command to be used. After transposition, the two dimensions are completely permuted axis is used in 3D to tell which submatrices should be transposed related contexts : $SI1_2D $SI1_3D $SI2_2D $SI2_3D $SI3_3D
see also : CHSIZE MODIFYSIZE SYM


TRANSTLAP

Performs the transpose of the Laplace transform of the data-set in DATA and put the result in the current working 1D buffer. Works for tabulated values
see also : TLAPLACE TRANSLAP


tunset

tunset name_of_array unset the whole set of entries of the array 'name_of_array'
see also : MUNSET UNSET