AIPS-to-CASA Cheat Sheet: Difference between revisions
From CASA Guides
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
<tr><td>GETJY </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu20.html#x23-220000.1.20 fluxscale] </td><td> Determine flux densities for other cals </td></tr> | <tr><td>GETJY </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu20.html#x23-220000.1.20 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>IMAGR </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu6.html#x9-80000.1.6 clean] </td><td> Image and deconvolve </td></tr> | |||
<tr><td>IMFIT </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu26.html#x29-280000.1.26 imfit] </td><td> Fit gaussian components to an image </td></tr> | |||
<tr><td>IMHEAD </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu79.html#x82-810000.1.79 vishead] </td><td> View header for uv data </td></tr> | |||
<tr><td>IMHEAD </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu27.html#x30-290000.1.27 imhead] </td><td> View header for an image </td></tr> | |||
<tr><td>IMLIN </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu25.html#x28-270000.1.25 imcontsub] </td><td> Subtract continuum in image plane </td></tr> | |||
<tr><td>IMLOD </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu31.html#x34-330000.1.31 importfits] </td><td> Import a FITS image </td></tr> | |||
<tr><td>IMSTAT </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu36.html#x39-380000.1.36 imstat] </td><td> Measure statistics on an image </td></tr> | |||
<tr><td>INP </td><td> inp </td><td> View task parameters </td></tr> | |||
<tr><td>JMFIT </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu26.html#x29-280000.1.26 imfit] </td><td> Fit gaussian components to an image </td></tr> | |||
<tr><td>LISTR </td><td> LISTOBS </td><td> Print basic data </td></tr> | <tr><td>LISTR </td><td> LISTOBS </td><td> Print basic data </td></tr> | ||
<tr><td>MCAT </td><td> LS </td><td> List image data files </td></tr> | <tr><td>MCAT </td><td> LS </td><td> List image data files </td></tr> |
Revision as of 21:34, 23 February 2010
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.
AIPS | CASA | Purpose |
---|---|---|
BLCAL | blcal | Calibrate amplitudes and phases in a baseline-based fashion. |
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 uv datasets |
DEFAULT | default | Load a task with default parameters |
FILLM | importvla | Import old-format VLA data |
FITLD | importuvfits | Import a uv dataset which is in FITS format |
FITLD | importfits | Import an image which is in FITS format |
FITTP | exportuvfits | Write a uv 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 |
IMAGR | clean | Image and deconvolve |
IMFIT | imfit | Fit gaussian components to an image |
IMHEAD | vishead | View header for uv 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 |
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 uv 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 uv data files |
UVFLG | FLAGDATA | Flag data |
UVLIN | UVCONTSUB | Subtract continuum from uv data |
UVLSF | UVCONTSUB | Subtract continuum from uv data |
UVPLT | PLOTMS | Plot UV data |
WIPER | PLOTMS | Plot and flag UV data |
ZAP | RMTABLES | Delete data files |
--Laura Chomiuk 20:32, 10 February 2010 (UTC)