Page MenuHomec4science

image01.py
No OneTemporary

File Metadata

Created
Mon, Nov 18, 03:24

image01.py

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

Event Timeline