mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-24 12:35:06 +00:00
adding script to make publication plots
This commit is contained in:
parent
9453dc0873
commit
1efb36c90e
@ -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
5
plot.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# This metascript uses the available plotting scripts to produce a list of
|
||||||
|
# document-rady plots.
|
||||||
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user