You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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