Skip to content

Commit deac673

Browse files
committed
Readme
1 parent db2dfc3 commit deac673

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Manifest.toml
12
allosds.jld*
23
dr25fgk_relaxcut_osds.jld*
34
*_koi.jld*

Project.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[deps]
2+
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
3+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
4+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
5+
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
6+
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SysSimData
2+
This repository contains (mostly) binary data to be used by [SysSim](https://github.com/ExoJulia/ExoplanetsSysSim.jl).
3+
4+
It includes two directories/submodules:
5+
- [inputs](https://github.com/ExoJulia/SysSimDataInputs): Input text files used to generate files in data directory
6+
- [scripts](https://github.com/ExoJulia/SysSimDataInputScripts): Scripts to download large files separately and to generate binary files for use by SysSim.
7+
8+
## Files
9+
- dr25_koi_mcmc_quant.csv: Quantiles for transit depths and durations computed from MCMC posterior samples
10+
- DR25topwinfuncs.jld2: Window functions that cover nearly all the Kepler planet search targets
11+
- KeplerMAST_TargetProperties.jld2: Binary version of inputs/KeplerMAST_TargetProperties.csv
12+
- q1q17_dr25_gaia_fgk.jld2: Stellar properties catalog used by Hsu et al. (2019)
13+
- q1q17_dr25_gaia_fgk_relaxcut.jld: A more comprehensive stellar properties catalog that removes two cuts imposed by Hsu et al. (2019)
14+
- q1_q17_dr25_koi.jld2: Binary version of q1_q17_dr25_koi.csv, likely incorporating updated values for stellar properties and transit depth and duration.
15+
16+
## Files not directly in the repository
17+
- dr25fgk_relaxcut_osds.jld2: One-sigma depth functions for healthy subset of Kepler planet search targets. (To be downloaded by scripts/make.jl)
18+
- allosds.jld2: One-sigma depth functions for all Kepler planet search targets. (Optional file that can be downloaded by 'julia scripts/make.jl --download-stellar-catalog --download-large-files')
19+
- KeplerMAST_TargetProperties.csv: Which stars were observed which quarters as part of Kepler planet search (symlink to inputs/KeplerMAST_TargetProperties.csv)
20+
- q1_q17_dr25_koi.csv: Kepler planet candidate properties as tabulated in DR25 catalog (symlink to inputs/q1_q17_dr25_koi.csv)

0 commit comments

Comments
 (0)