|
static struct options | options_defaults (void) |
|
static void | print_usage (void) |
|
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 int | load_tisl_file_and_merge (const char *filename, ProcessTable **process_table_head, ProcessParamsTable **process_params_table_head, TimeSlide **time_slide_table_head, SearchSummaryTable **search_summary_table_head, SimBurst **sim_burst_table_head) |
|
static int | qsort_strcmp (char **a, char **b) |
|
static int | set_instruments (ProcessTable *process, TimeSlide *time_slide_table_head) |
|
static double | sequence_geometric_next (double low, double high, double ratio) |
|
static double | ran_flat_log (gsl_rng *rng, double a, double b) |
|
static double | ran_flat_log_discrete (gsl_rng *rng, double a, double b, double ratio) |
|
static double | random_string_cusp_fhigh (double flow, double fhigh, gsl_rng *rng) |
|
static void | random_location_and_polarization (double *ra, double *dec, double *psi, gsl_rng *rng) |
|
static SimBurst * | random_string_cusp (double flow, double fhigh, double Alow, double Ahigh, gsl_rng *rng) |
|
static SimBurst * | random_directed_btlwnb (double ra, double dec, double psi, double minf, double maxf, double minband, double maxband, double mindur, double maxdur, double minEoverr2, double maxEoverr2, gsl_rng *rng) |
|
static SimBurst * | random_all_sky_btlwnb (double minf, double maxf, double minband, double maxband, double mindur, double maxdur, double minEoverr2, double maxEoverr2, gsl_rng *rng) |
|
static double | duration_from_q_and_f (double Q, double f) |
|
static SimBurst * | random_all_sky_sineGaussian (double minf, double maxf, double q, double minhrsst, double maxhrsst, gsl_rng *rng) |
|
static void | write_xml (const char *filename, const ProcessTable *process_table_head, const ProcessParamsTable *process_params_table_head, const SearchSummaryTable *search_summary_table_head, const TimeSlide *time_slide_table_head, const SimBurst *sim_burst) |
|
int | main (int argc, char *argv[]) |
|