LALApps 10.1.0.1-eeff03c
coh_PTF_output.c File Reference

Prototypes

ProcessParamsTablecreate_process_params (int argc, char **argv, const char *program)
 
static int XLALWriteLIGOLwXMLTimeSlideSegmentMapTable (LIGOLwXMLStream *xml, const TimeSlideSegmentMapTable *time_slide_seg_map)
 
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)
 
int coh_PTF_output_tmpltbank (char *outputFile, SnglInspiralTable *tmplts, ProcessParamsTable *processParamsTable, struct coh_PTF_params *params)
 
ProcessTablecoh_PTF_create_process_table (struct coh_PTF_params *params)
 
SearchSummaryTablecoh_PTF_create_search_summary (struct coh_PTF_params *params)
 
int write_REAL4TimeSeries (REAL4TimeSeries *series)
 
int write_REAL4FrequencySeries (REAL4FrequencySeries *series)
 
int write_COMPLEX8FrequencySeries (COMPLEX8FrequencySeries *series)
 
int generate_file_name (char *fname, size_t size, const char *sname, int t, int dt)
 

Go to the source code of this file.

Function Documentation

◆ create_process_params()

ProcessParamsTable * create_process_params ( int  argc,
char **  argv,
const char program 
)

Definition at line 34 of file coh_PTF_output.c.

◆ XLALWriteLIGOLwXMLTimeSlideSegmentMapTable()

static int XLALWriteLIGOLwXMLTimeSlideSegmentMapTable ( LIGOLwXMLStream xml,
const TimeSlideSegmentMapTable time_slide_seg_map 
)
static

Definition at line 81 of file coh_PTF_output.c.

◆ coh_PTF_output_events_xml()

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.

◆ coh_PTF_output_tmpltbank()

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.

◆ coh_PTF_create_process_table()

ProcessTable * coh_PTF_create_process_table ( struct coh_PTF_params params)

Definition at line 239 of file coh_PTF_output.c.

◆ coh_PTF_create_search_summary()

SearchSummaryTable * coh_PTF_create_search_summary ( struct coh_PTF_params params)

Definition at line 284 of file coh_PTF_output.c.

◆ write_REAL4TimeSeries()

int write_REAL4TimeSeries ( REAL4TimeSeries series)

Definition at line 356 of file coh_PTF_output.c.

◆ write_REAL4FrequencySeries()

int write_REAL4FrequencySeries ( REAL4FrequencySeries series)

Definition at line 370 of file coh_PTF_output.c.

◆ write_COMPLEX8FrequencySeries()

int write_COMPLEX8FrequencySeries ( COMPLEX8FrequencySeries series)

Definition at line 384 of file coh_PTF_output.c.

◆ generate_file_name()

int generate_file_name ( char fname,
size_t  size,
const char sname,
int  t,
int  dt 
)

Definition at line 397 of file coh_PTF_output.c.