![]()
|
|||
|
|
|||
| NRAO Home > CASA > CasaRef |
|
||
2.3.1 Set some general options for subsequent processing
Description
This function is for setting different gridding and memory options
Arguments
| Inputs |
| ||
| ftmachine |
| Fourier transform machine | |
| allowed: | string |
|
| Default: | ft sd both wfmemoryft wproject mosaic ft |
|
| cache |
| Size of gridding cache in complex pixels; default use half
the memory available on computer
| |
| allowed: | int | |
| Default: | -1 |
|
| tile |
| Size of a gridding tile in pixels (in 1 dimension)
| |
| allowed: | int | |
| Default: | 16 |
|
| gridfunction |
| Gridding function
| |
| allowed: | string |
|
| Default: | SF BOX PB SF | |
| location |
| Location used in phase rotations
| |
| allowed: | any |
|
| Default: | variant |
|
| padding |
| Padding factor in image plane (¿=1.0)
| |
| allowed: | double | |
| Default: | 1.0 |
|
| freqinterp |
| interpolation mode in frequency;options:- nearest,
linear, cubic, spline
| |
| allowed: | string |
|
| Default: | nearest | |
| wprojplanes |
| No of gridding convolution functions used in wproject-ft
machine | |
| allowed: | int |
|
| Default: | 1 | |
| epjtablename |
| E-Jones table name. This is used if applypointingoffsets
is set to True.
| |
| allowed: | string |
|
| Default: |
|
|
| applypointingoffsets |
| Apply pointing offset corrections during deconvolution.
| |
| allowed: | bool |
|
| Default: | false |
|
| dopbgriddingcorrections |
| Correct for PB gridding before prediction of visibilities.
This should be True when doing deconvolution. This
should be False when predicting visibilities for model sky
with no primary beam attenuation in the model.
| |
| allowed: | bool |
|
| Default: | true |
|
| cfcachedirname |
| Directory where convolution functions are to be (or are
being ) cached on the disk.
| |
| allowed: | string |
|
| Default: |
|
|
| pastep |
| The number of steps in Parallactic Angle used to
compute the average power pattern. Since a linear
interpolation is used to interpolate convolution functions
during gridding, this can be different from PA increment
to compute new convolution functions. This parameter
is however not used yet.
| |
| allowed: | double |
|
| Default: | 1.0 |
|
| pblimit |
| Primary beam limit when using PBWProjection
| |
| allowed: | double |
|
| Default: | 0.05 |
|
Example
The above example is to tell imager to use memory to fit 10000000 complex numbers and tile the image with tiles of 32 pixels on a side. Also it tells imager to use a box function as gridding function. The location parameter will make imager overide the position of the telescope to use (the default is the one it gets from the ms).
In the above example we are making a mosaic using the fields 2,3,4,5,6,8,9,10,11,12 and we use the mosaic ftmachine. This uses the primary beam of the telescope as the gridding function.
In the above example we are using the Wprojection algorithm for 3-D imaging. We are using 512 gridding functions. Sometimes if there is a memory issue (very large images and many griding functions) we suggest the use of facetting of the image with wprojection. So the example above would be something like below. Note that when using facets only the wfclark and wfhogbom can be used for now. Note on how an outlier field (or flanking) field is set on an interfering source outside of the field of interest.
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.