mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 20:35:07 +00:00
working on more plots, made new root plot folder
This commit is contained in:
parent
72445e89c1
commit
81ec59a447
@ -1,5 +1,5 @@
|
||||
1
|
||||
data/calibration/lc_drive_1.dat 0
|
||||
data/calibration/lc_drive_2.dat 0
|
||||
8 0.005 0.019 0.0425 0.07 0.11 0.17 0.24 0.4 0.603
|
||||
0
|
||||
10 10 10 0.49 2.6 2.0 2.3 1.2 0.25 0.13 0.19 2.39 0.18 0.032 0.1 -3.1 0.055 0.0045 0.01 -1.9 0.028 0.0028 0.01 -1.3 0.015 0.0026 0.07 0 0.010 0.0019 0.053 0.63
|
||||
|
@ -4,11 +4,11 @@
|
||||
# plot 'file' using 1:2:(sqrt($1)) with xerrorbars
|
||||
# plot 'file' using 1:2:($1-$3):($1+$3):4:5 with xyerrorbars
|
||||
|
||||
plot 'tmp.sourcePSD' using 1:2:3:4 with xyerrorbars
|
||||
#plot 'tmp.reprocPSD' using 1:2:3:4 with xyerrorbars
|
||||
#plot 'tmp.ccPSD' using 1:2:3:4 with xyerrorbars
|
||||
plot 'tmp.sourcePSD' using 1:($2+2):3:4 with xyerrorbars, \
|
||||
'tmp.reprocPSD' using 1:($2+2):3:4 with xyerrorbars, \
|
||||
'tmp.ccPSD' using 1:($2+2):3:4 with xyerrorbars
|
||||
#plot 'tmp.timelag' using 1:2:3:4 with xyerrorbars
|
||||
set logscale xy
|
||||
set logscale x
|
||||
set xrange [0.005:0.603]
|
||||
# set yrange [:1]
|
||||
# (x, y, ydelta),
|
Loading…
Reference in New Issue
Block a user