Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: iramcalibrater.done - Function Up: iramcalibrater - Tool Previous: iramcalibrater.amp - Function


iramcalibrater.uvt - Function



Package alma
Module alma
Tool iramcalibrater


to extract calibrated and combine it into another ms


Synopsis
uvt(fielname, spwid, filename, option)



Description
Usually once the calibration of several days of data has been performed, the target source is to be extracted and combined into a single ms for imaging. the uvt function is used to perform this task.



Returns
Bool



Arguments

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'



Example
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.





next up previous contents index
Next: iramcalibrater.done - Function Up: iramcalibrater - Tool Previous: iramcalibrater.amp - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01