![]() |
gstlal
1.4.1
|
A file that contains the pipeparts module code. More...
Go to the source code of this file.
Classes | |
| class | python.pipeparts.src_deferred_link |
| A class that manages the task of watching for and connecting to new source pads by name. More... | |
| class | python.pipeparts.framecpp_channeldemux_set_units |
| class | python.pipeparts.framecpp_channeldemux_check_segments |
| class | python.pipeparts.AppSync |
| class | python.pipeparts.connect_appsink_dump_dot |
Namespaces | |
| python.pipeparts | |
| pipeparts module | |
Functions | |
| def | python.pipeparts.mkgeneric (pipeline, src, elem_type_name, properties) |
| def | python.pipeparts.framecpp_filesink_ldas_path_handler (elem, pspec, outpath, dir_digits) |
| def | python.pipeparts.framecpp_filesink_cache_entry_from_mfs_message (message) |
| def | python.pipeparts.mkchannelgram (pipeline, src, properties) |
| def | python.pipeparts.mkspectrumplot (pipeline, src, properties) |
| def | python.pipeparts.mkhistogram (pipeline, src) |
| def | python.pipeparts.mksegmentsrc (pipeline, segment_list, blocksize=4096 *1 *1, invert_output=False) |
| Adds a lal_segmentsrc element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mklalcachesrc (pipeline, location, use_mmap=True, properties) |
| Adds a lal_cachesrc element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mklvshmsrc (pipeline, shm_name, properties) |
| def | python.pipeparts.mkframexmitsrc (pipeline, multicast_group, port, properties) |
| def | python.pipeparts.mkigwdparse (pipeline, src, properties) |
| def | python.pipeparts.mkuridecodebin (pipeline, uri, caps="application/x-igwd-frame, framed=true", properties) |
| Adds a uridecodebin element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkframecppchanneldemux (pipeline, src, properties) |
| def | python.pipeparts.mkframecppchannelmux (pipeline, channel_src_map, units=None, seglists=None, properties) |
| def | python.pipeparts.mkframecppfilesink (pipeline, src, message_forward=True, properties) |
| def | python.pipeparts.mkmultifilesink (pipeline, src, next_file=0, sync=False, async=False, properties) |
| Adds a multifilesink element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkndssrc (pipeline, host, instrument, channel_name, channel_type, blocksize=16384 *8 *1, port=31200) |
| def | python.pipeparts.mkcapsfilter (pipeline, src, caps) |
| Adds a capsfilter element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkcapssetter (pipeline, src, caps, properties) |
| Adds a capssetter element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkstatevector (pipeline, src, properties) |
| Adds a lal_statevector element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mktaginject (pipeline, src, tags) |
| Adds a taginject element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkaudiotestsrc (pipeline, properties) |
| Adds a audiotestsrc element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkfakesrc (pipeline, instrument, channel_name, blocksize=None, volume=1e-20, is_live=False, wave=9, rate=16384, properties) |
| see documentation for mktaginject() mkcapsfilter() and mkaudiotestsrc() More... | |
| def | python.pipeparts.mkfirfilter (pipeline, src, kernel, latency, properties) |
| Adds a audiofirfilter element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkiirfilter (pipeline, src, a, b) |
| Adds a audioiirfilter element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkshift (pipeline, src, properties) |
| Adds a lal_shift element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkfakeLIGOsrc (pipeline, location=None, instrument=None, channel_name=None, blocksize=16384 *8 *1) |
| def | python.pipeparts.mkfakeadvLIGOsrc (pipeline, location=None, instrument=None, channel_name=None, blocksize=16384 *8 *1) |
| def | python.pipeparts.mkfakeadvvirgosrc (pipeline, location=None, instrument=None, channel_name=None, blocksize=16384 *8 *1) |
| def | python.pipeparts.mkprogressreport (pipeline, src, name) |
| Adds a progress_report element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkinjections (pipeline, src, filename) |
| Adds a lal_simulation element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkaudiochebband (pipeline, src, lower_frequency, upper_frequency, poles=8) |
| Adds a audiochebband element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkaudiocheblimit (pipeline, src, cutoff, mode=0, poles=8, type=1, ripple=0.25) |
| Adds a audiocheblimit element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkaudioamplify (pipeline, src, amplification) |
| Adds a audioamplify element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkaudioundersample (pipeline, src) |
| Adds a lal_audioundersample element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkresample (pipeline, src, properties) |
| Adds a audioresample element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkinterpolator (pipeline, src, properties) |
| Adds a lal_interpolator element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkwhiten (pipeline, src, psd_mode=0, zero_pad=0, fft_length=8, average_samples=64, median_samples=7, properties) |
| Adds a lal_whiten element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mktee (pipeline, src) |
| Adds a tee element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkadder (pipeline, srcs, sync=True, mix_mode="sum", properties) |
| Adds a lal_adder element to a pipeline configured for synchronous "sum" mode mixing. More... | |
| def | python.pipeparts.mkmultiplier (pipeline, srcs, sync=True, mix_mode="product", properties) |
| Adds a lal_adder element to a pipeline configured for synchronous "product" mode mixing. More... | |
| def | python.pipeparts.mkqueue (pipeline, src, properties) |
| Adds a queue element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkdrop (pipeline, src, drop_samples=0) |
| Adds a lal_whiten element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mknofakedisconts (pipeline, src, silent=True) |
| Adds a lal_nofakedisconts element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkfirbank (pipeline, src, latency=None, fir_matrix=None, time_domain=None, block_stride=None) |
| Adds a lal_firbank element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mktdwhiten (pipeline, src, latency=None, kernel=None, taper_length=None) |
| def | python.pipeparts.mkiirbank (pipeline, src, a1, b0, delay, name=None) |
| def | python.pipeparts.mkcudaiirbank (pipeline, src, a1, b0, delay, name=None) |
| def | python.pipeparts.mkcudamultiratespiir (pipeline, src, bank_struct, bank_id=0, name=None) |
| def | python.pipeparts.mktrim (pipeline, src, initial_offset=None, final_offset=None, inverse=None) |
| def | python.pipeparts.mkmean (pipeline, src, properties) |
| def | python.pipeparts.mkabs (pipeline, src, properties) |
| def | python.pipeparts.mkpow (pipeline, src, properties) |
| def | python.pipeparts.mkreblock (pipeline, src, properties) |
| Adds a lal_reblock element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mksumsquares (pipeline, src, weights=None) |
| Adds a lal_sumsquares element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkgate (pipeline, src, threshold=None, control=None, properties) |
| Adds a lal_gate element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkbitvectorgen (pipeline, src, bit_vector, properties) |
| def | python.pipeparts.mkmatrixmixer (pipeline, src, matrix=None) |
| Adds a lal_matrixmixer element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mktogglecomplex (pipeline, src) |
| Adds a lal_togglecomplex element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkautochisq (pipeline, src, autocorrelation_matrix=None, mask_matrix=None, latency=0, snr_thresh=0) |
| Adds a lal_autochisq element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkfakesink (pipeline, src) |
| Adds a fakesink element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkfilesink (pipeline, src, filename, sync=False, async=False) |
| Adds a filesink element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mknxydumpsink (pipeline, src, filename, segment=None) |
| Adds a lal_nxydump element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mknxydumpsinktee (pipeline, src, args, properties) |
| def | python.pipeparts.mkblcbctriggergen (pipeline, snr, chisq, template_bank_filename, snr_threshold, sigmasq) |
| def | python.pipeparts.mktriggergen (pipeline, snr, chisq, template_bank_filename, snr_threshold, sigmasq) |
| def | python.pipeparts.mktriggerxmlwritersink (pipeline, src, filename) |
| def | python.pipeparts.mkwavenc (pipeline, src) |
| Adds a wavenc element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkvorbisenc (pipeline, src) |
| Adds a vorbisenc element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkcolorspace (pipeline, src) |
| def | python.pipeparts.mktheoraenc (pipeline, src, properties) |
| def | python.pipeparts.mkmpeg4enc (pipeline, src, properties) |
| def | python.pipeparts.mkoggmux (pipeline, src) |
| def | python.pipeparts.mkavimux (pipeline, src) |
| def | python.pipeparts.mkaudioconvert (pipeline, src, caps_string=None) |
| Adds a audioconvert element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkaudiorate (pipeline, src, properties) |
| Adds a audiorate element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkflacenc (pipeline, src, quality=0, properties) |
| Adds a flacenc element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkogmvideosink (pipeline, videosrc, filename, audiosrc=None, verbose=False) |
| def | python.pipeparts.mkvideosink (pipeline, src) |
| def | python.pipeparts.mkautoaudiosink (pipeline, src) |
| Adds a autoaudiosink element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkplaybacksink (pipeline, src, amplification=0.1) |
| def | python.pipeparts.mkdeglitcher (pipeline, src, segment_list) |
| def | python.pipeparts.mkappsink (pipeline, src, max_buffers=1, drop=False, sync=False, async=False, properties) |
| Adds a appsink element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkchecktimestamps (pipeline, src, name=None, silent=True, timestamp_fuzz=1) |
| def | python.pipeparts.mkpeak (pipeline, src, n) |
| Adds a lal_peak element to a pipeline with useful default properties. More... | |
| def | python.pipeparts.mkitac (pipeline, src, n, bank, autocorrelation_matrix=None, mask_matrix=None, snr_thresh=0, sigmasq=None) |
| def | python.pipeparts.mktrigger (pipeline, src, n, autocorrelation_matrix=None, mask_matrix=None, snr_thresh=0, sigmasq=None, max_snr=False) |
| def | python.pipeparts.mklatency (pipeline, src, name=None, silent=False) |
| def | python.pipeparts.mklhocoherentnull (pipeline, H1src, H2src, H1_impulse, H1_latency, H2_impulse, H2_latency, srate) |
| def | python.pipeparts.mkcomputegamma (pipeline, dctrl, exc, cos, sin, properties) |
| def | python.pipeparts.mkbursttriggergen (pipeline, src, properties) |
| def | python.pipeparts.mkodctodqv (pipeline, src, properties) |
| def | python.pipeparts.mktcpserversink (pipeline, src, properties) |
| def | python.pipeparts.audioresample_variance_gain (quality, num, den) |
| def | python.pipeparts.write_dump_dot (pipeline, filestem, verbose=False) |
Variables | |
| string | python.pipeparts.BYTE_ORDER = "LE" |
A file that contains the pipeparts module code.
Definition in file __init__.py.
1.8.14