nraonrao
 
NRAO Home > CASA > CasaRef
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

output component list after PB has been applied [optional]

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

Returns
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]);

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.