Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120943734
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
Mon, Jul 7, 23:30
Size
181 B
Mime Type
text/x-python
Expires
Wed, Jul 9, 23:30 (2 d)
Engine
blob
Format
Raw Data
Handle
27270891
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