success perhaps

This commit is contained in:
caes 2017-07-05 14:12:09 -04:00
parent 8112c11c4f
commit 859f83f66a

View File

@ -20,7 +20,7 @@ if ($debug) { $verbose=1; }
# @ARGV[0] takes the echo wavelength for use in filename # @ARGV[0] takes the echo wavelength for use in filename
$echo_λ = @ARGV[0]; $echo_λ = @ARGV[0];
$ref_λ = "3465A"; $ref_λ = "1367A";
# This section locates the output data of interest in a # This section locates the output data of interest in a
# psdlab output file. # psdlab output file.
@ -186,7 +186,7 @@ close($datafile);
#open($datafile,'>',"tmp.echoPSD") or die $!; #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, say $datafile encode($charset,
sprintf("#freqmin freqmax psd ". sprintf("#freqmin freqmax psd ".
"psd error lag lag error " "psd error lag lag error "