//************************************************************************************* //************************ Omicron configuration file ***************************** //************************************************************************************* //************************************************************************************* //************************ DATA CLASS ***************************** //************************************************************************************* //** path to a frame file list file (FFL or lalcache format) DATA FFL /virgoData/ffl/raw.ffl //** list of channels you want to process (here you have 3). // They can be listed on one single line or several lines DATA CHANNELS V1:h_16384Hz DATA CHANNELS V1:Pr_B1_ACp V1:Pr_B1_ACq //** working sampling frequency (one value for all channels) DATA SAMPLEFREQUENCY 2048 //************************************************************************************ //************************ PARAMETER CLASS ***************************** //************************************************************************************ //** chunk duration in seconds PARAMETER CHUNKDURATION 304 //** segment duration in seconds PARAMETER SEGMENTDURATION 64 //** overlap duration between segments in seconds PARAMETER OVERLAPDURATION 4 //** search frequency range PARAMETER FREQUENCYRANGE 40 1024 //** search Q range PARAMETER QRANGE 4 100 //** maximal mismatch between tiles PARAMETER MISMATCHMAX 0.3 //** tile SNR threshold PARAMETER SNRTHRESHOLD 6 //** use tiledown algorithm (here, no) PARAMETER TILEDOWN 0 //************************************************************************************* //************************ OUTPUT CLASS ***************************** //************************************************************************************* //** path to output directory OUTPUT DIRECTORY /olusers/virgorun/put_output_path //** list of data products OUTPUT PRODUCTS triggers html //** output file format OUTPUT FORMAT root //** verbosity level (0-1-2-3) OUTPUT VERBOSITY 1