Skip to content

A Python script for visualizing and detrending stellar light curves from '.dat' files.

License

Notifications You must be signed in to change notification settings

iadyo/stellarflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests Ruff GitHub License Poetry

This Python script provides a simple tool for visualizing and detrending stellar light curves from data stored in a '.dat' file.

Usage:

  1. Ensure you have Poetry installed on your system.

  2. Clone the repository:

    git clone https://github.com/iadyo/stellarflow.git
    cd stellarflow
  3. Install project dependencies using Poetry:

    poetry install --only main

Plotting:

Generates a scatter plot of the original light curve and overlays the detrended curve

Example Usage:

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

Getting help:

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

Images:

image image

About

A Python script for visualizing and detrending stellar light curves from '.dat' files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages