Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90866084
showmap.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
Tue, Nov 5, 11:55
Size
181 B
Mime Type
text/x-python
Expires
Thu, Nov 7, 11:55 (2 d)
Engine
blob
Format
Raw Data
Handle
22145257
Attached To
rPNBODY pNbody
showmap.py
View Options
#!/usr/bin/env python
import
sys
from
pNbody
import
*
file
=
sys
.
argv
[
1
]
nb
=
Nbody
(
file
,
ftype
=
'gadget'
,
pio
=
'yes'
)
nb
.
display
(
size
=
(
10000
,
10000
),
shape
=
(
256
,
256
),
palette
=
'light'
)
Event Timeline
Log In to Comment