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

Erroneous fits #167

Closed
avivajpeyi opened this issue Dec 21, 2021 · 6 comments
Closed

Erroneous fits #167

avivajpeyi opened this issue Dec 21, 2021 · 6 comments

Comments

@avivajpeyi
Copy link
Collaborator

Screen Shot 2021-12-22 at 7 56 31 am

Screen Shot 2021-12-22 at 7 56 19 am

Screen Shot 2021-12-22 at 7 56 05 am

Screen Shot 2021-12-22 at 7 56 00 am

Screen Shot 2021-12-22 at 7 55 48 am

Screen Shot 2021-12-22 at 7 55 42 am

Screen Shot 2021-12-22 at 7 55 35 am

Screen Shot 2021-12-22 at 7 55 29 am

Screen Shot 2021-12-22 at 7 55 21 am

Screen Shot 2021-12-22 at 7 55 12 am

Screen Shot 2021-12-22 at 7 55 08 am

Screen Shot 2021-12-22 at 7 54 56 am

Screen Shot 2021-12-22 at 7 54 51 am

Screen Shot 2021-12-22 at 7 54 46 am

Screen Shot 2021-12-22 at 7 54 41 am

Screen Shot 2021-12-22 at 7 54 36 am

Screen Shot 2021-12-22 at 7 54 28 am

Screen Shot 2021-12-22 at 7 54 19 am

Screen Shot 2021-12-22 at 7 54 04 am

Screen Shot 2021-12-22 at 7 53 57 am

Screen Shot 2021-12-22 at 7 53 48 am

Screen Shot 2021-12-22 at 7 53 38 am

Screen Shot 2021-12-22 at 7 53 28 am

Screen Shot 2021-12-22 at 7 53 01 am

Screen Shot 2021-12-22 at 7 52 36 am

Screen Shot 2021-12-22 at 7 52 29 am

Screen Shot 2021-12-22 at 7 52 22 am

Screen Shot 2021-12-22 at 7 52 13 am

Screen Shot 2021-12-22 at 7 52 05 am

Screen Shot 2021-12-22 at 7 51 58 am

Screen Shot 2021-12-22 at 7 51 48 am

@avivajpeyi
Copy link
Collaborator Author

A couple of categories:

  • incorrect f0
  • incorrect period
  • missing data?
  • non-detrended data?

@avivajpeyi
Copy link
Collaborator Author

avivajpeyi commented Dec 21, 2021

450

  • sigma clipping the bottom of the transit 450

  • play around with the tess.atlas.lightcurve.remove outliers function (in lightkurve)

    data = data.remove_nans().remove_outliers(sigma=7)

  • Maybe call after get_optimized_init_params

@avivajpeyi
Copy link
Collaborator Author

Look into quality flags in lightkurve maybe quality-bitmask--> hardest

Remove any datapoint with a non-zero flag

@avivajpeyi
Copy link
Collaborator Author

avivajpeyi commented Dec 21, 2021

in phase folded plots we should subtract our GP to get rid of variablilty (131)

@avivajpeyi
Copy link
Collaborator Author

overplot GP model

@avivajpeyi
Copy link
Collaborator Author

131, 540 make some more diagnostic plots

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

1 participant