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


next up previous contents index
Next: shadow - Function Up: alma - Module Previous: iramcalibrater.done - Function


resample - Function



Package alma
Module alma


Does a simple 3 point Hanning on spectral MS


Synopsis
resample(infile, outfile)


Description

This is a simple function that just does a Hanning smoothing on the channels in the MS. The weighting scheme is 0.125(chan-1)+ 0.75chan + 0.125(chan+1).



Returns
Bool


Arguments

infile   Name of input ms
    Allowed: String
    Default: No Default
outfile   Name of output ms, '' output in the input
    Allowed: String
    Default: ''



Example
resample('ggtau_1mm_256chan.ms', 'ggtau_1mm_256chan_hann.ms');





next up previous contents index
Next: shadow - Function Up: alma - Module Previous: iramcalibrater.done - 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