AIPS-to-CASA Cheat Sheet: Difference between revisions
From CASA Guides
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
<table><tr><th align="left">AIPS</th><th align="left">CASA</th><th align="left"> Purpose </th></tr> | <table><tr><th align="left">AIPS</th><th align="left">CASA</th><th align="left"> Purpose </th></tr> | ||
<tr><td>BPASS </td><td> BANDPASS </td><td> | |||
<tr><td>CALIB </td><td> GAINCAL </td><td> | <tr><td>BLCAL </td><td> </td><td> Calibrate amplitudes and phases in a baseline-based fashion. </td></tr> | ||
<tr><td>BPASS </td><td> BANDPASS </td><td> Calibrate bandpasses </td></tr> | |||
<tr><td>CALIB </td><td> GAINCAL </td><td> Calibrate gains (amplitudes and phases) </td></tr> | |||
<tr><td>CLCAL </td><td> APPLYCAL </td><td> Apply calibration to data</td></tr> | <tr><td>CLCAL </td><td> APPLYCAL </td><td> Apply calibration to data</td></tr> | ||
<tr><td>DBCON </td><td> CONCAT </td><td> Concatenate uv | <tr><td>COMB </td><td> IMMATH </td><td> Combine images </td></tr> | ||
<tr><td>CPASS </td><td> BANDPASS </td><td> Calibrate bandpasses by polynomial fitting </td></tr> | |||
<tr><td>DBCON </td><td> CONCAT </td><td> Concatenate uv datasets </td></tr> | |||
<tr><td>DEFAULT </td><td> DEFAULT </td><td> Load a task with default parameters </td></tr> | <tr><td>DEFAULT </td><td> DEFAULT </td><td> Load a task with default parameters </td></tr> | ||
<tr><td>FILLM </td><td> IMPORTVLA </td><td> Import old-format VLA data </td></tr> | <tr><td>FILLM </td><td> IMPORTVLA </td><td> Import old-format VLA data </td></tr> | ||
<tr><td>FITLD </td><td> IMPORTUVFITS </td><td> Import a uv dataset which is in FITS format </td></tr> | |||
<tr><td>FITTP </td><td> EXPORTUVFITS </td><td> Write a uv dataset to FITS format </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> | ||
Line 25: | Line 32: | ||
<tr><td>QUACK </td><td> FLAGDATA </td><td> Remove first integrations from scans </td></tr> | <tr><td>QUACK </td><td> FLAGDATA </td><td> Remove first integrations from scans </td></tr> | ||
<tr><td>SETJY </td><td> SETJY </td><td> Set flux densities for flux cals </td></tr> | <tr><td>SETJY </td><td> SETJY </td><td> Set flux densities for flux cals </td></tr> | ||
<tr><td>SMOTH </td><td> 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 18:36, 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 | 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 | BANDPASS | 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 |
FITTP | EXPORTUVFITS | Write a uv dataset to FITS format |
GETJY | FLUXSCALE | Determine flux densities for other cals |
GO | GO | Run a task |
IMAGR | CLEAN | Image and deconvolve |
IMHEAD | VISHEAD | View header for uv data |
IMHEAD | IMHEAD | View header for an image |
INP | INP | View task parameters |
LISTR | LISTOBS | Print basic data |
MCAT | LS | List image data files |
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)