mirror of
https://asciireactor.com/otho/clag-agn.git
synced 2024-11-21 22:45:06 +00:00
success perhaps
This commit is contained in:
parent
8112c11c4f
commit
859f83f66a
@ -20,7 +20,7 @@ if ($debug) { $verbose=1; }
|
||||
|
||||
# @ARGV[0] takes the echo wavelength for use in filename
|
||||
$echo_λ = @ARGV[0];
|
||||
$ref_λ = "3465A";
|
||||
$ref_λ = "1367A";
|
||||
|
||||
# This section locates the output data of interest in a
|
||||
# psdlab output file.
|
||||
@ -186,7 +186,7 @@ close($datafile);
|
||||
#open($datafile,'>',"tmp.echoPSD") or die $!;
|
||||
|
||||
|
||||
open($datafile,'>',"data/tables/cackett_psdlag_" . $echo_λ . ".tab") or die $!;
|
||||
open($datafile,'>',"data/tables/cackett_" . $echo_λ . ".tab") or die $!;
|
||||
say $datafile encode($charset,
|
||||
sprintf("#freqmin freqmax psd ".
|
||||
"psd error lag lag error "
|
||||
|
Loading…
Reference in New Issue
Block a user