pycon logo

PyCon 2011 Atlanta

March 9th–17th

Log in or Sign Up

Python Tools for Astronomical Data Reduction

log in to bookmark this presentaton

Experienced / Poster
We outline a brief introduction to astronomical data reduction techniques using Python. An example of data analysis combining the NumPy and SciPy libraries is used to illustrate the reduction methods.

Abstract

Python is a popular language in the astronomy community and there are several open source data analysis packages available written in Python. We describe how Python tools are used in an astronomy project to process and visualize data from ground-based and space observatories in the submillimeter wavelength range, and discuss some of the algorithms which are important in this field. The data reduction tools combine several libraries such as SciPy and Matplotlib, and can be run interactively within the IPython interpreter and in scripts. Our radiative transfer modelling tools are also developed almost exclusively in Python, with some time-consuming parts implemented in Fortran. We develop the libraries in a collaborative effort and plan to support data processing for the astronomical radio and submillimeter telescopes that will be available for the community in the near future.