Changes

Jump to: navigation, search

Mookodi

88 bytes added, 12:26, 10 June 2022
/* = Photometry */
* To display basic usage and optional arguments run:
python TEA-Phot.py -h
'''NB. you may need to use "python3" if you haven't linked your python to python 3.6+'''
* 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
'''NB. you may need to use "python3" if you haven't linked your python to python 3.6+'''
* 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.
315
edits