Coder Social home page Coder Social logo

josephwkania / jess Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 0.0 821 KB

Python based Radio Frequency Interference Mitigation Routines

License: GNU General Public License v3.0

Python 96.82% Jupyter Notebook 3.18%
radio-astronomy fast-radio-bursts pulsars radio-frequency-interference

jess's Introduction

JESS - Just in Time Elimination of Spurious Signals

jess is Python library to analyze and remove Radio Frequency Interference (RFI) for radio search mode data.

Overview

Radio Frequency Interference are anthropomorphic signals that can corrupt radio observations. In the context of Fast Radio Burst (FRB) and Pulsar searches, RFI can significantly reduce sensitivity to the astronomical signal and increase the amount of false positives. jess aims to provide a set flexible Python filters that should work on data from a wide variety of telescopes. We use Cupy to optionally leverage Graphical Processing Units (GPUs) to greatly accelerate the filters.

Command Lines Interfaces Highlights

  • jess_composite.py A composite MAD/FFT/Highpass 2D filter
  • jess_gauss.py Use Kurtosis and Skew as a 2D Gaussianity filter
  • rfi_view.py View 2D dynamic spectra, bandpass, time series, and summery statistics.
  • channel_mask_maker.py Make channel makes basked on user specified statistics.
  • jess_combine_mocks.py A clone of the your script that applies the composite filter.

API

  • channel_masks.py Make channel masks based on statistics and outlier algorithms
  • dispersion/dispersion_cupy dispersion routines, roll and FDMT
  • fitters/fitters_cupy Useful curve fitting, robust spline, arPLS, interactive polynomial, etc
  • JESS_filters/JESS_filters_cupy/JESS_filters_generic Repository with all the filters
  • See the full API documentation

Documentation

We have a docs website

Installation

To install directly into your current Python environment

pip install git+https://github.com/josephwkania/jess.git

If you want a local version

git clone https://github.com/josephwkania/jess.git
pip install jess

If you have a GPU to use, pip install jess[cupy], for tests pip install jess[tests], and for doc pip install jess[docs]

Questions + Contributing

See CONTRIBUTING.md

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.