|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
imager.linearmosaic - Function
2.3.1 Make a linear mosaic of several images
Description
Make a linear mosaic of several images. Currently, the pointing center is not
specified in the image, so we specify the pointing center in terms of the row
numbers of the FIELD subtable.
Arguments
Inputs |
| ||
images |
| Input images to be mosaiced
| |
| allowed: | stringArray |
|
| Default: |
| |
mosaic |
| Output mosaic image
| |
| allowed: | string |
|
| Default: |
| |
fluxscale |
| Fluxscale image
| |
| allowed: | string |
|
| Default: |
| |
sensitivity |
| Sensitivity image
| |
| allowed: | string |
|
| Default: |
| |
fieldids |
| List of field ids that correspond each of the images,used
to center the PB of each image. (0-based list)
| |
| allowed: | intArray |
|
| Default: | 0 |
|
usedefaultvp |
| Use the default vp type?
| |
| allowed: | bool |
|
| Default: | true |
|
vptable |
| Voltage pattern table from the vpmanager for detailed
specification
| |
| allowed: | string |
|
| Default: |
|
|
async |
| Run asynchronously in the background
| |
| allowed: | bool |
|
| Default: | false |
|
bool
Example
im.linearmosaic(images=[’orion.1.cln’, ’orion.2.cln’, ’orion.4.cln’], mosaic=’orion.linmos’,
fluxscale=’orion.linmos.fluxscale’, fieldid=[1,2,4]);
__________________________________________________________________
More information about CASA may be found at the
CASA web page
Copyright © 2016 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