TOPH (TOols for PSF Homogenization, in keeping with the tradition of terrible astronomy acronyms) performs spatially-variable point spread function matching. The main routines are:
run_toph.py
-- calls the main program: convolve_image.py.toph_params.py
-- file for user-supplied parameters.
To get this repo running:
- Install Python 3. You can find instructions here.
- Create a virtual environment.
- Clone this repo with
git clone https://github.com/jacqdanso/TOPH.git
- Get into the folder with
cd TOPH
- Install the requirements with
pip install -r requirements.txt
- You will also need an IDL installation
- Update
toph_params.py
with the appropriate paramater information. - In
TOPH/toph_scripts/
typepython run_toph.py
.
You should see output on the command line. Documentation coming soon!