Index of /~shourov/q/qscan/code/qscan/src

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [TXT] Contents.m 21-Jan-2007 17:35 4.2K [   ] build.sh 21-May-2007 08:02 4.1K [TXT] convertfflcache.pl 03-Jun-2007 03:48 5.0K [TXT] convertlalcache.pl 05-Oct-2006 22:32 4.9K [   ] convertldascache.sh 01-Apr-2007 21:52 2.3K [TXT] createframecache.pl 05-Oct-2006 22:32 6.4K [   ] dq.sh 01-Aug-2007 08:13 6.3K [TXT] frgetvect.m 16-Aug-2007 05:19 1.5K [TXT] frgetvect.mexa64 23-Aug-2007 06:28 286K [TXT] frgetvect.mexglx 23-Aug-2007 06:28 271K [TXT] frgetvect.mexsol 23-Aug-2007 06:28 345K [TXT] loadframecache.m 05-Oct-2006 10:00 2.0K [DIR] private/ 28-Aug-2007 06:35 - [TXT] qcollocate.m 19-Jan-2007 15:56 10K [TXT] qcondition.m 10-Aug-2007 12:02 13K [   ] qconfigure.sh 06-Oct-2006 21:12 16K [   ] qcontext.sh 01-Aug-2007 07:13 13K [TXT] qevent.m 02-Jul-2007 17:27 37K [   ] qevent.sh 23-Jul-2007 00:19 8.7K [TXT] qeventgram.m 07-May-2007 08:57 18K [TXT] qexample.m 27-Jun-2007 16:18 5.0K [TXT] qfft.m 05-Oct-2006 10:00 2.4K [TXT] qifft.m 05-Oct-2006 10:00 2.4K [TXT] qpipeline.m 28-Jun-2007 09:35 35K [   ] qpipeline.sh 07-Jun-2007 01:29 8.6K [TXT] qproperties.m 11-Jun-2007 02:39 21K [   ] qproperties.sh 23-Jul-2007 00:19 3.9K [TXT] qreadcalibration.m 01-Apr-2007 22:03 5.3K [TXT] qreaddata.m 03-Apr-2007 06:18 6.7K [TXT] qresample.m 05-Oct-2006 10:00 4.4K [TXT] qresponse.m 26-Jul-2007 13:53 8.5K [TXT] qscan.m 16-Aug-2007 09:45 58K [   ] qscan.sh 23-Jul-2007 00:19 8.8K [TXT] qscancondition.m 10-Aug-2007 12:02 13K [TXT] qscanlite.m 16-Aug-2007 09:45 30K [   ] qscanlite.sh 07-Jun-2007 01:29 5.9K [TXT] qselect.m 07-May-2007 09:41 12K [   ] qsetup.sh 10-Aug-2007 12:14 4.6K [TXT] qskymap.m 28-Jul-2007 13:48 17K [TXT] qspectrogram.m 07-May-2007 08:57 21K [TXT] qstyle.css 01-Aug-2007 07:13 5.8K [TXT] qthreshold.m 27-Jun-2007 16:18 26K [TXT] qtile.m 22-May-2007 21:24 25K [TXT] qtilesky.m 26-Jul-2007 12:10 6.1K [TXT] qtimeseries.m 23-Jan-2007 14:02 10K [TXT] qtransform.m 15-Oct-2006 20:27 15K [   ] qupdate.sh 05-Oct-2006 10:00 2.4K [TXT] qwritetriggers.m 01-May-2007 13:33 9.1K [TXT] readframedata.m 04-May-2007 10:21 16K [TXT] sosfilt.m 12-Nov-2006 12:59 1.6K [TXT] sosfiltfilt.m 05-Oct-2006 10:00 1.1K [TXT] sosfiltmex.mexa64 16-Aug-2007 05:18 8.1K [TXT] sosfiltmex.mexglx 12-Nov-2006 12:59 16K [TXT] sosfiltmex.mexsol 12-Nov-2006 12:59 7.1K [DIR] test/ 28-Aug-2007 06:35 - [TXT] zp2sos.m 05-Oct-2006 10:00 8.4K
Q Transform Toolbox
Q Transform Toolbox
Version 3.0 2007-Jan-21

This toolbox contains the following functions for searching for transient
events in gravitational-wave data.

The following top level matlab functions and shell scripts are provided

QPIPELINE         Continuously search for bursts in time series data
QSCAN             Study multiple channels during an interesting event
QEVENT            Apply network consistency tests to an interesting event
QTUNE             Benchmark performance for a variety of simulated signals

The following top level matlab function is also provided for reference

QEXAMPLE          Example application of q transform related functions

The following functions comprise the code base for the Q transform.

QTILE             Find time, frequency, and Q tiling for the Q transform
QRESAMPLE         Resample time series data at a common sample frequency
QCONDITION        High pass filter and whiten time series data
QSCANCONDITION    Modified conditioning function for use by qscan
QTRANSFORM        Project data onto bases of constant Q windowed sinusoids
QCOLLOCATE        Coherent Q transform and null sum for collocated detectors
QTHRESHOLD        Identify statistically significant Q transform tiles
QSELECT           Identify statistically significant non-overlapping tiles
QCOINCIDE         Compare triggers for coincidence or vetoing
QWRITETRIGGERS    Output Q pipeline trigger properties to a file
QPARAMETERIZE     Estimate the signal parameters of an interesting event

The following functions are provided for visulation of Q transform results

QTIMESERIES       Display time series data for Q transform analysis
QSPECTROGRAM      Display time-frequency Q transform spectrograms
QEVENTGRAM        Display statistically significant time-frequency events
QSKYMAP           Display likelihood and consistency maps of the sky

The following functions are provided for simulating data

QSIMULATENOISE    Produce simulated gravitational wave detector noise
QSIMULATEBURST    Inject simulated gravitational wave bursts into data

The following functions are provided for reading frame data

QREADDATA         Read multiple channels of data from frame files
READFRAMEDATA     Extract a single channel of data from frame files
LOADFRAMECACHE    Load cache of frame file location information
FRGETVECT         Extract a single channel from a single frame file

The following Perl scripts are provided for use with READFRAMEDATA.

CREATEFRAMECACHE  Create frame cache file for a specified directory
CONVERTLALCACHE   Convert LAL formated frame cache to READFRAMEDATA format

The following shell scripts have been provided for support.

QSETUP            Sets up the necessary environment for Q transform tools
BUILD             Compile top level functions into stand alone executables
QCONTEXT          Query detector status and data quality for use by qscan
QUPDATE           Update existing qscan reports with new context information
QCONFIGURE        Automatically generate qscan configuration file

The following resource files are provided.

QSTYLE            Cascading style sheet for html based qscan reports

The following functions are provided for one-sided frequency domain data.

QFFT              One-sided Fourier transform of time domain data
QIFFT             Inverse Fourier transform one-sided frequency domain data

The following signal processing function is provided to support conditioning.

SOSFILTFILT       Zero phase filtering with second-order sections

Modified versions of the following Matlab toolbox functions are also
provided.  They have been modified to permit compilation.

SOSFILT           Apply IIR filter specified by second-order sections
SOSFILTMEX        Apply IIR filter specified by second-order sections
ZP2SOS            Convert zero-pole-gain model to second-order sections

The private subdirectory contains modified copies of numerous figure
plotting functions.  They have also been modified to permit compilation.

Shourov K. Chatterji
shourov@ligo.caltech.edu

Leo C. Stein
lstein@ligo.mit.edu

$Id: README.html,v 1.2 2007/01/22 01:26:42 shourov Exp $