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

Implement a detection model #204

Open
mi-dai opened this issue Dec 20, 2024 · 0 comments
Open

Implement a detection model #204

mi-dai opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mi-dai
Copy link
Contributor

mi-dai commented Dec 20, 2024

Would like to implement a detection model that can flag transients as detected or not (and make a decision on whether to write out the light curve if they are not detectable). We may be able to make some estimation on the maximum S/N and filter out things that are definitely not detectable to save some compute time in calculating the full light curve.

For LSST alerts, I think this is something like an observation with S/N > 5 (or some other number);
For Platicc, I believe it's 2 observations with S/N >5 (to filter out moving objects)

We may want to write this as a function/module with required number of observations and S/N as parameters.

@mi-dai mi-dai added the enhancement New feature or request label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant