-
Notifications
You must be signed in to change notification settings - Fork 18
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
ff.flare_table comes out with fewer flares than the tutorial indicates #9
Comments
Hi @ekaterinailin ! Weird. Which version of stella are you using? If you're using the version that was I will be updating the PyPI version once the referee report is good to go and the associated AJ paper is accepted! |
I think I tried both the pip version and the cloned repo. I now reproduced the same result with the most recent master branch version. |
Okay great! Yeah I think there was a flub in me working in different branches, but now there's consistency between them. Please close the issue if you're satisfied with the fix! |
I got a fresh installation from the master branch now, but unfortunately to no avail. I get a bunch of outputs tothe prompt, not sure if related to the actual issue, but perhaps worth posting anyways. Some I expected from the tutorial, others not:
|
Hi, I am having the same problem, i find fewer flares than in the tutorial. In other cases, although the star I am working with has many obvious flares, it only detect two small ones but not the obvious ones. Has there been any change that could be causing this? Thank you! |
I get 16 flares as in the tutorial if I don't normalize the light curve and use the remove_nans() function along with the s004 pre-trained model. Edit: Not the same 16 flares. There are duplicates! |
Hi @afeinstein20 !
I tried to use the
FitFlares
feature, but got stuck at the point where I wanted to show the table with the fitted flares.This is the code I ran (trying to reproduce the Fitting Flares tutorial):
The output is a single flares
which is not what I expected. Based on the
cnn.predictions
I expected a number of flares similar to what your tutorial shows (16?).I tried several models from the quickstart collection, but they either return 1 or zero flares in the
ff.flare_table
.Do you have an idea what I am doing wrong here?
Cheers :)
Ekaterina
The text was updated successfully, but these errors were encountered: