Go to the source code of this file.
| ProcessParamsTable * create_process_params | ( | int | argc, |
| char ** | argv, | ||
| const char * | program | ||
| ) |
Definition at line 34 of file coh_PTF_output.c.
|
static |
Definition at line 81 of file coh_PTF_output.c.
| int coh_PTF_output_events_xml | ( | char * | outputFile, |
| MultiInspiralTable * | events, | ||
| SnglInspiralTable * | snglEvents, | ||
| SimInspiralTable * | injections, | ||
| ProcessParamsTable * | processParamsTable, | ||
| TimeSlide * | time_slide_head, | ||
| TimeSlideSegmentMapTable * | time_slide_map_head, | ||
| SegmentTable * | segment_table_head, | ||
| struct coh_PTF_params * | params | ||
| ) |
Definition at line 122 of file coh_PTF_output.c.
| int coh_PTF_output_tmpltbank | ( | char * | outputFile, |
| SnglInspiralTable * | tmplts, | ||
| ProcessParamsTable * | processParamsTable, | ||
| struct coh_PTF_params * | params | ||
| ) |
Definition at line 191 of file coh_PTF_output.c.
| ProcessTable * coh_PTF_create_process_table | ( | struct coh_PTF_params * | params | ) |
Definition at line 239 of file coh_PTF_output.c.
| SearchSummaryTable * coh_PTF_create_search_summary | ( | struct coh_PTF_params * | params | ) |
Definition at line 284 of file coh_PTF_output.c.
| int write_REAL4TimeSeries | ( | REAL4TimeSeries * | series | ) |
Definition at line 356 of file coh_PTF_output.c.
| int write_REAL4FrequencySeries | ( | REAL4FrequencySeries * | series | ) |
Definition at line 370 of file coh_PTF_output.c.
| int write_COMPLEX8FrequencySeries | ( | COMPLEX8FrequencySeries * | series | ) |
Definition at line 384 of file coh_PTF_output.c.