Macros | |
#define | DAY (24.*3600.) |
#define | LOUDEST_LIST_SIZE 100 |
#define | LOUDEST_MAX_SIZE 1000 |
#define | MACRO_READ_LOUDEST "ReadLoudestList.C" |
#define | MACRO_READ_PERIOD "ReadPeriodList.C" |
#define | MAX_LIST_SIZE 100 |
#define | PERIOD_MAX_SIZE 10 |
#define | WWW_LAG_MANUAL "https://www.atlas.aei.uni-hannover.de/~waveburst/doc/cwb/man/What-are-lags-and-how-to-use-them.html#What-are-lags-and-how-to-use-them" |
#define | WWW_PUBLIC "https://www.atlas.aei.uni-hannover.de/~waveburst/LSC/reports/" |
#define | WWW_SLAG_MANUAL "https://www.atlas.aei.uni-hannover.de/~waveburst/doc/cwb/man/What-are-super-lags-and-how-to-use-them.html#What-are-super-lags-and-how-to-use-them" |
Functions | |
void | cwb_mkhtml_all (TString fList, TString run, TString search, int lag, int slag, TString wlabel, TString path) |
void | GetPeriod (TString ifile, TString irun, double &xstart, double &xstop, double &obsTime) |
void | mkhtml_index (vector< TString > chunk_report, TString odir) |
void | ModifyFontSizeCSS (TString tabber) |
int | ReadChunkDirs (TString fList, vector< TString > &chunk_dir, vector< int > &chunk_id) |
#define DAY (24.*3600.) |
Definition at line 8 of file cwb_mkhtml_all.C.
#define LOUDEST_LIST_SIZE 100 |
Definition at line 5 of file cwb_mkhtml_all.C.
#define LOUDEST_MAX_SIZE 1000 |
Definition at line 4 of file cwb_mkhtml_all.C.
#define MACRO_READ_LOUDEST "ReadLoudestList.C" |
Definition at line 1 of file cwb_mkhtml_all.C.
#define MACRO_READ_PERIOD "ReadPeriodList.C" |
Definition at line 2 of file cwb_mkhtml_all.C.
#define MAX_LIST_SIZE 100 |
Definition at line 6 of file cwb_mkhtml_all.C.
#define PERIOD_MAX_SIZE 10 |
Definition at line 3 of file cwb_mkhtml_all.C.
#define WWW_LAG_MANUAL "https://www.atlas.aei.uni-hannover.de/~waveburst/doc/cwb/man/What-are-lags-and-how-to-use-them.html#What-are-lags-and-how-to-use-them" |
Definition at line 11 of file cwb_mkhtml_all.C.
#define WWW_PUBLIC "https://www.atlas.aei.uni-hannover.de/~waveburst/LSC/reports/" |
Definition at line 10 of file cwb_mkhtml_all.C.
#define WWW_SLAG_MANUAL "https://www.atlas.aei.uni-hannover.de/~waveburst/doc/cwb/man/What-are-super-lags-and-how-to-use-them.html#What-are-super-lags-and-how-to-use-them" |
Definition at line 12 of file cwb_mkhtml_all.C.
void cwb_mkhtml_all | ( | TString | fList, |
TString | run, | ||
TString | search, | ||
int | lag, | ||
int | slag, | ||
TString | wlabel, | ||
TString | path | ||
) |
Definition at line 20 of file cwb_mkhtml_all.C.
void GetPeriod | ( | TString | ifile, |
TString | irun, | ||
double & | xstart, | ||
double & | xstop, | ||
double & | obsTime | ||
) |
Definition at line 285 of file cwb_mkhtml_all.C.
void mkhtml_index | ( | vector< TString > | chunk_report, |
TString | odir | ||
) |
Definition at line 322 of file cwb_mkhtml_all.C.
void ModifyFontSizeCSS | ( | TString | tabber | ) |
Definition at line 479 of file cwb_mkhtml_all.C.
int ReadChunkDirs | ( | TString | fList, |
vector< TString > & | chunk_dir, | ||
vector< int > & | chunk_id | ||
) |
Definition at line 431 of file cwb_mkhtml_all.C.