Remove warning messages from stderr!?
A typical stderr Omicron output for a full scan looks like
Omicron::ReadOptions: No trigger buffer (PARAMETER/TRIGGERBUFFERSIZE) Omicron::ReadOptions: No PSD length (PARAMETER/PSDLENGTH) --> set default: 28 Omicron::ReadOptions: No fftplan option (PARAMETER/FFTPLAN) --> set default: FFTW_MEASURE Omicron::ReadOptions: No trigger rate limit option (PARAMETER/TRIGGERRATEMAX) --> set default: 5000 Hz Omicron::Condition: input vector is flat (V1:BsX_AAsw 1262977539-1262977571) (...) [there could be many lines "(...) input vector is flat (...)"] Omicron::Condition: input vector is flat (V1:Hrec_hoft_16384Hz_Gate 1262977539-1262977571) Otile::NewChunk: end of segments Omicron::MakeHtml: cannot copy omicron option file
Most -- if not all -- of these messages seem to be warnings rather than actual errors. And so I wonder whether they could be moved to stdout (possibly with a proper "warning" tag), so that the stderr output file is kept as small as possible -- meaning that its remaining contents would be easier to match with actual problems of the DQR input dataset and/or the DQR software release.