-
Notifications
You must be signed in to change notification settings - Fork 7
Changes from Bioverse HWO project #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
nwtuchow
wants to merge
74
commits into
danielapai:master
Choose a base branch
from
nwtuchow:fork_master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
now uses phase angle and angular separation rather than assuming planets are at quadrature
This reverts commit 0e11d9c.
This reverts commit 40b8104.
This reverts commit ceaf966.
Adding phase info
HPIC integration
updated util.py with functions to calculate exposure time.
working on integrating exposure time calculator into it
small change
Added HWO Survey Object and exposure time calculator
Also added lambertian_phase to utils
Now uses compute_contrast as a separate step from geometric albedo
Added contrast calculation as a separate step in the default case
Default reset imaging generator function wasn't reseting it to be the same as the default pickle file. Default pickle file used SAG13 rather than bergsten occurrence rates.
Adding phase info
Also tested and debugged function in generator
Hpic integration
Default reset imaging generator function wasn't reseting it to be the same as the default pickle file. Default pickle file used SAG13 rather than bergsten occurrence rates.
This reverts commit 0e11d9c.
This reverts commit 40b8104.
This reverts commit ceaf966.
updated util.py with functions to calculate exposure time.
working on integrating exposure time calculator into it
small change
Also tested and debugged function in generator
Now is more consistent with the names of properties in bioverse
now fitting returns best fit for null hypothesis as well
now able to change name of columns used for exposure time calculator
now calculates "accurate" yields, creates survey plan before generating planets
Update master with development branch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here are all the changes from our recent HWO-Bioverse project. We might not want to integrate all of these changes. In particular, the hypothesis testing changes might want to be part of another pull request. Also simulating HWO is now done within a separate HWOSurvey instead of the standard direct imaging survey. We may want to merge HWOSurvey and ImagingSurvey.
The HWOSurvey object slightly modifies the standard Bioverse workflow, as the survey object is initialized before the Generator object. This so that we can select targets by running the exposure time calculator, which needs information about the telescope/mission design.
This is just a draft pull request so that we can compare and reconcile the differences. I might make a new branch of the main bioverse branch and copy and paste the changes we'd want to keep as individual commits.
Noah