eford / ExoplanetsSysSim.jl

Planetary Systems Simulation & Model of Kepler Mission for characterizing the Occurence Rates fo Exoplanets and Planetary Architectures
MIT License
1 stars 5 forks source link

Add window function data and loading it in to SysSim; not yet using it. #20

Closed dragozzine closed 6 years ago

dragozzine commented 6 years ago

I have implemented in SysSim functions that read in the new window function data and assign a window_function_id to every kepid; these are working. Some of the machinery for calculating the window functions is there, but I didn't finish testing it, so I decided not to send it up. I'll try to work on that this weekend and get it to you by Monday. This will also give me a chance to update the window function data to be more useful (which takes a couple days).

Also, it looks like Danley has not yet included the cut of targets that were observed for less than 5 quarters (under the EX program, but that's not essential). This leads to ~few % of targets that use a default window function (which is actually a bad approximation for these poorly observed targets). This currently leads to several warnings.

eford commented 6 years ago

Cloing this PR for master branch and creating PR for window_function branch.
Let's wait to merge into master until tested.