|
Alpha Release (October)
Executive summary: NLY (functionality mostly ported; UI/docs evaluatable shortly)
Functionality
-bash-3.00$ casapy
___________________________________________________________
Available tasks:
bandpass clean contsub correct
feather flagac fluxscale gaincal
importarchive importasdm importfits invert
listhistory listobs mosaic plotants
plotxy setjy split
Available tools:
ms (MS) mp (MS plot)
cb (calibrater) cp (cal plot)
tb (table) tp (table plot)
im (imager) af (autoflag)
me (measures) qa (quanta)
ia (image analysis)
pl (pylab functions)
___________________________________________________________________
Tasks: type 'help('task')', 'pdoc task' or 'task?' for help
Tools: type 'pdoc tool' or 'pdoc tool.function' for help
type 'tasklist' 'taskhelp' or 'toolhelp' for short help
___________________________________________________________________
Activating auto-logging. Current session state plus future input saved.
Filename : ./ipython.log
Mode : append
Output logging : False
Timestamping : False
State : active
CASA [1]:
Sample Help
Help on module contsub:
NAME
contsub
FILE
/aips++/framework/linux_rhe/python/2.4/contsub.py
FUNCTIONS
contsub(vis=False, fieldid=False, spwid=[], channels=[], solint=0.0, fitorder=0, fitmode='s
ubtract')
Continuum fitting and subtraction in the uv plane:
Keyword arguments:
vis -- Name of input visibility file (MS)
default:
Example Script: NGC 5921 reduction (task based)
importfits('ngc5921.ms','/aips++/data/nrao/VLA/ngc5921.fits')
flagautocorr('ngc5921.ms')
setjy('ngc5921.ms',fieldid=0)
gaincal('ngc5921.ms','ngc5921.gcal',mode='channel',nchan=55,start=2,msselect='FIELD_ID <= 1',
tau=0.0001,solint=0.,refant=14)
bandpass('ngc5921.ms','ngc5921.bcal',msselect='FIELD_ID==0',tau=0.0001,gaintable='ngc5921.gcal',refant=14)
fluxscale('ngc5921.ms',caltable='ngc5921.gcal',fluxtable='ngc5921.fluxscale',reference=['1331+30500002'],
transfer=['1445+09900002'])
correct('ngc5921.ms',msselect='FIELD_ID IN [1,2]',tau=0.0001,gaintable='ngc5921.fluxscale',
gainselect='FIELD_ID==1',bptable='ngc5921.bcal')
split('ngc5921.ms','ngc5921_cal.split.ms',fieldid=1,spwid=0,nchan=63,start=0,step=1,column='CORRECTED_DATA')
contsub('ngc5921.ms',fieldid=2,spwid=0,channels=range(4,7)+range(50,60),solutionint=0.0,mode='subtract')
split('ngc5921.ms','ngc5921_src.split.ms',fieldid=2,spwid=0,nchan=46,start=5,step=1,column='CORRECTED_DATA')
clean('ngc5921.ms','ngc5921_task','channel','hogbom',niter=6000,gain=0.1,threshold=8.,mask='',nchan=46,
start=0,step=1,fieldid=0,imsize=[256,256],cell=[15.,15.],weighting='briggs',rmode='norm',robust=0.5)
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu Copyright © 2006 Associated Universities Inc., Washington, D.C. This code is available under the terms of the GNU General Public Lincense Modified on Wednesday, 02-Sep-2009 08:40:43 MDT |