-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmake_calibrator_plots.losoto_parset
74 lines (65 loc) · 1.36 KB
/
make_calibrator_plots.losoto_parset
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Losoto parset for making calibrator diagnostic plots from the output h5parm
# of the calibrator or target pipeline
#
# Run with, e.g.:
#
# $ losoto L672089_global_cal_solutions.h5 make_calibrator_plots.losoto_parset
#
#
# Note: steps that are not applicable to the input h5parm will be skipped automatically
# Set the reference station
refAnt = CS001HBA0
[plotAlign]
axisDiff = pol
plotFlag = True
axesInPlot = [time,freq]
prefix = polalign
soltab = calibrator/polalign
minmax = [-3.14,3.14]
axisInTable = ant
operation = PLOT
[plotFR]
axisInTable = ant
operation = PLOT
prefix = fr
soltab = calibrator/faraday
axesInPlot = [time]
[plotB1]
plotFlag = True
axesInPlot = [time,freq]
prefix = bandpass_
soltab = calibrator/bandpass
axisInTable = ant
operation = PLOT
[plotB2]
time.minmaxstep = [0,1e20,500000]
plotFlag = True
axisInCol = pol
axesInPlot = freq
prefix = bandpass_
soltab = calibrator/bandpass
axisInTable = ant
operation = PLOT
[plotB3]
time.minmaxstep = [0,1e20,500000]
plotFlag = True
axisInCol = ant
axesInPlot = freq
prefix = bandpass_
soltab = calibrator/bandpass
operation = PLOT
[plotClock]
plotFlag = False
axesInPlot = [time]
prefix = clock
soltab = calibrator/clock
axisInTable = ant
operation = PLOT
[plotPhase]
operation = PLOT
soltab = calibrator/phaseOrig
axesInPlot = [time,freq]
axisInTable = ant
plotFlag = True
prefix = ph_
minmax = [-3.14,3.14]