You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info: Input format, for ASCII or BBS tables. For BBS tables, the default format is specified in the file header.
36
47
dtype: str
37
48
append-format:
49
+
info: Append model format
38
50
dtype: str
39
51
output-format:
52
+
info: Output model format
40
53
dtype: str
41
54
app-to-int:
55
+
info: Treat fluxes as apparent, and rescale them into intrinsic using the supplied primary beam model (see --primary-beam option).
42
56
dtype: bool
43
57
int-to-app:
58
+
info: Treat fluxes as intrinsic, and rescale them into apparent using the supplied primary beam model (see --primary-beam option).
44
59
dtype: bool
45
60
primary-beam:
61
+
info: "Apply a primary beam expression to estimate apparent fluxes. Any valid Python expression using the variables 'r' and 'fq' is accepted. Use 'refresh' to re-estimate fluxes using the current expression. Example (for the WSRT-like 25m dish PB): cos(min(65*fq*1e-9*r,1.0881))**6"
46
62
dtype: str
47
63
fits-l-axis:
64
+
info: CTYPE for L axis in the FITS PB file. Note that our internal L points East (increasing RA), if the FITS beam axis points the opposite way, prefix the CTYPE with a '-'' character
48
65
dtype: str
49
66
default: X
50
67
fits-m-axis:
68
+
info: CTYPE for M axis in the FITS PB file. Note that our internal M points North (increasing Dec), if the FITS beam axis points the opposite way, prefix the CTYPE with a '-'' character
51
69
dtype: str
52
70
default: Y
53
71
beam-clip:
72
+
info: when using a FITS beam, clip (power) beam gains at this level to keep intrinsic source fluxes from blowing up. Sources below this beamgain will be tagged 'nobeam'.
54
73
dtype: float
55
74
default: 0.001
56
75
beam-spi:
76
+
info: perform a spectral index fit to each source based on a frequency dependent FITS beam, requires --primary-beam option to be used with a FITS file. Apply this spectral index to LSM sources. Must supply a bandwidth (in MHz) (centred on --beam-freq) over which the beam spi is estimated.
57
77
dtype: float
58
78
beam-diag:
79
+
info: Use diagonal Jones terms only for beam mode
59
80
dtype: bool
60
81
pa-from-ms:
61
-
dtype: MS
82
+
info: Rotate the primary beam pattern through a range of parallactic angles as given by the MS and field ID (default 0) and take the average over time. This is more accurate than --pa-range.
83
+
dtype: str
84
+
metavar: "MS1[:FIELD1],MS2:[FIELD2],..."
62
85
pa:
86
+
info: Rotate the primary beam pattern through a parallactic angle (in degrees)
63
87
dtype: float
64
88
pa-range:
89
+
info: Rotate the primary beam pattern through a range of parallactic angles (in degrees) and use the average value over PA
65
90
dtype: str
66
91
linear-pol:
92
+
info: Use XY basis correlations for beam filenames and Mueller matrices. Default is RL
67
93
dtype: bool
68
-
default: yes
69
94
center:
95
+
info: Override coordinates of the nominal field center specified in the input model.
0 commit comments