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.transfer - Function Up: bimacalibrater - Tool Previous: bimacalibrater.solve - Function


bimacalibrater.fit - Function



Package bima
Module bimacalibrater
Tool bimacalibrater


Interpolate gain solutions by fitting polynomials


Synopsis
fit(table)


Description

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.



Arguments

table   The calibration table for which solutions are to be interpolated
    Allowed: Table name
    Default: unset (uses the table specified in setsolve())


Returns
T or fail


Example
- 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





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