Difference between revisions of "TEA-phot"
From SAAO TOPS Wiki
Line 1: | Line 1: | ||
==Installation Instructions== | ==Installation Instructions== | ||
− | (These instructions | + | (These instructions should be identical for a Linux or Mac environment and a minimum system requirement is Python 3.7 or later) |
− | + | *TEA-Phot can be directly downloaded from [https://bitbucket.org/DominicBowman/tea-phot here] or the repository can quickly be cloned through the following command in the terminal: | |
+ | git clone https://bitbucket.org/DominicBowman/tea-phot.git | ||
Note: If you use the TEA-Phot code to produce results for a scientific publication, we ask you to please adhere to the citation requests of the developers that are on their main repository page (link above). | Note: If you use the TEA-Phot code to produce results for a scientific publication, we ask you to please adhere to the citation requests of the developers that are on their main repository page (link above). | ||
− | + | ||
− | + | * TEA-Phot requires only four additional Python modules. To install (if not already) run the following command: | |
− | + | pip3 install numpy matplotlib sep astropy | |
− | + | ||
− | + |
Revision as of 12:38, 6 August 2020
Installation Instructions
(These instructions should be identical for a Linux or Mac environment and a minimum system requirement is Python 3.7 or later)
- TEA-Phot can be directly downloaded from here or the repository can quickly be cloned through the following command in the terminal:
git clone https://bitbucket.org/DominicBowman/tea-phot.git
Note: If you use the TEA-Phot code to produce results for a scientific publication, we ask you to please adhere to the citation requests of the developers that are on their main repository page (link above).
- TEA-Phot requires only four additional Python modules. To install (if not already) run the following command:
pip3 install numpy matplotlib sep astropy