Loading [MathJax]/extensions/TeX/AMSmath.js
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ComputeDataQualityVector.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2008, 2009 Jordi Burguet-Castell, Xavier Siemens
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with with program; see the file COPYING. If not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 * MA 02110-1301 USA
18 */
19
20#ifndef _COMPUTE_DATA_QUALITY_VECTOR_H
21#define _COMPUTE_DATA_QUALITY_VECTOR_H
22
23#include <lal/LALDatatypes.h>
24#include <lal/BandPassTimeSeries.h>
25
26#if defined(__cplusplus)
27extern "C" {
28#elif 0
29} /* so that editors will match preceding brace */
30#endif
31
32int XLALComputeDQ(REAL4* sv_data, int r_sv,
33 REAL4* lax_data, REAL4* lay_data, int r_light,
34 COMPLEX16* gamma_data, int r_gamma,
35 int t_bad_left, int t_bad_right, int wings,
36 int missing,
37 int* dq_data, int n_dq);
38
39
40
41#if 0
42{ /* so that editors will match succeeding brace */
43#elif defined(__cplusplus)
44}
45#endif
46
47#endif /* _COMPUTE_DATA_QUALITY_VECTOR_H */
int XLALComputeDQ(REAL4 *sv_data, int r_sv, REAL4 *lax_data, REAL4 *lay_data, int r_light, COMPLEX16 *gamma_data, int r_gamma, int t_bad_left, int t_bad_right, int wings, int missing, int *dq_data, int n_dq)
Compute the Data Quality Vector as defined in https://www.lsc-group.phys.uwm.edu/daswg/wiki/S6OnlineG...
double complex COMPLEX16
Double-precision floating-point complex number (16 bytes total)
float REAL4
Single precision real floating-point number (4 bytes).