Skip to content
Snippets Groups Projects
Commit 6233feb1 authored by Madeline Wade's avatar Madeline Wade
Browse files

Prepare gstlal-calibration for a release

parent f64971b5
No related branches found
No related tags found
No related merge requests found
......@@ -158,8 +158,7 @@ if options.data_source != "white":
channel_list = gw_data_source.channel_dict.items()
dq_channel_list = (instrument, gw_data_source.dq_channel_dict[instrument])
channel_list.append(dq_channel_list)
#demux = pipeparts.mkframecppchanneldemux(pipeline, src, do_file_checksum = True, skip_bad_files = True, channel_list = map("%s:%s".__mod__, channel_list))
demux = pipeparts.mkframecppchanneldemux(pipeline, src, skip_bad_files = True, channel_list = map("%s:%s".__mod__, channel_list))
demux = pipeparts.mkframecppchanneldemux(pipeline, src, do_file_checksum = True, skip_bad_files = True, channel_list = map("%s:%s".__mod__, channel_list))
# Write the pipeline graph after pads have been hooked up to the demuxer
if options.write_pipeline is not None:
demux.connect("no-more-pads", write_graph)
......
Source: gstlal-calibration
Maintainer: Carsten Aulbert <carsten.aulbert@aei.mpg.de>
Maintainer: Madeline Wade <madeline.wade@gravity.phys.uwm.edu>
Section: lscsoft
Priority: optional
Standards-Version: 3.9.2
......@@ -34,4 +34,4 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
Conflicts:
gstlal-ugly < 0.6.0
Description: GStreamer for GW data analysis (calibration parts)
This package contains the plugins and shared libraries required to ...
This package contains the plugins and shared libraries required to run the gstlal calibraiton software.
......@@ -11,10 +11,10 @@ BuildRequires: gstlal-devel >= @MIN_GSTLAL_VERSION@ python-devel >= 2.6 fftw-dev
Conflicts: gstlal-ugly < 0.6.0
Source: @PACKAGE_NAME@-%{version}.tar.gz
URL: https://www.lsc-group.phys.uwm.edu/daswg/projects/gstlal.html
Packager: Xavier Amador <xavier.amador@gravity.phys.uwm.edu>
Packager: Madeline Wade <madeline.wade@gravity.phys.uwm.edu>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This package contains the plugins and shared libraries required to ...
This package contains the plugins and shared libraries required to run the gstlal calibration software.
%prep
......
L L1_TEST_FRAME 10 10 file://localhost/home/wademc/src/gstlal/gstlal-ugly/tests/L-L1_TEST_FRAME-10-10.gwf
......@@ -99,6 +99,9 @@ def lal_logical_undersampler_03(pipeline, name):
#
# This test reads in a gwf file that has certain bits off to test
# the logic of the element
# Note: To run this test you must first make a frame cache, which can be done with the
# following command:
# ls *.gwf | lalapps_path2cache > frame.cache
#
out_rate = 1
......@@ -132,5 +135,5 @@ def lal_logical_undersampler_03(pipeline, name):
test_common.build_and_run(lal_logical_undersampler_01, "lal_logical_undersampler_01")
test_common.build_and_run(lal_logical_undersampler_02, "lal_logical_undersampler_02")
test_common.build_and_run(lal_logical_undersampler_03, "lal_logical_undersampler_03")
#test_common.build_and_run(lal_logical_undersampler_03, "lal_logical_undersampler_03")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment