This commit is contained in:
caes 2016-08-14 04:15:15 -04:00
parent 6aaec3e453
commit ae3a0e2f4b

View File

@ -65,7 +65,8 @@ foreach (@tophat_list) {
# proper output. # proper output.
my $φdiff = atan2($V,$U); my $φdiff = atan2($V,$U);
wcols $f,$φdiff,"analyses/tables/tophat_φdiff" wcols $f,$φdiff,"analyses/tables/tophat_φdiff";
my $offset = $φdiff/($_2π*$f); my $offset = $φdiff/($_2π*$f);
# Output frequency-domain time delay for given tophat # Output frequency-domain time delay for given tophat