LALApps 10.1.0.1-eeff03c
lalappsfrutils.h
Go to the documentation of this file.
1/*
2* Copyright (C) 2007 Sukanta Bose, Duncan Brown, Stephen Fairhurst
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/*-----------------------------------------------------------------------
21 *
22 * File Name: lalappsfrutils.h
23 *
24 * Author: Brown, D. A.
25 *
26 *
27 *-----------------------------------------------------------------------
28 */
29
30#include <stdio.h>
31#include <stdlib.h>
32#include <string.h>
33#include <sys/types.h>
34#include <sys/stat.h>
35#include <fcntl.h>
36#include <regex.h>
37#include <time.h>
38
39#include <FrameL.h>
40
41#include <lal/LALConfig.h>
42#include <lal/LALStdio.h>
43#include <lal/LALStdlib.h>
44#include <lal/LALError.h>
45#include <lal/LALDatatypes.h>
46#include <lal/AVFactories.h>
47#include <lal/LALConstants.h>
48
49#include "series.h"
50
52 FrameH *frame,
53 REAL4TimeSeries *chan,
54 const char *unit,
55 const char *suffix
56 );
58 FrameH *frame,
59 REAL8TimeSeries *chan,
60 const char *unit,
61 const char *suffix
62 );
64 FrameH *frame,
66 const char *unit,
67 const char *suffix
68 );
70 FrameH *frame,
72 const char *unit,
73 const char *suffix
74 );
76 FrameH *frame,
78 const char *unit,
79 const char *suffix
80 );
82 FrameH *frame,
84 const char *unit,
85 const char *suffix
86 );
FrameH * fr_add_proc_REAL8TimeSeries(FrameH *frame, REAL8TimeSeries *chan, const char *unit, const char *suffix)
FrameH * fr_add_proc_REAL8FrequencySeries(FrameH *frame, REAL8FrequencySeries *chan, const char *unit, const char *suffix)
FrameH * fr_add_proc_COMPLEX8FrequencySeries(FrameH *frame, COMPLEX8FrequencySeries *chan, const char *unit, const char *suffix)
FrameH * fr_add_proc_REAL4TimeSeries(FrameH *frame, REAL4TimeSeries *chan, const char *unit, const char *suffix)
FrameH * fr_add_proc_COMPLEX8TimeSeries(FrameH *frame, COMPLEX8TimeSeries *chan, const char *unit, const char *suffix)
FrameH * fr_add_proc_REAL4FrequencySeries(FrameH *frame, REAL4FrequencySeries *chan, const char *unit, const char *suffix)