| smafiller |
|---|
| Updated 2002-08-27 |
|
Tool for converting SMA FITS-IDI file to a MeasurementSet It runs independently with main AIPS++ system. Current version does only support conversion of six of nine SMA FITS-IDI tables (see below). The updated smafiller runs on ver.1.7.
Components
Constructor
Functions
Usage
- include 'smafiller.g';
- myfiller := smafiller('example.ms', '00223JZ01JUN18_1312.FIT');
- myfiller.fill();
- myfiller.done();
|
| FITS-IDI table | MeasurementSet table | |
| UV | -> | Main |
| AG | -> | Antenna |
| AN | -> | Feed Polarizaiton |
| FQ | -> | Spectral_Window |
| SU | -> | Field Source |
| TS | -> | Syscal |
| Following tables are not supported by the current fitsidi2ms | ||
| FG | -> | main, other subtables, + Flag_cmd |
| PN | -> | Pointing |
| GC | -> | Syscal |
| SMA data analysis | AIPS++ documentation@NRAO |
|---|