gstlal  1.4.1
Classes | Functions | Variables
gstlal_fake_frames_pipe File Reference

An HTCondor DAG generator to recolor frame data. More...

Go to the source code of this file.

Classes

class  gstlal_fake_frames_pipe.gstlal_reference_psd_job
 
class  gstlal_fake_frames_pipe.gstlal_median_psd_job
 
class  gstlal_fake_frames_pipe.gstlal_smooth_reference_psd_job
 
class  gstlal_fake_frames_pipe.gstlal_reference_psd_node
 
class  gstlal_fake_frames_pipe.gstlal_smooth_reference_psd_node
 
class  gstlal_fake_frames_pipe.gstlal_median_psd_node
 
class  gstlal_fake_frames_pipe.gstlal_fake_frames_job
 
class  gstlal_fake_frames_pipe.gstlal_fake_frames_node
 

Functions

def gstlal_fake_frames_pipe.choosesegs (seglists, min_segment_length)
 
def gstlal_fake_frames_pipe.parse_command_line ()
 

Variables

 gstlal_fake_frames_pipe.dag = dagparts.CondorDAG("gstlal_fake_frames_pipe")
 
 gstlal_fake_frames_pipe.seglists = ligolw_segments.segmenttable_get_by_name(ligolw_utils.load_filename(options.frame_segments_file, verbose = options.verbose, contenthandler = ligolw_segments.LIGOLWContentHandler), options.frame_segments_name).coalesce()
 
 gstlal_fake_frames_pipe.psdJob = gstlal_reference_psd_job(options.accounting_group, options.accounting_group_user)
 
 gstlal_fake_frames_pipe.smoothJob = gstlal_smooth_reference_psd_job(options.accounting_group, options.accounting_group_user)
 
 gstlal_fake_frames_pipe.medianJob = gstlal_median_psd_job(options.accounting_group, options.accounting_group_user)
 
 gstlal_fake_frames_pipe.colorJob = gstlal_fake_frames_job(options.accounting_group, options.accounting_group_user)
 
dictionary gstlal_fake_frames_pipe.smoothnode = {}
 
dictionary gstlal_fake_frames_pipe.mediannode = {}
 
 gstlal_fake_frames_pipe.p_node = dict([(i, []) for i in seglists])
 
dictionary gstlal_fake_frames_pipe.psd = {}
 
 gstlal_fake_frames_pipe.psdnode = gstlal_reference_psd_node(psdJob, dag, options.frame_cache, int(seg[0]), int(seg[1]), instrument, inchannels[instrument], injections=None, p_node=[])
 
 gstlal_fake_frames_pipe.output_name
 
 gstlal_fake_frames_pipe.instrument
 
 gstlal_fake_frames_pipe.output_path = outpaths[instrument]
 
dictionary gstlal_fake_frames_pipe.reference_psd = psd[instrument][seg]
 
 gstlal_fake_frames_pipe.color_psd
 
 gstlal_fake_frames_pipe.sample_rate
 
 gstlal_fake_frames_pipe.injections
 
 gstlal_fake_frames_pipe.output_channel_name
 
 gstlal_fake_frames_pipe.duration
 
 gstlal_fake_frames_pipe.frame_duration
 
 gstlal_fake_frames_pipe.frame_type
 
 gstlal_fake_frames_pipe.shift
 
 gstlal_fake_frames_pipe.whiten_track_psd
 
 gstlal_fake_frames_pipe.frames_per_file
 

Detailed Description

An HTCondor DAG generator to recolor frame data.

Definition in file gstlal_fake_frames_pipe.