Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117502452
pNbody_show-parameters
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
Sat, Jun 14, 03:26
Size
400 B
Mime Type
text/x-python
Expires
Mon, Jun 16, 03:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26771846
Attached To
rPNBODY pNbody
pNbody_show-parameters
View Options
#!/usr/bin/env python
from pNbody import *
#################################
#
# some info
#
#################################
parameters = param.Params(PARAMETERFILE,None)
unitsparameters = param.Params(UNITSPARAMETERFILE,None)
print
print "parameters in %s"%PARAMETERFILE
print
parameters.lists()
print
print "parameters in %s"%UNITSPARAMETERFILE
print
unitsparameters.lists()
Event Timeline
Log In to Comment