Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.29 KB

TOPH BCH compliance Build Status

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.

Installation

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

Usage

  • Update toph_params.py with the appropriate paramater information.
  • In TOPH/toph_scripts/ type python run_toph.py.

You should see output on the command line. Documentation coming soon!