-
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
Category Archives: Tutorial
pIDLy and Macports
Today I tried to install pIDLy with my Macports-based Python installation. Macports-based Python is the currently recommended method of using sunpy on OSX. pIDLy, written by A. Smith and available here (http://astronomy.sussex.ac.uk/~anthonys/pidly/ ) is a free package that allows communication from a … Continue reading
Making difference movies with SunPy and FFmpeg
Here is a quick tutorial on making a difference movie using SunPy and FFmpeg. Some sample JPEG 2000 data used to make the example video is provided. Make sure you install OpenJPEG first though to be able to use the JP2 … Continue reading
Posted in Tutorial
2 Comments
SunPy Talk at University of Graz
Florian Mayer has recently given a talk introducing Python and SunPy to students at the University of Graz, Austria. A recording of his talk (in German) and slides (in English) are available online. Thanks Florian!
Posted in meeting, Tutorial
Leave a comment
Reading in RHESSI image fits files with SunPy
Sunpy can now read in RHESSI image fits files. To try it out for yourself, grab the latest version of SunPy from GitHub. Example: Notes: The colors module of Matplotlib provides the ability to set the scale of the color … Continue reading
Posted in Tutorial
Leave a comment
Getting started with Eclipse and PyDev
There are many great IDEs available for Python, but one of the most powerful has to be Eclipse (or Aptana Studio, an Eclipse derivative geared towards web development) with the PyDev plugin installed. Some of Eclipse/PyDev’s features include: Integrated Python console … Continue reading