Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | alma | |
Module | alma | |
Tool | iramcalibrater |
fieldnames | Field names of calibrators to be used | ||
Allowed: | Vector of Strings | ||
freqgrp | frequency group to use | ||
Allowed: | '3mm-LSB' || '3mm-USB' || '1mm' || '1mm-LSB' || '1mm-USB' | ||
Default: | '3mm-LSB' |
myic:=iramcalibrater('mynew.ms') myic.phcor(F); myic.rf(fieldname='0528+134', freqgrp='3mm-LSB') myic.phase(fieldnames=['0528+134', '0415+379'], freqgrp='3mm-LSB') myic.flux(fieldnames=['0528+134', '0415+379', 'MWC349'], freqgrp='3mm-LSB', plot=T) myic.amp(fieldnames=['0528+134', '0415+379'], freqgrp='3mm-LSB') myic.done()
In the example above we used 0528+134 to do the bandpass calibration and fields 0528+134 and 0415+379 to do the phase and amplitude calibration, while using '0528+134', '0415+379', 'MWC349' for flux.