cwb_mkrep
Usage
This command creates a custom index html page with the standard cWB banner.
Syntax
cwb_mkrep path/file.htmlpath/file.html : this is the full path of output html file
Example
In this example we want to create an index html page with the standard cWB banner which includes
the html file created (without option 'header') in the example cwb_mkhtml.
Here are the steps :
* cd to the working directory
cd EXAMPLE
* create config/user_parameters.C
{
simulation = -1; // super report mode
}
* create config/user_pparameters.C
#define RUN_LABEL "SREPORT"
{
pp_sreport[0] = " --link https://ldas-jobs.ligo.caltech.edu/~albert.enstein/ \
LSC/reports/EXAMPLE/postprod/example/ ";
pp_sreport[0]+= " --name index.html --label my-example";
}
NOTE : insert a space at the beginning of each pp_sreport string !!!
See this link to know how to use pp_sreport
* create html file
cwb_mkhtml report/postprod/index.html
If this file has been produced in ATLAS it can be browsed at the following link :
https://ldas-jobs.ligo.caltech.edu/~albert.einstein/LSC/reports/EXAMPLE/postprod/index.html