|
| int | usage (const char *program) |
| |
| int | parseargs (int argc, char **argv) |
| |
| void | output_ts (const char *fname, REAL8TimeSeries *series) |
| |
| void | gnuplot_output_ts (const char *fname, const char *fmt, REAL8TimeSeries *series) |
| |
| void | output_fs (const char *fname, REAL8FrequencySeries *series) |
| |
| void | gnuplot_output_fs (const char *fname, const char *fmt, REAL8FrequencySeries *series) |
| |
| void | xml_output_ts (const char *fname, REAL8TimeSeries *series) |
| |
| void | xml_output_fs (const char *fname, REAL8FrequencySeries *series) |
| |
| int | main (int argc, char *argv[]) |
| |
| void | xml_begin_xml (FILE *fp) |
| |
| void | xml_end_xml (FILE *fp) |
| |
| void | xml_begin_freq_series (FILE *fp) |
| |
| void | xml_begin_time_series (FILE *fp) |
| |
| void | xml_end_series (FILE *fp) |
| |
| void | xml_put_gps (LIGOTimeGPS *epoch, FILE *fp) |
| |
| void | xml_put_f0 (double f0, FILE *fp) |
| |
| void | xml_put_det (const char *name, FILE *fp) |
| |
| void | xml_begin_freq_array (REAL8FrequencySeries *series, FILE *fp) |
| |
| void | xml_begin_time_array (REAL8TimeSeries *series, FILE *fp) |
| |
| void | xml_end_array (FILE *fp) |
| |
| void | xml_put_stream (REAL8Vector *vector, double dx, FILE *fp) |
| |
Go to the source code of this file.
|
| #define | FS "\t" /* field separator */ |
| |
| #define | RS "\n" /* record separator */ |
| |
| #define | MAXDUR 16.0 /* max segment duration (s) */ |
| |
| #define | MAXLEN 16384 /* max number of points in buffer */ |
| |
| #define | DELIM "," |
| |
◆ FS
| #define FS "\t" /* field separator */ |
◆ RS
| #define RS "\n" /* record separator */ |
◆ MAXDUR
| #define MAXDUR 16.0 /* max segment duration (s) */ |
◆ MAXLEN
| #define MAXLEN 16384 /* max number of points in buffer */ |
◆ DELIM
◆ usage()
| int usage |
( |
const char * |
program | ) |
|
◆ parseargs()
| int parseargs |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ output_ts()
◆ gnuplot_output_ts()
| void gnuplot_output_ts |
( |
const char * |
fname, |
|
|
const char * |
fmt, |
|
|
REAL8TimeSeries * |
series |
|
) |
| |
◆ output_fs()
◆ gnuplot_output_fs()
◆ xml_output_ts()
◆ xml_output_fs()
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ xml_begin_xml()
| void xml_begin_xml |
( |
FILE * |
fp | ) |
|
◆ xml_end_xml()
| void xml_end_xml |
( |
FILE * |
fp | ) |
|
◆ xml_begin_freq_series()
| void xml_begin_freq_series |
( |
FILE * |
fp | ) |
|
◆ xml_begin_time_series()
| void xml_begin_time_series |
( |
FILE * |
fp | ) |
|
◆ xml_end_series()
| void xml_end_series |
( |
FILE * |
fp | ) |
|
◆ xml_put_gps()
◆ xml_put_f0()
| void xml_put_f0 |
( |
double |
f0, |
|
|
FILE * |
fp |
|
) |
| |
◆ xml_put_det()
| void xml_put_det |
( |
const char * |
name, |
|
|
FILE * |
fp |
|
) |
| |
◆ xml_begin_freq_array()
◆ xml_begin_time_array()
◆ xml_end_array()
| void xml_end_array |
( |
FILE * |
fp | ) |
|
◆ xml_put_stream()
| void xml_put_stream |
( |
REAL8Vector * |
vector, |
|
|
double |
dx, |
|
|
FILE * |
fp |
|
) |
| |
◆ cache
◆ channel
◆ outfile
◆ minfreq
◆ maxfreq
◆ srate
◆ pad
◆ df
◆ t0
◆ dt