Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | bima | |
Module | bimacalibrater | |
Tool | bimacalibrater |
The fit() function creates a gainpolyfitter tool which allows the user to interpolate calibration solutions by fitting polynomials to them. This function lauches the GUI and then returns, which means you must be sure to complete the fits you want before proceeding to the next calibration step.
table | The calibration table for which solutions are to be interpolated | ||
Allowed: | Table name | ||
Default: | unset (uses the table specified in setsolve()) |
- 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.fit() T