Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92186921
image01.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 18, 03:24
Size
309 B
Mime Type
text/x-python
Expires
Wed, Nov 20, 03:24 (2 d)
Engine
blob
Format
Raw Data
Handle
22387080
Attached To
rPNBODY pNbody
image01.py
View Options
#!/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
Log In to Comment