Data in an Alien Context: Kepler Visualization Source Code

Last year, I released a video visualization of the 1236 exoplanets identified by the NASA’s Kepler mission. Since then, there have been another 1091 candidates identified, and I thought it’d be a good time to update my visualization – and release the source code.

So, here it it: http://github.com/blprnt/Kepler-Visualization

I’ve tried to comment the code as well as possible – and the sketch overall is fairly simple. You will, of course, need Processing to get it running, as well as Karsten Schmidt’s esssential toxiclibs.

Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

3 Comments

  1. Nina
    Posted March 29, 2012 at 12:16 am | Permalink

    Hi there! I was introduced to your site by watching the TED video and am totally noob to programming! This project looks interesting and I tried to run it by myself after installing Processing. However, I have no idea how to import/copy the code in to the Text area, and still have no clue after searching tutorials… Would you tell me how to run the data you shared? Thanks a lot!

  2. blprnt
    Posted March 29, 2012 at 8:31 pm | Permalink

    Hi Nina,

    All you need to do it:

    1) Download the .zip file from the GitHub page.
    2) Unzip it, then double-click the Kepler2012.pde file.
    3) This should open the sketch in Processing. You can then press the Run button (looks like a play button) to see the sketch in action.

    Hope that helps!

    -J

  3. Posted October 11, 2012 at 11:45 am | Permalink

    just as a note to Processing 2.0 users. On line 55 in Kepler2012 there are some changes that were made to function names to create clarity. If you try to run this code you get an error in p2.0.

    size(screenWidth, screenWidth, OPENGL);
    should change to:
    size(displayWidth, displayHeight, OPENGL);

2 Trackbacks

  1. [...] first visualization was built in a weekend. The idea was simple: Take all of these planets from disparate parts of [...]

  2. [...] first visualization was built in a weekend. The idea was simple: Take all of these planets from disparate parts of [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*