|
| static size_t | min (size_t a, size_t b) |
| |
| static int | is_power_of_2 (int x) |
| |
| static int | double_is_power_of_2 (double x) |
| |
| static struct options * | options_new (void) |
| |
| static void | options_free (struct options *options) |
| |
| static void | print_usage (const char *program) |
| |
| static void | print_bad_argument (const char *prog, const char *arg, const char *msg) |
| |
| static void | print_missing_argument (const char *prog, const char *arg) |
| |
| static int | all_required_arguments_present (char *prog, struct LALoption *long_options, const struct options *options) |
| |
| static ProcessParamsTable ** | add_process_param (ProcessParamsTable **proc_param, const ProcessTable *process, const char *type, const char *param, const char *value) |
| |
| static struct options * | parse_command_line (int argc, char *argv[], const ProcessTable *process, ProcessParamsTable **paramaddpoint) |
| |
| static REAL8TimeSeries * | get_time_series (const char *cachefilename, const char *chname, LIGOTimeGPS start, LIGOTimeGPS end, size_t lengthlimit) |
| |
| static int | XLALEPConditionData (REAL8TimeSeries *series, REAL8 flow, REAL8 resampledeltaT, INT4 corruption) |
| |
| static void | gaussian_noise (REAL8TimeSeries *series, REAL8 rms, gsl_rng *rng) |
| |
| static void | destroy_injection_document (struct injection_document *doc) |
| |
| static struct injection_document * | load_injection_document (const char *filename) |
| |
| static int | add_xml_injections (REAL8TimeSeries *h, const struct injection_document *injection_document) |
| |
| static REAL8TimeSeries * | add_mdc_injections (const char *mdccachefile, const char *channel_name, REAL8TimeSeries *series) |
| |
| static SnglBurst ** | analyze_series (SnglBurst **addpoint, REAL8TimeSeries *series, int psd_length, int psd_shift, struct options *options) |
| |
| static void | output_results (char *file, const ProcessTable *_process_table, const ProcessParamsTable *_process_params_table, const SearchSummaryTable *_search_summary_table, const SnglBurst *_sngl_burst_table) |
| |
| int | main (int argc, char *argv[]) |
| |
Go to the source code of this file.
◆ PROGRAM_NAME
| #define PROGRAM_NAME "lalapps_power" |
◆ CVS_REVISION
| #define CVS_REVISION "$Revision$" |
◆ CVS_SOURCE
| #define CVS_SOURCE "$Source$" |
◆ CVS_DATE
| #define CVS_DATE "$Date$" |
◆ ADD_PROCESS_PARAM
◆ min()
| static size_t min |
( |
size_t |
a, |
|
|
size_t |
b |
|
) |
| |
|
static |
◆ is_power_of_2()
| static int is_power_of_2 |
( |
int |
x | ) |
|
|
static |
◆ double_is_power_of_2()
| static int double_is_power_of_2 |
( |
double |
x | ) |
|
|
static |
◆ options_new()
| static struct options * options_new |
( |
void |
| ) |
|
|
static |
◆ options_free()
| static void options_free |
( |
struct options * |
options | ) |
|
|
static |
◆ print_usage()
| static void print_usage |
( |
const char * |
program | ) |
|
|
static |
◆ print_bad_argument()
◆ print_missing_argument()
◆ all_required_arguments_present()
◆ add_process_param()
◆ parse_command_line()
◆ get_time_series()
◆ XLALEPConditionData()
◆ gaussian_noise()
◆ destroy_injection_document()
◆ load_injection_document()
◆ add_xml_injections()
◆ add_mdc_injections()
◆ analyze_series()
◆ output_results()
◆ main()