GjincBeam

From CASA Guides
Revision as of 14:37, 27 June 2013 by Thunter (talk | contribs) (Created page with "'''Return to Analysis Utilities''' This page documents the gjincBeam function of the Python module analysisUtils. This function calls the gjinc cl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Return to Analysis Utilities

This page documents the gjincBeam function of the Python module analysisUtils.

This function calls the gjinc class to compute the effective restoring beam obtained from the casa command sd_imaging when using the GJINC gridding kernel assuming the GJINC specific parameters are left at their default values. It returns the value in arc seconds.

   frequency: floating point number in GHz (no units)
   pixelsize: floating point number in arcseconds (no units)
   diameter: the diameter of the single dish antenna in meters (no units)
   samplingFactor: the number of sampled points per telescope FWHM 
# In CASA
import analysisUtils as au
au.gjincBeam(115, pixelsize=10, diameter=12.0, samplingFactor=2.5)