Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | qimager | |
Tool | qimager |
Make a linear mosaic of several images
Synopsis
linearmosaic(images, mosaic, fluxscale, sensitivity, fieldids, usedefaultvp, vptable, async)
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
images
Input images to be mosaiced
Allowed:
Vector of strings
mosaic
Output mosaic image
Allowed:
Image
fluxscale
Fluxscale image
Allowed:
Image
sensitivity
Sensitivity image
Allowed:
Image
fieldids
output component list after PB has been applied [optional]
Allowed:
Vector of Ints
usedefaultvp
Use the default vp type?
Allowed:
Bool
Default:
T
vptable
Voltage pattern table from the vpmanager for detailed specification
Allowed:
Table
async
Run asynchronously in the background
Allowed:
Bool
Default:
!dowait
Returns
Bool
Example
imgr.linearmosaic(images=['orion.1.cln', 'orion.2.cln', 'orion.4.cln'], mosaic='orion.linmos',
fluxscale='orion.linmos.fluxscale', fieldid=[1,2,4]);
Next: qimager.predict - Function
Up: qimager - Tool
Previous: qimager.pb - Function
  Contents
  Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15