AIPS-to-CASA Cheat Sheet: Difference between revisions
From CASA Guides
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
<tr><td>FITLD </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu31.html#x34-330000.1.31 importfits] </td><td> Import an image which is in FITS format </td></tr> | <tr><td>FITLD </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu31.html#x34-330000.1.31 importfits] </td><td> Import an image which is in FITS format </td></tr> | ||
<tr><td>FITTP </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu13.html#x16-150000.1.13 exportuvfits] </td><td> Write a uv dataset to FITS format </td></tr> | <tr><td>FITTP </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu13.html#x16-150000.1.13 exportuvfits] </td><td> Write a uv dataset to FITS format </td></tr> | ||
<tr><td>FITTP </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu12.html#x15-140000.1.12 exportfits] </td><td> Write an image to FITS format </td></tr> | |||
<tr><td>FRING </td><td> --- </td><td> Calibrate group delays and phase rates. </td></tr> | |||
<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> |
Revision as of 21:28, 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)