Changes

Jump to: navigation, search

Mookodi

2,113 bytes added, 12:24, 10 June 2022
/* Photometry */
More specific Mookodi installation and usage instructions (see included README), with example code and data, can be downloaded [[Media:Mookodi ASPIRED example.zip|here]].
=== Photometry ==Photometry can be extracted form Mookodi data using a new "SAAO version - TEA-Phot-SAAO" which is a modified TEA-Phot pipeline developed by Dominic Bowman and Daniel Holdsworth (D. M Bowman et. al https://arxiv.org/pdf/1907.04421.pdf ====Installation Instructions==='''NB. If you use the TEA-Phot-SAAO code to produce results for a scientific publication, we ask that you please adhere to the citation requests of the developers that are on the main repository page (link below).'''  *These instructions should be identical for a Linux or Mac environment and Python 3.7 or a later version is recommended.*TEA-Phot-SAAO 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/saao/tea-phot-saao.git* TEA-Phot-SAAO requires only four additional Python modules. To install (if not already) run the following command in the terminal: pip install numpy matplotlib sep astropy '''NB. you may need to use "pip3" if you haven't linked your pip to python 3.6+''' ==="Usage Instructions=== * To reduce and extract photometry from Mookodi data using TEA-phot-SAAO, in the terminal navigate to the folder that contains the '''TEA-Phot.py''' file.* To display basic usage and optional arguments run: python TEA-Phot.py -h* A typical example to reduce and extract photomery from Mookodi data would be something like this: python TEA-Phot.py SAAO Mookodi MKD --bias MKD --flat MKD --image_dir /full/path/to/science/fits/files/ --bias_dir /full/path/to/bias/fits/files/ --flat_dir /full/path/to/flat/fits/files/ --out_dir /full/path/to/chosen/output/directory/ --do_plot True --source_sigma 1.5* Wait for window to appear and select target and comparison star with mouse-clicks.* Follow further prompts from the pipeline for inputs (aperture size etc.) in the terminal. '''NB. you may need to use "python3" if you haven't linked your python to python 3.6+''' Note: TEA-phot will NOT do bias and flat field corrections if not BOTH flat AND bias files are supplied.
== Operating Mookodi ==
315
edits