VLBA AIPS-to-CASA Primer: Difference between revisions
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This primer (or "cheat sheet") is intended to help those VLBA users who are used to calibrating and imaging their data in AIPS transition to CASA. | |||
== VLBAUTIL Procedures == | |||
This section presents the AIPS VLBAUTIL procedures, the AIPS task(s) associated with those procedures, and the equivalent CASA task(s) and/or tool(s). | |||
== Loading Data == | === Loading Data === | ||
Both AIPS and CASA need to take the FITS-IDI file and convert it into a format they can use. AIPS uses the UVDATA format, and CASA uses the Measurement Set (MS) format. | Both AIPS and CASA need to take the FITS-IDI file and convert it into a format they can use. AIPS uses the UVDATA format, and CASA uses the Measurement Set (MS) format. | ||
Line 15: | Line 16: | ||
== Observation Summary == | === Observation Summary === | ||
Printing a summary of the observation is often useful for identifying the fringe finder, bandpass calibrator, phase reference calibrator, and science target. It is also useful for locating a good time range to use for the instrumental delay correction. | Printing a summary of the observation is often useful for identifying the fringe finder, bandpass calibrator, phase reference calibrator, and science target. It is also useful for locating a good time range to use for the instrumental delay correction. | ||
Line 31: | Line 32: | ||
== Total Electron Content Correction == | === Total Electron Content Correction === | ||
Line 55: | Line 56: | ||
== Sampler Corrections == | === Sampler Corrections === | ||
Line 62: | Line 63: | ||
! VLBAUTIL Procedure !! AIPS Task(s) !! CASA Task(s) | ! VLBAUTIL Procedure !! AIPS Task(s) !! CASA Task(s) | ||
|- | |- | ||
|rowspan=" | |rowspan="3"| VLBACCOR | ||
| ACCOR | | ACCOR | ||
| accor | | accor | ||
Line 68: | Line 69: | ||
| SNSMO | | SNSMO | ||
| smoothcal | | smoothcal | ||
|- | |||
| CLCAL | |||
| applycal | |||
|} | |} | ||
== Instrumental Delay Correction == | === Instrumental Delay Correction === | ||
<b>NOTE: </b>Many VLBA users are likely familiar with the VLBAUTIL procedure VLBAPCOR and the associated AIPS task PCCOR, which use the pulse-cal tone information from the VLBA to correct for the instrumental delay. CASA does not currently have a means of working with the pulse-cal tones, so it cannot use this functionality. It is an area of active development for the NRAO and JIVE CASA software engineers and scientists. | <b>NOTE: </b>Many VLBA users are likely familiar with the VLBAUTIL procedure VLBAPCOR and the associated AIPS task PCCOR, which use the pulse-cal tone information from the VLBA to correct for the instrumental delay. CASA does not currently have a means of working with the pulse-cal tones, so it cannot use this functionality. It is an area of active development for the NRAO and JIVE CASA software engineers and scientists. | ||
Line 87: | Line 91: | ||
== Global Fringe Fitting == | === Global Fringe Fitting === | ||
The VLBAUTIL package contains 2 methods for doing the global fringe fit: | The VLBAUTIL package contains 2 methods for doing the global fringe fit: | ||
Line 106: | Line 110: | ||
== Bandpass Correction == | === Bandpass Correction === | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 116: | Line 120: | ||
== Final Amplitude Calibration == | === Final Amplitude Calibration === | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 137: | Line 141: | ||
| CLCAL | | CLCAL | ||
| applycal | | applycal | ||
|} | |||
=== Parallactic Angle Correction === | |||
{| class="wikitable" | |||
|- | |||
! VLBAUTIL Procedure !! AIPS Task(s) !! CASA Task(s) | |||
|- | |||
| VLBAPANG || CLCOR<br/>opcode 'pang' || set parang=True in applycal, fringefit, and bandpass | |||
|} | |||
== Additional Tasks == | |||
{| class="wikitable" | |||
|- | |||
! AIPS Task !! CASA Task | |||
|- | |||
| SPLIT || split | |||
|- | |||
| IMAGR || tclean | |||
|- | |||
| CALIB || gaincal | |||
|- | |||
| POSSM || plotms | |||
|- | |||
| SNPLT || plotms | |||
|- | |||
| UVPLT || plotms | |||
|- | |||
| UVFLG || flagadata | |||
|- | |||
| FITTP || exportuvfits or exportfits | |||
|} | |} |
Latest revision as of 22:38, 2 November 2022
This primer (or "cheat sheet") is intended to help those VLBA users who are used to calibrating and imaging their data in AIPS transition to CASA.
VLBAUTIL Procedures
This section presents the AIPS VLBAUTIL procedures, the AIPS task(s) associated with those procedures, and the equivalent CASA task(s) and/or tool(s).
Loading Data
Both AIPS and CASA need to take the FITS-IDI file and convert it into a format they can use. AIPS uses the UVDATA format, and CASA uses the Measurement Set (MS) format.
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBALOAD | FITLD | importfitsidi |
Observation Summary
Printing a summary of the observation is often useful for identifying the fringe finder, bandpass calibrator, phase reference calibrator, and science target. It is also useful for locating a good time range to use for the instrumental delay correction.
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBASUMM | PRTAN | listobs |
LISTR optype 'scan' |
Total Electron Content Correction
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBATECR | TECOR | no equivalent CASA task yet |
NOTE: Do not use the tec_maps tool with VLBA data. It does not work properly for VLBI observations.
Earth Orientation Parameter Correction
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBAEOPS | CLCOR opcode 'eops' |
no equivalent CASA task yet |
Sampler Corrections
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBACCOR | ACCOR | accor |
SNSMO | smoothcal | |
CLCAL | applycal |
Instrumental Delay Correction
NOTE: Many VLBA users are likely familiar with the VLBAUTIL procedure VLBAPCOR and the associated AIPS task PCCOR, which use the pulse-cal tone information from the VLBA to correct for the instrumental delay. CASA does not currently have a means of working with the pulse-cal tones, so it cannot use this functionality. It is an area of active development for the NRAO and JIVE CASA software engineers and scientists.
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBAMPCL | FRING | fringefit |
CLCAL | applycal |
Global Fringe Fitting
The VLBAUTIL package contains 2 methods for doing the global fringe fit:
- VLBAFRNG does a fringe fit on every source in the observation
- VLBAFRGP does a fringe fit on the phase-reference calibrator(s) and transfers those solutions to the science target(s)
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBAFRNG or VLBAFRGP |
FRING | fringefit |
CLCAL | applycal |
Bandpass Correction
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBABPSS | BPASS | bandpass |
Final Amplitude Calibration
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBAAMP | ACSCL | accor |
SNSMO | smoothcal | |
CLCAL | applycal | |
APCAL | gencal | |
CLCAL | applycal |
Parallactic Angle Correction
VLBAUTIL Procedure | AIPS Task(s) | CASA Task(s) |
---|---|---|
VLBAPANG | CLCOR opcode 'pang' |
set parang=True in applycal, fringefit, and bandpass |
Additional Tasks
AIPS Task | CASA Task |
---|---|
SPLIT | split |
IMAGR | tclean |
CALIB | gaincal |
POSSM | plotms |
SNPLT | plotms |
UVPLT | plotms |
UVFLG | flagadata |
FITTP | exportuvfits or exportfits |