|
|
| 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 |
| |
An HTCondor DAG generator to recolor frame data.
Definition in file gstlal_fake_frames_pipe.