AIPS-to-CASA Cheat Sheet: Difference between revisions
From CASA Guides
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
<tr><td>OHGEO </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu34.html#x37-360000.1.34 imregrid] </td><td>Regrids an image onto another image's geometry </td></tr> | <tr><td>OHGEO </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu34.html#x37-360000.1.34 imregrid] </td><td>Regrids an image onto another image's geometry </td></tr> | ||
<tr><td>PBCOR </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu28.html#x31-300000.1.28 immath] </td><td> Correct an image for the primary beam </td></tr> | <tr><td>PBCOR </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu28.html#x31-300000.1.28 immath] </td><td> Correct an image for the primary beam </td></tr> | ||
<tr><td>PCAL </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu51.html#x54-530000.1.51 polcal] </td><td> Calibrate polarization </td></tr> | |||
<tr><td>POSSM </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu48.html#x51-500000.1.48 plotcal] </td><td> Plot bandpass calibration tables </td></tr> | |||
<tr><td>POSSM </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu49.html#x52-510000.1.49 plotms] </td><td> Plot spectra </td></tr> | |||
<tr><td>PRTAN </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu41.html#x44-430000.1.41 listobs] </td><td> Print antenna locations </td></tr> | |||
<tr><td>PRTAN </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu47.html#x50-490000.1.47 plotants] </td><td> Plot antenna locations </td></tr> | |||
<tr><td>QUACK </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu18.html#x21-200000.1.18 flagdata] </td><td> Remove first integrations from scans </td></tr> | |||
<tr><td>SETJY </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu68.html#x71-700000.1.68 setjy] </td><td> Set flux densities for flux cals </td></tr> | |||
<tr><td>SMOTH </td><td> [http://casa.nrao.edu/docs/taskref/TaskRefsu35.html#x38-370000.1.35 imsmooth] </td><td> Smooth an image </td></tr> | |||
<tr><td>SNPLT </td><td> PLOTCAL </td><td> Plot gain calibration tables </td></tr> | <tr><td>SNPLT </td><td> PLOTCAL </td><td> Plot gain calibration tables </td></tr> | ||
<tr><td>SPFLG </td><td> VIEWER </td><td> Flag raster image of time v. channel </td></tr> | <tr><td>SPFLG </td><td> VIEWER </td><td> Flag raster image of time v. channel </td></tr> |
Revision as of 21:40, 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)