Logo coherent WaveBurst  
Library Reference Guide
Logo
Macros | Functions | Variables
ReadDisplayFrame.C File Reference

Macros

#define CHNAME   "H1:FAKE-STRAIN_INJ"
 
#define DISPLAY_FFT
 
#define FRLIST   "oframes.frl"
 
#define GPS   931072138
 
#define LENGTH   64
 

Functions

fplot goptions (const_cast< char *>("alp logy"), 1, 0., 0., true, 0, 0)
 
fplot gtitle (gtitle,"frequency (Hz)","strain/#sqrt{Hz}")
 
x start (GPS)
 
x stop (GPS+LENGTH)
 

Variables

watplot fplot (const_cast< char *>("fplot"), 200, 20, 800, 500)
 
CWB::frame frt (FRLIST, CHNAME)
 
TString gfile
 
cout<< "start "<< x.start()<< endl;x.start(0);watplot tplot(const_cast< char * >"tplot"), 200, 20, 800, 500);sprintf(gtitle,"Reconstructed Signal");tplot.gtitle(gtitle,"time(sec)","amplitude");tplot.goptions(const_cast< char * >"alp"), 1, 0., 0.);x > tplot
 
wavearray< double > x
 

Macro Definition Documentation

◆ CHNAME

#define CHNAME   "H1:FAKE-STRAIN_INJ"

◆ DISPLAY_FFT

#define DISPLAY_FFT

◆ FRLIST

#define FRLIST   "oframes.frl"

◆ GPS

#define GPS   931072138

◆ LENGTH

#define LENGTH   64

Function Documentation

◆ goptions()

fplot goptions ( const_cast< char * >  "alp logy",
,
0.  ,
0.  ,
true  ,
,
 
)

◆ gtitle()

fplot gtitle ( gtitle  ,
"frequency (Hz)"  ,
"strain/#sqrt{Hz}"   
)

◆ start()

x start ( GPS  )

◆ stop()

x stop ( GPS LENGTH)

Variable Documentation

◆ fplot

x fplot

Definition at line 46 of file ReadDisplayFrame.C.

◆ frt

◆ gfile

TString gfile
Initial value:
{
#define FRLIST
#define CHNAME
#define GPS
#define LENGTH
#define DISPLAY_FFT
char gtitle[256]
fplot gtitle(gtitle,"frequency (Hz)","strain/#sqrt{Hz}")

Definition at line 5 of file ReadDisplayFrame.C.

◆ tplot

cout<< "start " << x.start() << endl; x.start(0); watplot tplot(const_cast<char*>"tplot"),200,20,800,500); sprintf(gtitle,"Reconstructed Signal"); tplot.gtitle(gtitle,"time(sec)","amplitude"); tplot.goptions(const_cast<char*>"alp"), 1, 0., 0.); x > tplot

Definition at line 32 of file ReadDisplayFrame.C.

◆ x

frt x

Definition at line 18 of file ReadDisplayFrame.C.