Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100522322
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
Fri, Jan 31, 10:50
Size
400 B
Mime Type
text/x-python
Expires
Sun, Feb 2, 10:50 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23886131
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