Image processing with Python and SciPy

From AstroEdWiki
Revision as of 07:09, 26 February 2013 by WikiSysop (talk | contribs) (Created page with "Given that NumPy provides multidimensional arrays, and that there is core support through the Python Imaging Library to display images and manipulate images in the Python envi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Given that NumPy provides multidimensional arrays, and that there is core support through the Python Imaging Library to display images and manipulate images in the Python environment, it's easy to take the next step and combine these for scientific image processing. As part of our short course on Python for Physics and Astronomy we begin by exploring how Python handle image input and output


Python Imaging Library - PIL

Astronomical FITS files with PyFITS

FITS headers

Processing and displaying images

SciPy and SciKit for image processing

Examples

Assignments