@@ -58,19 +58,15 @@ cabs:
58
58
combine :
59
59
info : Data axes which to combine for solve. Options ‘’,’obs’,’scan’,’spw’,field’, or any comma-separated combination in a single string
60
60
dtype : str
61
- default : ' '
61
+ default : ' obs, scan '
62
62
preavg :
63
63
info : Pre-averaging interval (sec)
64
64
dtype : float
65
- default : -1 .0
65
+ default : 300 .0
66
66
refant :
67
67
info : Reference antenna. You may use any antenna that is working for the whole duration of the observation.
68
68
dtype : str
69
69
required : true
70
- refantmode :
71
- info : Reference antenna mode
72
- dtype : str
73
- default : ' flex'
74
70
minblperant :
75
71
info : Minimum number of baselines required per antenna for each solve
76
72
dtype : int
@@ -79,56 +75,10 @@ cabs:
79
75
info : Reject solutions below this SNR
80
76
dtype : float
81
77
default : 3.0
82
- solnorm :
83
- info : Normalize (squared) solution amplitudes (G, T only)
84
- dtype : bool
85
- default : false
86
- normtype :
87
- info : Solution normalization calculation type
88
- dtype : str
89
- choices : [mean, median]
90
- default : mean
91
- gaintype :
92
- info : Type of gain solution (G,T,GSPLINE,K,KCROSS)
93
- dtype : str
94
- choices : [G,T,GSPLINE,K,KCROSS]
95
- default : G
96
- # smodel:
97
- # info: Point source Stokes parameters for source model (experimental).
98
- calmode :
99
- info : Type of solution” ('ap', 'p', 'a')
100
- dtype : str
101
- choices : [ap, p, a]
102
- default : ap
103
- solmode :
104
- info : Robust solving mode Options ‘’, ‘L1’, ‘R’, ‘L1R’
105
- dtype : str
106
- choices : [ '', L1, R, L1R ]
107
- default : ' '
108
- rmsthresh :
109
- info : RMS Threshold sequence. Subparameter of solmode=’R’ or ‘L1R’
110
- dtype : List[float]
111
- default : []
112
- corrdepflags :
113
- info : See CASA docs
114
- dtype : bool
115
- default : false
116
78
append :
117
79
info : Append solutions to the (existing) table
118
80
dtype : bool
119
81
default : false
120
- splinetime :
121
- info : Spline timescale(sec); All spw's are first averaged. Subparameter of gaintype=’GSPLINE’
122
- dtype : float
123
- default : 3600.0
124
- npointaver :
125
- info : Tune phase-wrapping algorithm.
126
- dtype : int
127
- default : 3
128
- phasewrap :
129
- info : Wrap the phase for jumps greater than this value (degrees)
130
- dtype : float
131
- default : 180.0
132
82
docallib :
133
83
info : Control means of specifying the caltables
134
84
dtype : bool
149
99
info : Spectral window mappings to form for gaintable(s)
150
100
dtype : List[int]
151
101
default : []
152
- parang :
153
- info : Apply parallactic angle correction
154
- dtype : bool
155
- default : false
0 commit comments