Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | alma | |
Module | alma | |
Tool | iramcalibrater |
fielname | Name of source to be extracted | ||
Allowed: | String | ||
spwid | spectral window for which data is to be extracted | ||
Allowed: | Int | ||
Default: | 1 | ||
filename | name of new ms into which data is to written | ||
Allowed: | String | ||
option | 'new' ms or 'append' to an existing one | ||
Allowed: | String | ||
Default: | 'new' |
myic:=iramcalibrater('10feb97-g067.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.uvt(fieldname='GG_TAU', spwid=7, filename='ggtau3mm.ms', option='append') myic.done()In the above example after the standard calibration, data from the spectral window 3 for the field GG_TAU is extracted.