Program for calibrating and reducting images of TAT telescope
Install python2 in your computer, recommand python-2.7.13
install extra python module below\ numpy\ photutils\ scikit-image\ astropy\ scipy\
Install packages\ You need python-devel for CentOS and python-dev for Ubuntu\ You can install these module by this command for root user: $python -m pip install modulename\ If you want only install locally, please use this command: $ python -m pip install --user modulename\
install ds9 package\ You can access ds9 by yum(for rat-hat), or apt-get(for ubuntu), or homebrew(for mac)
install x11 (for remote user)\ If you use tat code in remote server, you should install x11 or some program using $display cannot execute.
$vim TAT_env.py\ set path of code, image(your raw data), python, and catalog in TAT_env.py
$tat_setup.py\ This code will set up all folder you need, set the python path in each tat program.