Gtools is a suite of tools and scripts designed to reduce n-body systems representing galaxies.
Diffusion Gtools (master)
Recent Commits
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
b0423933b748 | revaz | add a skeleton for the doc | Jan 31 2017 | ||||
3d1c00518137 | revaz | add gscripts/gZtoGyr and gscripts/gZtoMyr | Jan 31 2017 | ||||
ecf771675681 | revaz | in gExtractCylindrical, tinny but : parse -> parser (thanks to Loic Hausammann) | Jan 31 2017 | ||||
d9ad1637f22e | revaz | add two new scripts : gZtoMyr, gZtoGyr | Dec 9 2016 | ||||
8f16877662e4 | revaz | add glum2mag and gmag2lum | Oct 3 2016 | ||||
0c54f5cdf549 | revaz | add the gSetCosmoBox script | Sep 16 2016 | ||||
e7f0582214e6 | revaz | update pplot (PJeans part) | Sep 13 2016 | ||||
08c7a224c27a | revaz | some update in genergy | Sep 8 2016 | ||||
90fdbfb3fa77 | revaz | update gplot_energy to add e_radcool for swift | Sep 8 2016 | ||||
c6fed334a9b9 | revaz | add doc in ghelp | Aug 25 2016 | ||||
6c451efb15eb | revaz | the script ggetZiforCosmoSims has been added. | Aug 25 2016 | ||||
f55673265183 | revaz | update pplot with some new parameters to improve --PJeans | Aug 24 2016 | ||||
8e31a4299102 | revaz | add the possibility to overplot the Temperature corresponding to the pressure… | Aug 22 2016 | ||||
97eb06b007fd | revaz | add SetAxis is genergy and gplot_energy | Jul 5 2016 | ||||
9d9d6b87e2bf | revaz | improve genergy and gplot_energy | Jul 5 2016 |
README
README
Gtools python module http://aramis.obspm.fr/~revaz//Gtools/
Release 1.0 (February, 2007)
Requirements
- C compiler
- Python 2.3 or higher
- numarray (python module)
- http://www.stsci.edu/resources/software_hardware/numarray (python module)
- pysmongo (python module) (only needed for plotting facilities) http://aramis.obspm.fr/~revaz/pysmongo/
- Nbody or pNbody (python module) http://aramis.obspm.fr/~revaz/pNbody/
Build instructions for UNIX
- Unpack the Gtools distribution (the file Gtools-1.0.tgz) in your Python extensions directory (if you have one. If not, feel free to unpack it in any other suitable directory).
$ tar -xzf Gtools-1.0.tgz
- Using Python 2.3 or later, you can use the setup.py script to build the module. The following commands should do the trick:
$ python setup.py build $ python setup.py install
(depending on how Python has been installed on your machine, you might have to log in as a superuser to run the 'install' command.)
If the setup.py command finishes without any errors, you're done!
--------------------------------------------------------------------
Build instructions for Windows
- Install Linux on your Windows machine and follow the instructions for UNIX
--------------------------------------------------------------------
Getting Help
If you have questions about python Gtools module, feel free to, write to the following e-mail: yves.revaz@obspm.fr
c4science · Help