TiSKit GUI: tsplot

tsplot is a graphical user interface that uses many of the routines in TiSKit. It allows you to scan through data, zoom in parts, etcetera ...

 

Programmer’s notes:

It uses three different hidden global variables to store the data:

1.   TS_VARIABLES: a structure containing tsplot-specific information. Created right away

2.   TSPLOT_DATAFILE: created only if you read from a datafile inside of tsplot??

3.   TSPLOT_DATA: a ts_data object containing the data to plot.  Created right away

4.   TSPLOT_SPECTRA: a ts_spectra object created when you calculate spectra in tsplot

5.   TSPLOT_XFERFUN: a ts_xferfun object created when you calculate a transfer function from your specta in tsplot

 

There are also a few others that I need to figure out if they are needed:

1.   TSPLOT_DATAFILE

2.   TEMP_READCHANS

3.   TEMP_QUITSTATE