![]()
|
|||
|
|
|||
| NRAO Home > CASA > CasaRef |
|
||
2.2.1 Arrange to solve for calibration
Description
This function specifies the calibration component that will be solved for by the
solve function. Currently, only one type can be solved for at one time.
Each calibration component represents a separate calibration matrix correction included in the measurement equation. The different types correspond to different instrumental and atmospheric effects. Currently, the solvable calibration components are types ’G’,’T’,’B’, ’D’ and ’DF’, which are antenna-based, and, ’M’ and ’MF’, which are baseline-based. Arrange to pre-apply any existing calibration components (of types other than the solved-for one) using the setapply function.
The parameters are:
Pending improvements:
Arguments
| Inputs |
| ||
| type |
| Component type
| |
| allowed: | string |
|
| Default: | G T B D M MF |
|
| t |
| Solution interval (units optional)
| |
| allowed: | any |
|
| Default: | variant | |
| table |
| Output calibration table name
| |
| allowed: | string |
|
| Default: |
| |
| append |
| Append to existing table?
| |
| allowed: | bool | |
| Default: | false |
|
| preavg |
| Pre-averaging interval (in sec)
| |
| allowed: | double | |
| Default: | -1.0 |
|
| phaseonly |
| Solve only for phase?
| |
| allowed: | bool | |
| Default: | false |
|
| apmode |
| Solve for ’AP’, ’A’ (amp-only) or ’P’ (phase-only)
| |
| allowed: | string |
|
| Default: | AP | |
| refant |
| Reference antenna. Default is none.
| |
| allowed: | any |
|
| Default: | variant | |
| minblperant |
| Minimum number of baselines per ant for solving
| |
| allowed: | int |
|
| Default: | 4 |
|
| solnorm |
| Normalize solution after solve
| |
| allowed: | bool |
|
| Default: | false |
|
| minsnr |
| SNR threshold for accepting solutions
| |
| allowed: | float |
|
| Default: | 0.0 |
|
| combine |
| Data axes on which to combine solving (scan, spw,
and/or field)
| |
| allowed: | string |
|
| Default: |
|
|
| fillgaps |
| ||
| allowed: | int |
|
| Default: | 0 |
|
| cfcache |
| Name of the directory to be used for convolution
function disk cache. This is used when type=EP.
| |
| allowed: | string |
|
| Default: |
|
|
| painc |
| Parallactic Angle increment used to trigger computation
of a new convolution function. This is used when
type=EP. Default value implies that only one
convolution function will be computed for the entire
range of observation.
| |
| allowed: | float |
|
| Default: | 360.0 |
|
Example
In this example, analytic (non-solvable) parallactic angle corrections are pre-applied before G solutions are obtained on a timescale of 300 seconds. The resulting solutions are phase-referenced to antenna 3, and stored in a calibration table called ’gcal’.
In this example, the solve/apply state of the calibrater tool is reset and then the P and G corrections (from above) are applied before solving for D solutions on a diurnal timescale. Note that the data will be averaged only to 60 seconds before the solution. The resulting D solutions are stored in a table called ’dcal’.
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2008 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search
Updated daily during alpha development.