Page MenuHomec4science

image03.py
No OneTemporary

File Metadata

Created
Mon, Nov 18, 02:56

image03.py

#!/usr/bin/env python
from pNbody import *
nb = Nbody('../snap.dat',ftype='gadget')
obs = array([[0,-1,0],[0,0,0],[-1,-1,0],[0,-1,1]])
x0 = None
xp = None
alpha = 0
cut = 'no'
persp = 'no'
shape = (512,512)
size = (50,50)
nb.show(obs=obs,x0=x0,xp=xp,alpha=alpha,cut=cut,persp=persp,shape=shape,size=size)

Event Timeline