From b427a13f60ab6366b56e49576f9769de4e874f27 Mon Sep 17 00:00:00 2001 From: caes Date: Sun, 24 Jul 2016 20:48:12 -0400 Subject: [PATCH] cleaning --- plots_playground/psd_freq.gp | 20 -------------------- plots_playground/psd_tmp.gp | 27 --------------------------- plots_playground/timelag_freq.gp | 10 ---------- plots_playground/timelag_tmp.gp | 19 ------------------- 4 files changed, 76 deletions(-) delete mode 100644 plots_playground/psd_freq.gp delete mode 100644 plots_playground/psd_tmp.gp delete mode 100644 plots_playground/timelag_freq.gp delete mode 100644 plots_playground/timelag_tmp.gp diff --git a/plots_playground/psd_freq.gp b/plots_playground/psd_freq.gp deleted file mode 100644 index d0fed30..0000000 --- a/plots_playground/psd_freq.gp +++ /dev/null @@ -1,20 +0,0 @@ - - - -# This method assumes data is in logarithm units already. - -plot 'tables/PSD_lcdrive.dat' using 1:(10**($2+2)):3:4 with xyerrorbars, \ -'tables/PSD_lc1.dat' using 1:(10**($2+2)):3:4 with xyerrorbars, \ -'tables/PSD_lc2.dat' using 1:(10**($2+2)):3:4 with xyerrorbars -#plot 'tmp.timelag' using 1:2:3:4 with xyerrorbars -set logscale xy -set xrange [0.005:0.603] -set yrange [0.0005:100] -# set yrange [:1] -# (x, y, ydelta), -# (x, y, ylow, yhigh), -# (x, y, xdelta), -# (x, y, xlow, xhigh), -# (x, y, xdelta, ydelta), or -# (x, y, xlow, xhigh, ylow, yhigh). - pause -1 diff --git a/plots_playground/psd_tmp.gp b/plots_playground/psd_tmp.gp deleted file mode 100644 index de25dc6..0000000 --- a/plots_playground/psd_tmp.gp +++ /dev/null @@ -1,27 +0,0 @@ - - -# plot 'file' with errorbars -# plot 'file' using 1:2:(sqrt($1)) with xerrorbars -# plot 'file' using 1:2:($1-$3):($1+$3):4:5 with xyerrorbars -set terminal png -set output "tmp.png" - -set title "Yo" -set xlabel "Temporal Frequency [1/days]" -set ylabel "log_{10} PSD" -set logscale x -set xrange [0.005:0.603] -set yrange [-5.5:0.5] - -plot 'tmp.sourcePSD' using 1:($2):3:4 with xyerrorbars title "Driving Emission", \ -'tmp.reprocPSD' using 1:($2):3:4 with xyerrorbars title "Reprocessed Emission", -#'tmp.ccPSD' using 1:($2):3:4 with xyerrorbars -#plot 'tmp.timelag' using 1:2:3:4 with xyerrorbars -# set yrange [:1] -# (x, y, ydelta), -# (x, y, ylow, yhigh), -# (x, y, xdelta), -# (x, y, xlow, xhigh), -# (x, y, xdelta, ydelta), or -# (x, y, xlow, xhigh, ylow, yhigh). - pause -1 diff --git a/plots_playground/timelag_freq.gp b/plots_playground/timelag_freq.gp deleted file mode 100644 index 332e565..0000000 --- a/plots_playground/timelag_freq.gp +++ /dev/null @@ -1,10 +0,0 @@ -set terminal png -set termoption dash - - -plot 'tables/timelag_lc1.dat' using 1:2:3:4 with xyerrorbars, \ -'tables/timelag_lc2.dat' using 1:2:3:4 with xyerrorbars -set logscale x -set xrange [0.005:0.603] -set arrow from 0.005,0 to 0.603,0 nohead lt 3 lc rgb 'black' -pause -1 diff --git a/plots_playground/timelag_tmp.gp b/plots_playground/timelag_tmp.gp deleted file mode 100644 index 82e904c..0000000 --- a/plots_playground/timelag_tmp.gp +++ /dev/null @@ -1,19 +0,0 @@ - - -# plot 'file' with errorbars -# plot 'file' using 1:2:(sqrt($1)) with xerrorbars -# plot 'file' using 1:2:($1-$3):($1+$3):4:5 with xyerrorbars - -plot 'tmp.timelag' using 1:2:3:4 with xyerrorbars -#plot 'tmp.timelag' using 1:2:3:4 with xyerrorbars -set logscale x -set xrange [0.005:0.603] -set arrow from 0.005,0 to 0.603,0 nohead lt 3 lc rgb 'black' -# set yrange [:1] -# (x, y, ydelta), -# (x, y, ylow, yhigh), -# (x, y, xdelta), -# (x, y, xlow, xhigh), -# (x, y, xdelta, ydelta), or -# (x, y, xlow, xhigh, ylow, yhigh). - pause -1