Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | alma | |
Module | alma |
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).
infile | Name of input ms | ||
Allowed: | String | ||
Default: | No Default | ||
outfile | Name of output ms, '' output in the input | ||
Allowed: | String | ||
Default: | '' |
resample('ggtau_1mm_256chan.ms', 'ggtau_1mm_256chan_hann.ms');