mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 07:15:07 +00:00
fix typo
This commit is contained in:
parent
6aaec3e453
commit
ae3a0e2f4b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user