adding script to make publication plots

This commit is contained in:
caes 2016-08-05 23:08:36 -04:00
parent 9453dc0873
commit 1efb36c90e
3 changed files with 12 additions and 1 deletions

View File

@ -1,2 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# This script is meant to encapsulate all functions in proper order to produce
# the analyses. Parameters that this script should control: Δt, σ type, input
# dataset(lightcurve directory), more?

5
plot.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# This metascript uses the available plotting scripts to produce a list of
# document-rady plots.

View File

@ -21,3 +21,6 @@ for (my $k=0; $k<$N; $k++) {
my $other_fft = $fft->clone($other_series); my $other_fft = $fft->clone($other_series);
my $other_coeff = $other_fft->rdft(); my $other_coeff = $other_fft->rdft();
my $correlation = $fft->correl($other_fft); my $correlation = $fft->correl($other_fft);
sub top_hat