|
Last change
on this file since 13508 was 13151, checked in by lusterma, 14 years ago |
|
added doc; this is just an example, nothing ready, to be adapted to work at ISDC, I just made this some time ago on my Laptop
|
|
File size:
1002 bytes
|
| Line | |
|---|
| 1 | ==============
|
|---|
| 2 | phyton in FACT
|
|---|
| 3 | ==============
|
|---|
| 4 |
|
|---|
| 5 | Python is installed on the fact cluster at ISDC.
|
|---|
| 6 | Presently python 2.4.3 an upgrade, is planned soon.
|
|---|
| 7 |
|
|---|
| 8 | The presence of the following python modules is supposed. They are not part of the standard distribution.:
|
|---|
| 9 |
|
|---|
| 10 | * `numpy <http://numpy.scipy.org/>`_: basis of numerical computation in python
|
|---|
| 11 | * `scipy <http://www.scipy.org/>`_: scientific computation in python including Fourier transforms, signal processing
|
|---|
| 12 | * `matplotlib <http://matplotlib.sourceforge.net/>`_: provides a matlab like plotting environment (still missing!!!)
|
|---|
| 13 | * `pyfits <http://www.stsci.edu/institute/software_hardware/pyfits>`_: easy access to fits files
|
|---|
| 14 |
|
|---|
| 15 | Other packages used in pyfact being part of a standard python installation:
|
|---|
| 16 |
|
|---|
| 17 | * `os <http://docs.python.org/library/os.html>`_: misc functions providing access to the operating system. Among others a function `system <http://docs.python.org/library/os.html?highlight=system#os.system>`_ is provided, allowing to run system commands.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.