From 1955e816085803b8545d0453840b4a94ae985d2c Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@Lligo.org> Date: Tue, 5 Feb 2019 17:57:01 -0800 Subject: [PATCH] Fixing Chad's last commit... --- gstlal-ugly/bin/Makefile.am | 4 ---- gstlal-ugly/python/Makefile.am | 3 --- 2 files changed, 7 deletions(-) diff --git a/gstlal-ugly/bin/Makefile.am b/gstlal-ugly/bin/Makefile.am index 478c4faca6..7297b54147 100644 --- a/gstlal-ugly/bin/Makefile.am +++ b/gstlal-ugly/bin/Makefile.am @@ -10,8 +10,6 @@ dist_bin_SCRIPTS = \ gstlal_harmonic_mean_psd \ gstlal_mock_data_server \ - gstlal_injections_by_local_rate \ - gstlal_injections_by_local_rate_plot \ gstlal_inspiral_treebank \ gstlal_inspiral_treebank_dag \ gstlal_inspiral_bankviz \ @@ -23,12 +21,10 @@ dist_bin_SCRIPTS = \ gstlal_ninja_smooth_reference_psd \ gstlal_median_of_psds \ gstlal_psd_pipe \ - gstlal_plot_channel_psd \ gstlal_segments_operations \ gstlal_recolor_frames_pipe \ gstlal_inj_frames \ gstlal_cache_to_segments \ - gstlal_parse_frame_segment_logs \ gstlal_ll_inspiral_aggregator \ gstlal_ll_dq \ gstlal_ll_inspiral_state \ diff --git a/gstlal-ugly/python/Makefile.am b/gstlal-ugly/python/Makefile.am index 97dfa37b79..ff9cd24b63 100644 --- a/gstlal-ugly/python/Makefile.am +++ b/gstlal-ugly/python/Makefile.am @@ -10,9 +10,6 @@ pkgpythondir = $(pkgpyexecdir) pkgpython_PYTHON = \ aggregator.py \ - coherent_inspiral_metric_detector_details.py \ - coherent_inspiral_metric_plots.py \ - coherent_inspiral_metric.py \ gviz_api.py \ metric.py \ tree.py -- GitLab