|
| def | cosmicstring.get_files_per_meas_likelihood (config_parser) |
| |
| def | cosmicstring.get_files_per_calc_likelihood (config_parser) |
| |
| def | cosmicstring.get_files_per_run_sqlite (config_parser) |
| |
| def | cosmicstring.clip_segment_length (segment_length, pad, short_segment_duration) |
| |
| def | cosmicstring.segment_ok (seg, min_segment_length, pad) |
| | Return True if the segment seg is long enough to be analyzed by lalapps_StringSearch. More...
|
| |
| def | cosmicstring.remove_too_short_segments (seglists, min_segment_length, pad) |
| | Remove segments from the segmentlistdict seglists that are too short to analyze. More...
|
| |
| def | cosmicstring.compute_segment_lists (seglists, offset_vectors, min_segment_length, pad) |
| |
| def | cosmicstring.init_job_types (config_parser, job_types=("string", "meas_likelihoodjob", "calc_likelihood", "runsqlite")) |
| | Construct definitions of the submit files. More...
|
| |
| def | cosmicstring.make_string_fragment (dag, parents, instrument, seg, tag, framecache, injargs={}) |
| |
| def | cosmicstring.split_segment (seg, min_segment_length, pad, overlap, short_segment_duration, max_job_length) |
| |
| def | cosmicstring.make_string_segment_fragment (dag, datafindnodes, instrument, seg, tag, min_segment_length, pad, overlap, short_segment_duration, max_job_length, binjnodes=set(), verbose=False) |
| | Construct a DAG fragment for an entire segment, splitting the segment into multiple trigger generator jobs. More...
|
| |
| def | cosmicstring.make_single_instrument_stage (dag, datafinds, seglistdict, tag, min_segment_length, pad, overlap, short_segment_duration, max_job_length, binjnodes=set(), verbose=False) |
| |
| def | cosmicstring.write_clip_segment_sql_file (filename) |
| |
| def | cosmicstring.make_run_sqlite_fragment (dag, parents, tag, sql_file, files_per_run_sqlite=None) |
| |
| def | cosmicstring.make_meas_likelihood_fragment (dag, parents, tag, files_per_meas_likelihood=None) |
| |
| def | cosmicstring.make_calc_likelihood_fragment (dag, parents, likelihood_parents, tag, files_per_calc_likelihood=None, verbose=False) |
| |