This is an automatic asteroseismic pipeline to extract global seismic parameters from the light curve / power spectrum of a solar-like oscillating star.
There are several parts in the pipeline:
- Light curve preparation: remove outliers & high-pass filter.
- Find the power excess by collapsed autocorrelation function.
- Derive global oscillation parameters and their uncertainties.
numpy
, matplotlib
, scipy
, astropy
, emcee
, corner
- This directory contains raw light curves to be processed.
- This directory contains all files outputted by the code.
- IDs and basic parameters of stars to be processed.
- Main part of the code.
- Where to run the code.
- Git clone to a local directory.
- Simply run the script.
python driver.py
More details will come soon.