Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: bimacalibrater.getsourcenames - Function Up: bimacalibrater - Tool Previous: bimacalibrater - Tool


bimacalibrater - Constructor



Package bima
Module bimacalibrater
Tool bimacalibrater


Construct a bimacalibrater tool from a set of MeasurementSets


Synopsis
bimacalibrater(targets, phcals, pbcals, fcals, targetnames, phcalnames, fcalnames, pbcalnames)


Description
Create a bimacalibrater tool.



Arguments

targets   Target source measurement set names
    Allowed: Vector of strings
    Default: ' '
phcals   Phase calibrator measurement set names
    Allowed: Vector of strings
    Default: ' '
pbcals   Passband calibrator measurement set names
    Allowed: Vector of strings
    Default: ' '
fcals   Flux density calibrator measurement set names
    Allowed: Vector of strings
    Default: ' '
targetnames   Target source nicknames
    Allowed: Vector of strings
    Default: unset (will set to targets)
phcalnames   Phase calibrator nicknames
    Allowed: Vector of strings
    Default: unset (will set to phcals)
fcalnames   Flux density calibrator nicknames
    Allowed: Vector of strings
    Default: unset (will set to fcals)
pbcalnames   Passband calibrator nicknames
    Allowed: Vector of strings
    Default: unset (will set to pbcals)


Returns
bimacalibrater tool


Example
# the '+' is printed by glish, not typed by you
- bc := bimacalibrater(['sgrb2.ms','sgra.ms'],
+ '1733-130.ms',targetnames=['sgrb','sgra'],phcalnames='1733');





next up previous contents index
Next: bimacalibrater.getsourcenames - Function Up: bimacalibrater - Tool Previous: bimacalibrater - Tool   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-08-01