From 9ed89e70d659594cc5c551cd1142d7cc2a99440a Mon Sep 17 00:00:00 2001
From: Aaron Viets <aaron.viets@ligo.org>
Date: Mon, 17 Sep 2018 19:42:09 -0700
Subject: [PATCH] gstlal-calibration:  Example in
 tests/check_calibration/Makefile for using transfer function plotting script.

---
 gstlal-calibration/tests/check_calibration/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gstlal-calibration/tests/check_calibration/Makefile b/gstlal-calibration/tests/check_calibration/Makefile
index c923dac7ae..46eef287c9 100644
--- a/gstlal-calibration/tests/check_calibration/Makefile
+++ b/gstlal-calibration/tests/check_calibration/Makefile
@@ -75,6 +75,9 @@ lines_ratio_DCS: $(IFO)1_hoft_DCS_frames.cache
 latency_test: $(IFO)1_hoft_GDS_SHM_frames.cache
 	python latency_plot.py --intime-file gstlal_compute_strain_timestamps_in.txt --outtime-file gstlal_compute_strain_timestamps_out.txt --plot-filename-prefix $(IFO)1GDS_latency --plot-title '$(IFO)1 Calibration Latency vs Time'
 
+noise_subtraction_tf_DCS: $(IFO)1_hoft_DCS_frames.cache
+	python plot_transfer_function.py --gps-start-time $(PLOT_START) --gps-end-time $(PLOT_END) --ifo $(IFO)1 --numerator-frame-cache $(IFO)1_hoft_DCS_frames.cache --denominator-frame-cache $(IFO)1_hoft_DCS_frames.cache --numerator-channel-name DCS-CALIB_STRAIN_CLEAN --denominator-channel-name DCS-CALIB_STRAIN --magnitude-min 0.0 --magnitude-max 1.2 --phase-min -20.0 --phase-max 20.0 --plot-title 'Noise Subtraction Transfer Function'
+
 filters:
 	if [ -d Filters/$(OBSRUN)/GDSFilters ]; then \
 		svn up Filters/$(OBSRUN)/GDSFilters; \
-- 
GitLab