Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | synthesis | |
Module | imager | |
Tool | imager |
Make a linear mosaic of several images
Synopsis
linearmosaic(images, mosaic, fluxscale, sensitivity, fieldids, 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
in
Input images to be mosaiced
Allowed:
Vector of strings
mosaic
in
Output mosaic image
Allowed:
Image
fluxscale
in
Fluxscale image
Allowed:
Image
sensitivity
in
Sensitivity image
Allowed:
Image
fieldids
in
output component list after PB has been applied [optional]
Allowed:
Vector of Ints
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: imager.make - Function
Up: imager - Tool
Previous: imager.ft - 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