-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md~
24 lines (14 loc) · 1.17 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This is the associated repository for the Binary Stars paper
In this repository, you will find the data used in the analysis, scripts used throughout the paper, figures that didn't make the cut, and importantly the stellar models used in this analysis.
## Scripts
These are various scripts used to process data, for plotting, ext.
## Models
In the models directory, you will find the PHOEBE models used in this research, complete with datasets, solutions, and all settings. These models were generated using PHOEBE 2.3.40 -- they can be downloaded and imported with your own PHOEBE installation. If you have a different PHOEBE installaiton, this may require that you pass the `import_from_older` or `import_from_newer` option:
```python
import phoebe
b = phoebe.load('10727668.phoebe', import_from_older=True)
```
## Data
This directory contains raw data from the Kepler pipline for all three binaries studied, and the processed data we used in this research. Data processing scripts are included in the `./scripts` directory.
## Figures
Ideally, this will contain all the figures from the paper in high resolution, as well as some additional figures that may not have made the cut.