Using Blender in Radio Astronomy Visualization

Rhys writes:

This is my second significant (for me, anyway) piece of scientific coding – the first was an automatic HI source finder, GLADOS (Galaxy Line Analysis for Detection Of Sources). FRELLED is a set of Python scripts for Blender to let it view 3D FITS files in the realtime display. I’ve already described my Blender FITS-viewing efforts – the difference with this script is that it’s designed to be robust and user-friendly (or at least non-hostile). It has a GUI and everything !

I’ve seen a few attempts at realtime medical imaging in Blender, but most efforts seem to have concentrated on rendering rather than the realtime display. Which is fine, but such viewers already exist. I wanted to be able to freely examine my data sets from any angle, mostly because it’s cool. I was also vaguely hoping that it might reveal new faint extended features that would be difficult to spot in two dimensions.

Link

Advertisement