From 85d6a15dd96efe7f7e657c88655fe163c408566c Mon Sep 17 00:00:00 2001 From: caes Date: Sun, 14 Aug 2016 04:44:48 -0400 Subject: [PATCH] =?UTF-8?q?added=20tabl=20for=20=CF=86=20values#=20Please?= =?UTF-8?q?=20enter=20the=20commit=20message=20for=20your=20changes.=20Lin?= =?UTF-8?q?es=20starting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/tophat_fft.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tophat_fft.pl b/scripts/tophat_fft.pl index 5f30ff2..4881bcf 100755 --- a/scripts/tophat_fft.pl +++ b/scripts/tophat_fft.pl @@ -65,7 +65,7 @@ foreach (@tophat_list) { # proper output. my $φdiff = atan2($V,$U); - wcols $f,$φdiff,"analyses/tables/tophat_φdiff"; + wcols $f,$φdiff,"analyses/tables/tophat_φdiff${tophat_count}.tab"; my $offset = $φdiff/($_2π*$f);