Skip to main content

A (python pyrap) method to remove solar-like RFI from interferometric data

Project description

# sunblocker A (python pyrap) method to remove solar-like RFI from interferometric data

Copyright (c) 2017 Gyula Istvan Geza Jozsa, Paolo Serra, Kshitij Thorat, Sphesihle Makhatini, NRF (Square Kilometre Array South Africa) - All Rights Reserved

## Installation: ### Using virtualenv: See installing virtualenv below if virtualenv is not installed, i.e. the first command does not work.

Then find out where your virtualenv directories are stored. In this example, this directory is called ~/.virtualenv. If there is no such directory, create one: ` $ [mkdir .virtualenv] ` Then create a virtualenv in which all packages for your project will be installed: ` $ cd .virtualenv $ virtualenv --no-site-packages usingsunblock [replace usingsunblock by the name of your choice] ` This creates a virtualenv called usingsunblock (which is an example-name) in the .virtualenv directory which is completely independent of any system site-packages, to active the virtualenv run the activation script ` $ source ~/.virtualenv/usingsundblock/bin/activate ` Then install the required packages into your virtualenv. ` $ pip install --upgrade pip $ pip install -r [path to sunblocker]/requirements.txt $ pip install [path to sunblocker]/ $ [pip install bla] $ [pip install blub] $ ... ` Any time you activate the virtualenvironment (the source … command above) only the installed packages will be available and the installation is protected against any other installation, that is the virtue of the virtualenv.

To leave the virtualenv (and also disabling sunblocker in that virtual environment), type: ` $ deactivate ` ### Not using virtualenv Some would say that using a virtual environment is the safe way. After being warned, type: ` $ pip install --upgrade pip $ pip install -r [path to sunblocker]/ `

## Usage: Use method phazer of class Sunblocker in module sunblocker. See description therein. E.g.: ` ... import sunblocker mysb = sunblocker.sunblocker.Sunblocker() mysb.phazer(['yoyo.ms'], outset = ['yoyout.ms'], channels = a, imsize = 512, cell = 4, pol = 'i', threshold = 4., mode = 'all', radrange = 0, angle = 0, show = 'test.pdf', verb = True, dryrun = False) mysb.vampirisms(inset = '../IC5264_160627/IC5264_160627.ms', lat = -30.721*units.deg, lon = 21.411*units.deg, hei = 100.*units.m, dryrun = True, avantsoleil = 1.*units.s, apresnuit = 2.*units.s, avantnuit = 3.*units.s, apresoleil = 4.*units.s, horizon = -34.*units.arcmin, nononsoleil = False, flinvert = False, verb = True) ... ` ## Installing virtualenv: You’ll need pip. Run: ` $ which pip ` If there is no output, then you need to install pip: ` $ sudo easy_install pip ` Then run: ` virtualenv --version ` If there is a response (i.e. a version number returned), do nothing. If there is an error message, do: ` sudo easy_install virtualenv ` or ` sudo easy_install virtualenv ` or ` sudo apt-get install python-virtualenv ` then ` sudo pip install virtualenvwrapper ` That should do.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sunblocker-1.0.0.tar.gz (17.7 kB view details)

Uploaded Source

File details

Details for the file sunblocker-1.0.0.tar.gz.

File metadata

  • Download URL: sunblocker-1.0.0.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.14

File hashes

Hashes for sunblocker-1.0.0.tar.gz
Algorithm Hash digest
SHA256 9dd02cf40931b23c38b212f75d8b28ae9d67c01646a20943f1a8cb58f301764f
MD5 217d7c9e8dc8beac0e1981b4f39261b1
BLAKE2b-256 6a925d7d04076c4e2928e5751455adc820ce30c90152e7224422b34720990672

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page