Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimacalibrater | |
Tool | bimacalibrater |
This function is a wrapper around the calibrater tool's correct() function. It applies existing calibration data to the specified measurement sets, with initial table names and interpolation intervals set by the setapply function.
sources | Nicknames of sources on which to run calibrater.correct() | ||
Allowed: | Vector of strings (nicknames or roles of sources) | ||
Default: | 'targets' |
- bc := bimacalibrater(['sgrb2.ms','sgra.ms'], + '1733-130.ms',targetnames=['sgrb','sgra'],phcalnames='1733'); - bc.setjy(fluxdensity=[5,0,0,0]); T - bc.setdata('1733',mode='channel'); T - bc.setsolve('1733','G',60,refant=4,table='gcal'); T - bc.solve() T - bc.transfer('gcal.xfer','gcal',[1,2,1,1,1,1,2,2,2,2],'sgrb'); T - bc.solve('sgrb','G',0,'gcal.xfer'); T # bc.correct() is equivalent to the next line - bc.correct('sgrb'); T