Skip to content

Commit 4a2ecd8

Browse files
committed
Fix polcal arguments
1 parent 581f586 commit 4a2ecd8

File tree

1 file changed

+2
-56
lines changed

1 file changed

+2
-56
lines changed

cultcargo/casa/polcal.yml

+2-56
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,15 @@ cabs:
5858
combine:
5959
info: Data axes which to combine for solve. Options ‘’,’obs’,’scan’,’spw’,field’, or any comma-separated combination in a single string
6060
dtype: str
61-
default: ''
61+
default: 'obs, scan'
6262
preavg:
6363
info: Pre-averaging interval (sec)
6464
dtype: float
65-
default: -1.0
65+
default: 300.0
6666
refant:
6767
info: Reference antenna. You may use any antenna that is working for the whole duration of the observation.
6868
dtype: str
6969
required: true
70-
refantmode:
71-
info: Reference antenna mode
72-
dtype: str
73-
default: 'flex'
7470
minblperant:
7571
info: Minimum number of baselines required per antenna for each solve
7672
dtype: int
@@ -79,56 +75,10 @@ cabs:
7975
info: Reject solutions below this SNR
8076
dtype: float
8177
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
11678
append:
11779
info: Append solutions to the (existing) table
11880
dtype: bool
11981
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
13282
docallib:
13383
info: Control means of specifying the caltables
13484
dtype: bool
@@ -149,7 +99,3 @@ cabs:
14999
info: Spectral window mappings to form for gaintable(s)
150100
dtype: List[int]
151101
default: []
152-
parang:
153-
info: Apply parallactic angle correction
154-
dtype: bool
155-
default: false

0 commit comments

Comments
 (0)