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

Pathfinder exploration 2: Can we see hints of starspot contrast "Locus" in the pathfinder sample? #15

Open
gully opened this issue Jun 23, 2022 · 5 comments
Assignees

Comments

@gully
Copy link
Member

gully commented Jun 23, 2022

Recreate the plot from the proposal:
fig2.pdf

The black points should be the K2 "EVEREST" points, with plot coordinates $(x,y)$ representing (Period EVEREST, Amplitude EVEREST).

Then, plot the TESS points as different color dots, with plot coordinates $(x,y)$ representing (Period TESS, Amplitude TESS). Our prediction is that those TESS points should fall in the orange region.

Was our prediction correct?? Why or why not? Do we need more data to answer?

@RyanHartung
Copy link
Collaborator

RyanHartung commented Jun 30, 2022

Rapid Rotator Sample

@gully
Copy link
Member Author

gully commented Jun 30, 2022

Hooray! @RyanHartung just made a discovery!!

@gully
Copy link
Member Author

gully commented Jun 30, 2022

Comparing to the theoretical prediction:

image

@RyanHartung
Copy link
Collaborator

RyanHartung commented Jun 30, 2022

Changes:

  • Add legend for black and red points for graph above
  • Only show points for Kepler that have corresponding TESS data
  • Create mask that only includes data relatively close together on the comparison between amplitudes (bad_mask1=df.tess_period < df.kepler_period*0.8 AND bad_mask2=df.kepler_period< df.tess_period * 0.8 AND remove all data above period 7 AND df.tess_data.is_finite)
  • Regenerate the fig2 plot with new mask added
  • Find mean amplitude of Kepler and TESS and find the ratio between them for fig2 plot

Science Takeaways:

  • Yes! Our prediction was correct
  • It was correct since all the stars fell below the Kepler data
  • Predicted to show a decrease by about 3, we found a decrease of about a factor of
  • We need to clean the data, which we will get once we have access to Eleanor-lite

@RyanHartung
Copy link
Collaborator

Here is the new plot with updated graphics and masks:

Amplitude vs  Rotation for Kepler and TESS

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

No branches or pull requests

2 participants