|
add_segment_info(doc,
proc_id,
segdefs,
segments,
segment_summaries) |
source code
|
|
|
add_to_segment(xmldoc,
proc_id,
seg_def_id,
sgmtlist) |
source code
|
|
|
add_to_segment_definer(xmldoc,
proc_id,
ifo,
name,
version,
comment='
' ) |
source code
|
|
|
add_to_segment_summary(xmldoc,
proc_id,
seg_def_id,
sgmtlist,
comment='
' ) |
source code
|
|
|
build_segment_list(engine,
gps_start_time,
gps_end_time,
ifo,
segment_name,
version=None,
start_pad=0,
end_pad=0)
Optains a list of segments for the given ifo, name and version
between the specified times. |
source code
|
|
|
build_segment_list_one(engine,
gps_start_time,
gps_end_time,
ifo,
segment_name,
version=None,
start_pad=0,
end_pad=0)
Builds a list of segments satisfying the given criteria |
source code
|
|
|
|
|
|
|
find_segments(doc,
key,
use_segment_table=True) |
source code
|
|
|
get_all_files_in_range(dirname,
starttime,
endtime,
pad=64)
Returns all files in dirname and all its subdirectories whose names
indicate that they contain segments in the range starttime to endtime |
source code
|
|
|
|
|
run_query_segments(doc,
proc_id,
engine,
gps_start_time,
gps_end_time,
included_segments_string,
excluded_segments_string=None,
write_segments=True,
start_pad=0,
end_pad=0)
Runs a segment query. |
source code
|
|
|
setup_database(database_location)
Determine protocol |
source code
|
|
|
split_segment_ids(segment_ids)
Given an array of strings of the form ifo:name and ifo:name:version,
returns an array of tuples of the form (ifo, name, version) where
version may be None |
source code
|
|