Skip to content
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

WIP: Radius, impact parameter, obtain_orbital_elements #92

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Tusay
Copy link

@Tusay Tusay commented Nov 11, 2022

Most significant changes are adding radius to the element matrix and more finely calculating impact parameter in transit timing.

Also changed get_orbital_elements to obtain_orbital_elemtns in convert.jl and added that to be exported in the main code.

@langfzac langfzac self-requested a review November 16, 2022 15:06
@ericagol
Copy link
Owner

Hi Nick & Zach - @Tusay @langfzac I'm still looking this over, but have a couple of questions/comments: 1). I think there was an error in the transit criterion, which still needs fixing. Do you know if your changes fixed this? 2). What is the main purpose of these changes? 3). Have you added a test (or tests) to see whether things are working as expected? -Eric

@langfzac langfzac changed the title Radius, impact parameter, obtain_orbital_elements WIP: Radius, impact parameter, obtain_orbital_elements Nov 18, 2022
@langfzac
Copy link
Collaborator

langfzac commented Nov 18, 2022

This is definitely still a work-in-progress (I just changed the title accordingly). The main thing is to add the radii as an optional parameter of the model and fix up the transit criterion (@Tusay we should change this so that the radii are given as a parameter of the TransitTiming type, rather than the State).

@Tusay
Copy link
Author

Tusay commented Nov 21, 2022 via email

@Tusay
Copy link
Author

Tusay commented Nov 21, 2022

This is definitely still a work-in-progress (I just changed the title accordingly). The main thing is to add the radii as an optional parameter of the model and fix up the transit criterion (@Tusay we should change this so that the radii are given as a parameter of the TransitTiming type, rather than the State).

I think that makes sense. So long as it's optional and retrievable. It really only matters to the transits and they are static input values.

@ericagol
Copy link
Owner

@Tusay Thanks for the summary! The rstar is extremely arbitrary, and needs to be looked into further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants