{ "info": { "author": "Benjamin Hugo", "author_email": "bhugo@ska.ac.za", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Astronomy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# RFI Masker\n Copyright (C) 2016 SKA South Africa\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\nTiny tool to apply a numpy boolean array to the spectral flags column of a measurement set to mask out known RFI sources like GSM and satelite in L-band. Typically flagging known RFI sources produces much better backgrounds and tools like the mighty AOFlagger RFI hammer needs fewer iterations to converge to good solutions.\n\n# To develop\n```\npython setup.py develop --user\n(assumes .local/bin is in your PATH and .local/lib/python2.7/site-packages is in your PYTHONPATH)\n```\n# Users\n## Preferred run method\n```\ndocker build -t rfi_masker (inside cloned folder)\ndocker run -it --rm rfi_masker (anywhere)\n```\n## Install (if you're yet to discover the pure awesomeness of Docker)\n```\npython setup.py install --user\n(assumes .local/bin is in your PATH and .local/lib/python2.7/site-packages is in your PYTHONPATH)\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bennahugo/RFIMasker", "keywords": "", "license": "GNU GPL v2", "maintainer": "", "maintainer_email": "", "name": "RFIMasker", "package_url": "https://pypi.org/project/RFIMasker/", "platform": "", "project_url": "https://pypi.org/project/RFIMasker/", "project_urls": { "Homepage": "https://github.com/bennahugo/RFIMasker" }, "release_url": "https://pypi.org/project/RFIMasker/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Tool to apply rfi masks to measurement sets", "version": "1.0.1" }, "last_serial": 3312970, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "2e195010a4f835757e498f981b316931", "sha256": "a43e4d0fb83a52bec2f149bc2bf2177cf5337bc2c57abd6f660dd6eafddcfc78" }, "downloads": -1, "filename": "RFIMasker-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2e195010a4f835757e498f981b316931", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6526, "upload_time": "2017-11-07T15:34:40", "url": "https://files.pythonhosted.org/packages/ba/bc/7994d96b4516bb29b7611eaa0071583389f13d521cfde6cf82aec2eb5ab1/RFIMasker-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e195010a4f835757e498f981b316931", "sha256": "a43e4d0fb83a52bec2f149bc2bf2177cf5337bc2c57abd6f660dd6eafddcfc78" }, "downloads": -1, "filename": "RFIMasker-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2e195010a4f835757e498f981b316931", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6526, "upload_time": "2017-11-07T15:34:40", "url": "https://files.pythonhosted.org/packages/ba/bc/7994d96b4516bb29b7611eaa0071583389f13d521cfde6cf82aec2eb5ab1/RFIMasker-1.0.1.tar.gz" } ] }