Overview | Releases | Download | Docs | Links | Help | RecentChanges

DataDisplayer

The DataDisplayer is a complied program, linking to the SctRodDaq shared libraries which presents the results of tests.

The output format can be chosen from:

It can read data from various places:

o From the information service

$ is_ls -p SCT
$ is_ls -p SCT -n EventData
$ is_ls -p SCT -n FittedData
$ is_ls -p SCT -n TestData
to list data, with -n specifiying a particular type of data

o From the archived (saved) data location

$ ls $SCT_PERSISTENT_DIR

o From the temporary/scratch area

$ ls $SCT_SCRATCH_DIR

Currently it is this program which is called by the GUI (and web browser) to display the data, but you can also use it direct from the command line.

Examples

see DataDisplayerExamples for examples of use.

Responsible

Alan