Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 468 Bytes

tfop_code

code for analysing MuSCAT1/2/3/4 photometry data for TFOP

Installation

$ conda create -n tfop python=3.11
$ conda activate tfop
(tfop) $ python -m pip install -r https://raw.githubusercontent.com/jpdeleon/tfop_code/main/requirements.txt
(tfop) $ python -m pip install -e git+https://github.com/jpdeleon/tfop_code.git#egg=tfop-code
(tfop) $ python -m pip install jupyterlab

Then,

from tfop_analysis import Star, Planet, LPF