-
Recent Posts
Blogroll
Archives
SunPy Delicious links- asterisk.apod.com May 24, 2013
- Aligning Sun Images Using Python May 6, 2013
- Installing the IPython qtconsole in Mac OS X · sympy/sympy Wiki · GitHub March 4, 2013
- doc/HOWTO_DOCUMENT.rst.txt at master from numpy's numpy - GitHub February 23, 2013
- www.mpa-garching.mpg.de January 30, 2013
Categories
Meta
Monthly Archives: March 2012
Installing the Python Imaging Library on OS X
This post is at least relevant to those of you who are using the www.python.org version of Python, and may be relevant to other OS X users who have installed sunpy by other means (I haven’t checked). Turns out that the … Continue reading
Posted in OSX, python.org installation
Leave a comment
Installing sunpy on OS X using Python from www.python.org
Installing Python-based scientific libraries on OS X has long been, well, trying. This is largely because Apple ships OS X with Python stored in an odd place, which breaks various location assumptions made by those other libraries. Various solutions to … Continue reading
Posted in OSX, python.org installation
Leave a comment
Wavelets for sunpy
I’ve been looking for some wavelet packages to do some analysis of time series. These three look useful: pywavelets: available from http://www.pybytes.com/pywavelets/ . This package has a lot of wavelet families available, including Haar. Wavelets.py: available from http://www.phy.uct.ac.za/courses/python/examples/Wavelets.py . A version of … Continue reading
Posted in OSX, Packages, Wavelets
3 Comments