Changeset 1871 for trunk/doc/source/developer
- Timestamp:
- 08/12/10 15:23:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/source/developer/scantable.rst
r1858 r1871 237 237 * **FORMATTEDNAME** - *String()* 238 238 239 FOCUS 240 ----- 241 242 """""""" 243 Keywords 244 """""""" 245 246 * **PARALLACTIFY** - *Bool=False* 247 248 indicates whether the observation was parallactified i.e. observed in such 249 a way that the sum of the phases is zero. 250 251 """"""" 252 Columns 253 """"""" 254 255 * **PARANGLE** - *Float* 256 257 the parallacticle angle of the observation 258 259 * **ROTATION** - *Float* 260 261 feed rotation 262 263 * **AXIS** - *Float* 264 265 ? ask Mark Calabretta 266 267 * **TAN** - *Float* 268 269 ? ask Mark Calabretta 270 271 * **HAND** - *Float* 272 273 the sign of the polarisation i.e. 1 for XY and '-1' for YX 274 275 * **USERANGLE** - *Float* 276 277 A user definable phase correction term 278 279 * **MOUNT** - *Float* 280 281 ? ask Jim Caswell 282 283 * **XYOFFSET** - *Float* 284 285 ? ask Jim Caswell 286 287 * **XYPHASEOFFSET** - *Float* 288 289 ? ask Jim Caswell 290 239 291 .. todo:: add all sub-table descriptions 240 292 … … 248 300 MeasurementSets are specifically designed for synthesis data. As such one of the 249 301 main dfferences between the Scantable and a MS is how spectra are stored. 250 An MS usually stores those in an n_pol x n_channel complex matrix whereas the 251 Scantable stores each polarisation seperately. In case of polarimetry data the 252 (complex) cross-polarisation is serialised into real and imaginary parts, e.g. a 253 total of four rows would descibe one polarisation. 302 An MS stores those in an n_pol x n_channel complex matrix (DATA column) and/or 303 a n_pol x n_channel float matrix (FLOAT_DATA column) whereas the Scantable 304 stores each polarisation seperately. In case of polarimetry data the (complex) 305 cross-polarisation is serialised into real and imaginary parts, e.g. a total of 306 four rows would describe one polarisation.
Note:
See TracChangeset
for help on using the changeset viewer.