-
Notifications
You must be signed in to change notification settings - Fork 15
Home
mrbell edited this page Dec 3, 2012
·
6 revisions
Welcome to the pyrmsynth wiki!
pyrmsynth
is kind of two things at once:
- It's an application for performing RM synthesis imaging of sky image data from one or more FITS files. This application was written with LOFAR processing in mind, but it should work for any instrument provided that you have (or can convert to) imaging data in the FITS file format as written by CASA.
- It's a toolkit for writing your own applications if you have other kinds of data that you need to process. Simply write a script to handle the file I/O and hand the data off to functions of
pyrmsynth
for the actual computations.
This wiki contains information about the use of each of these "modes" as well as installation instructions. For a list of known issues, or to report a new issue, please refer to the issue tracker.
- Installation instructions
- Using
rmsynthesis.py
to process FITS imaging data. - Using the
rm_tools
package to write your own applications.