项目作者: Anqi-Li-rug

项目描述 :
Anti-Aliasing Filter
高级语言: Python
项目地址: git://github.com/Anqi-Li-rug/aaf_v2.git
创建时间: 2019-07-11T22:08:24Z
项目社区:https://github.com/Anqi-Li-rug/aaf_v2

开源协议:

下载


Apertif Anti-Aliasing Filter

This code will apply an anti-aliasing filter to Apertif data. The code is written by Anqi Li, based on work by Stefan Wijnholds and Sebastiaan van der Tol.

To use the code, use the stand-alone mode:

  1. aaf.py --help
  2. usage: aaf.py [-h] [-t TOLERANCE] msname
  3. Apertif Anti-aliasing filter.
  4. positional arguments:
  5. msname Name of Measurement Set
  6. optional arguments:
  7. -h, --help show this help message and exit
  8. -t TOLERANCE, --tolerance TOLERANCE
  9. Filter response below this limit will be ignored

Also, it can be used from python:

To run the code in python:

  1. from aaf import antialias_ms
  2. antialias_ms('WSRTA18017026_B00.MS/', 0.00001)