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.done - Function Up: bimacalibrater - Tool Previous: bimacalibrater.type - Function


bimacalibrater.addtargets - Function



Package bima
Module bimacalibrater
Tool bimacalibrater


Add target sources


Synopsis
addtargets(mss, names)


Description

This function adds target sources to the list of targets.



Arguments

mss   Names of the target MSs
    Allowed: Vector of strings
    Default: None
names   Nicknames for the target MSs
    Allowed: Vector of strings
    Default: unset (will use the values supplied in the mss parameter


Returns
Boolean or fail


Example
- bc := bimacalibrater([,,'1733-130.ms',phcalnames='1733');
- bc.setjy();
T
- bc.setdata('1733',mode='channel');
T
- bc.setsolve('1733','G',60,refant=4,table='gcal');
T
- bc.solve()
T
- bc.addtargets('sgrb2.ms','sgrb2');
T





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