AIPS-to-CASA Cheat Sheet: Difference between revisions

From CASA Guides
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:


<tr><td>APROPOS </td><td> [[taskhelp]] </td><td> List tasks with a short description of their purposes </td></tr>
<tr><td>APROPOS </td><td> [[taskhelp]] </td><td> List tasks with a short description of their purposes </td></tr>
<tr><td>BLCAL </td><td> [[blcal]] </td><td> Calculate a baseline-based gain calibration solution </td></tr>
<tr><td>BLCAL </td><td> [[blcal]] </td><td> Calculate a baseline-based gain calibration solution </td></tr>
<tr><td>BLCHN </td><td> [[blcal]] </td><td> Calculate a baseline-based bandpass calibration solution </td></tr>
<tr><td>BLCHN </td><td> [[blcal]] </td><td> Calculate a baseline-based bandpass calibration solution </td></tr>
Line 26: Line 25:
<tr><td>GETJY </td><td> [[fluxscale]] </td><td> Determine flux densities for other cals </td></tr>
<tr><td>GETJY </td><td> [[fluxscale]] </td><td> Determine flux densities for other cals </td></tr>
<tr><td>GO  </td><td> go </td><td> Run a task </td></tr>
<tr><td>GO  </td><td> go </td><td> Run a task </td></tr>
<tr><td>HELP  </td><td> help </td><td> Display the help page for a task </td></tr>
<tr><td>HELP  </td><td> help </td><td> Display the help page for a task </td></tr>
<tr><td>IMAGR </td><td> [[clean]] </td><td> Image and deconvolve </td></tr>
<tr><td>IMAGR </td><td> [[clean]] </td><td> Image and deconvolve </td></tr>
<tr><td>IMFIT </td><td> [[imfit]] </td><td> Fit gaussian components to an image </td></tr>
<tr><td>IMFIT </td><td> [[imfit]] </td><td> Fit gaussian components to an image </td></tr>
Line 60: Line 57:
<tr><td>TVFLG </td><td> [[viewer]] </td><td> Flag raster image of time v. baseline </td></tr>
<tr><td>TVFLG </td><td> [[viewer]] </td><td> Flag raster image of time v. baseline </td></tr>
<tr><td>UCAT </td><td> ls </td><td> List ''u-v'' data files </td></tr>
<tr><td>UCAT </td><td> ls </td><td> List ''u-v'' data files </td></tr>
<tr><td>UVFIX </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu16.html#x19-180000.1.16 fixvis] </td><td> Compute ''u'', ''v'', and ''w'' coordinates </td></tr>
<tr><td>UVFLG </td><td> [[flagdata]] </td><td> Flag data </td></tr>
<tr><td>UVFLG </td><td> [[flagdata]] </td><td> Flag data </td></tr>
<tr><td>UVLIN </td><td> [[uvcontsub]] </td><td> Subtract continuum from ''u-v'' data</td></tr>
<tr><td>UVLIN </td><td> [[uvcontsub]] </td><td> Subtract continuum from ''u-v'' data</td></tr>

Revision as of 13:06, 5 March 2010

Getting Started

For AIPS users who are learning CASA, it is intuitive to think about equivalent tasks between the two software packages. Below are some AIPS-to-CASA equivalent tasks; note that there is not always a one-to-one transformation between the two packages.


AIPSCASA Purpose
APROPOS taskhelp List tasks with a short description of their purposes
BLCAL blcal Calculate a baseline-based gain calibration solution
BLCHN blcal Calculate a baseline-based bandpass calibration solution
BPASS bandpass Calibrate bandpasses
CALIB gaincal Calibrate gains (amplitudes and phases)
CLCAL applycal Apply calibration to data
COMB immath Combine images
CPASS cpass Calibrate bandpasses by polynomial fitting
DBCON concat Concatenate u-v datasets
DEFAULT default Load a task with default parameters
FILLM importvla Import old-format VLA data
FITLD importuvfits Import a u-v dataset which is in FITS format
FITLD importfits Import an image which is in FITS format
FITTP exportuvfits Write a u-v dataset to FITS format
FITTP exportfits Write an image to FITS format
FRING --- Calibrate group delays and phase rates.
GETJY fluxscale Determine flux densities for other cals
GO go Run a task
HELP help Display the help page for a task
IMAGR clean Image and deconvolve
IMFIT imfit Fit gaussian components to an image
IMHEAD vishead View header for u-v data
IMHEAD imhead View header for an image
IMLIN imcontsub Subtract continuum in image plane
IMLOD importfits Import a FITS image
IMSTAT imstat Measure statistics on an image
INP inp View task parameters
JMFIT imfit Fit gaussian components to an image
LISTR listobs Print basic data
MCAT ls List image data files
MOMNT immoments Compute moments from an image
OHGEO imregrid Regrids an image onto another image's geometry
PBCOR immath Correct an image for the primary beam
PCAL polcal Calibrate polarization
POSSM plotcal Plot bandpass calibration tables
POSSM plotms Plot spectra
PRTAN listobs Print antenna locations
PRTAN plotants Plot antenna locations
QUACK flagdata Remove first integrations from scans
RENAME mv Rename an image or dataset
SETJY setjy Set flux densities for flux cals
SMOTH imsmooth Smooth an image
SNPLT plotcal Plot gain calibration tables
SPFLG viewer Flag raster image of time v. channel
SPLIT split Write out u-v files for individual sources
TASK inp Load a task with current parameters
TGET tget Load a task with parameters last used for that task
TVALL viewer Display image
TVFLG viewer Flag raster image of time v. baseline
UCAT ls List u-v data files
UVFIX fixvis Compute u, v, and w coordinates
UVFLG flagdata Flag data
UVLIN uvcontsub Subtract continuum from u-v data
UVLSF uvcontsub Subtract continuum from u-v data
UVPLT plotms Plot u-v data
UVSUB uvsub Subtracts model u-v data from corrected u-v data
WIPER plotms Plot and flag u-v data
ZAP rmtables Delete data files


CASAguides

--Laura Chomiuk 20:32, 10 February 2010 (UTC)