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

Ideas for automated characterization of lightcurves #15

Open
bourque opened this issue Sep 19, 2015 · 8 comments
Open

Ideas for automated characterization of lightcurves #15

bourque opened this issue Sep 19, 2015 · 8 comments
Assignees

Comments

@bourque
Copy link
Collaborator

bourque commented Sep 19, 2015

Now that we have loads of output individual and composite lightcurves, we can analyze them in an automated fashion in hope to detect/characterize interesting features. This issue can be used as a hub to discuss ideas on how to do this.

@bourque bourque self-assigned this Sep 19, 2015
@bourque
Copy link
Collaborator Author

bourque commented Sep 21, 2015

One idea is to look at which lightcurves are simply just noise and which have features outside of the noise. One possible quick way to distinguish such light curves is by looking at the distribution of poisson statistics.

Below are plots showing the distribution of what I am calling the 'poisson factor' (not sure if there is a proper name for this), which is defined by:

f = sqrt(mean(counts)) / stdev(counts) = mu / stdev(counts)

For all lightcurves:
poisson_histogram

For composite-only lightcurves:
poisson_histogram_composite

If I am understanding correctly, a lightcurve that has a poisson factor around 1.0 means that it consists only of poisson noise(?), and that the lightcurves that exist in the wings of this distribution perhaps have interesting features(?).

@justincely Am I thinking about this correctly? Do you have any thoughts on this? Do the distributions show a clear threshold beyond which we can 'throw out' lightcurves that are just noise?

@bourque
Copy link
Collaborator Author

bourque commented Oct 2, 2015

Things to do and try: DFTs, finding flares, finding transits

@bourque
Copy link
Collaborator Author

bourque commented Oct 6, 2015

Here is the distribution if we define the 'poisson factor' as stdev / mu instead of mu / stdev:

poisson_histogram_composite
poisson_histogram

There are some significant outliers. It will be interesting to see what these lightcurves look like.

@bourque
Copy link
Collaborator Author

bourque commented Oct 13, 2015

Another thing to try is to use the parameter space offered by the various stats in the stats table to come up with a classification algorithm.

@justincely
Copy link
Owner

Another thing to try would be an auto-correlation. Something with periodicity will find a lot of correlation peaks at lags larger than the bin-size of the lightcurve

@justincely
Copy link
Owner

I'm also splitting apart the dataset lists as "interesting" and "uninteresting". The current criteria for "interesting" is a poisson factor > 1.2, which was determined as a rough threshold by looking over the datasets by eye. As our understanding/characterization grows, we can add/improve the constraints.

@bourque
Copy link
Collaborator Author

bourque commented Oct 16, 2015

I explored using lomb-scargle periodograms to characterize periodic lightcurves (see notebook)

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

No branches or pull requests

2 participants