Base operations¶
This is a collection of scripts dedicated to base operations
gpy¶
Open a model and enter into the python interpreter.
The model is automatically initialized and may be
acessed via the nb
variable:
Usage: gpy [options] file
Options:
-h, --help show this help message and exit
--UnitLength_in_cm=UNITLENGTH_IN_CM
UnitLength in cm
--UnitMass_in_g=UNITMASS_IN_G
UnitMass in g
--UnitVelocity_in_cm_per_s=UNITVELOCITY_IN_CM_PER_S
UnitVelocity in cm per s
--param= FILE Gadget parameter file
-t TYPE type of the file
--exec= STRING give command to execute before
gcmd¶
Execute operation in loop over a set of models.
Traceback (most recent call last):
File "/home/revaz/local/local2023/soft/python-3.10/local/bin/gcmd", line 30, in <module>
from pNbody import io
ImportError: cannot import name 'io' from 'pNbody' (/home/revaz/local/local2023/soft/python-3.10/local/lib/python3.10/dist-packages/pNbody/__init__.py)