Skip to content
/ rsmpp Public
forked from ajstewart/rsmpp

Radio Sky Monitor Processing Pipeline

Notifications You must be signed in to change notification settings

vheesen/rsmpp

 
 

Repository files navigation

rsmpp

Radio Sky Monitor Processing Pipeline v2.X

Full User Guide: https://goo.gl/o2X15b

============

Python Version 2.7.3

Required modules (should all be standard except pyrap):

  • subprocess
  • multiprocessing
  • os
  • glob
  • optparse
  • sys
  • datetime
  • string
  • getpass
  • time
  • logging
  • ConfigParser
  • functools
  • itertools
  • numpy
  • pyrap
  • base64

LOFAR Imaging Tools also required. (LofIm tools)

============

Standalone product - no installation really required. Just clone the entire directory and scripts will be ready to run. Just add the directory to a path using something like:

#!/usr/bin/env sh

PATH="/path/to/rsmpp/rsmpp-master:${PATH}" export PATH

If you would like to use the email function please contact me to obtain the pipeline email account password.

About

Radio Sky Monitor Processing Pipeline

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%