Apply ipyvolume to display l1448co in virtual reality

ipyvolume documentation is on http://ipyvolume.readthedocs.io/en/latest/vr.html


In [2]:
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"

import ipyvolume
from astropy.io import fits
co_data = fits.open('l1448_13co.fits')

# aqa2 = ipyvolume.datasets.aquariusA2.fetch()
# level – level(s) for the where the opacity in the volume peaks, maximum sequence of length 3
ipyvolume.quickvolshow(co_data[0].data.T, stero=True, data_min=1, level=[0.2, 0.3, 0.42], lighting=True,  width=512, height=256, stereo=True, opacity=0.06)
# ipyvolume.volshow(co_data[0].data, lighting=True)



In [28]:
# %run ./ipyvolume_l1448co.ipynb

In [ ]: