This Python script provides a simple tool for visualizing and detrending stellar light curves from data stored in a '.dat' file.
-
Ensure you have Poetry installed on your system.
-
Clone the repository:
git clone https://github.com/iadyo/stellarflow.git cd stellarflow
-
Install project dependencies using Poetry:
poetry install --only main
Generates a scatter plot of the original light curve and overlays the detrended curve
Run the script from the command line, passing the path to the target '.dat' file as a command-line argument.
poetry run python stellarflow.py path/to/your/light_curve.dat
For additional assistance and available command-line options, run the following command:
poetry run python stellarflow.py -h
or
poetry shell
python stellarflow.py -h