-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove diaSrc objects from association based on a set of flags #16
Comments
@shuliu2017 What's your recommended set of flags? |
@wmwv I am using |
Below are all the
|
Yes, I support adding |
Here are all the
|
I think we should think about |
I'm wondering if Another question I have is do you care about tracking what gets rejected by the flag cut? Will there be a case where someone can't find a particular object in an association because it was rejected by a flag. We will have no knowledge of why it was missing unless we know which flags were used by the algorithm which should in principle be available, but can also be hard to find. |
@wmwv isn't the problem with |
No.
|
Yes, in the long term, but I don't have a clear vision for how to do this efficiently.
Yes. But many of those cases it may be in fact correct to reject the object. If, e.g., the center pixel is saturated, we should not count it and that's a legitimate loss of efficiency.
But trying to ask (1) "what happened to each fake I put down" is a different question than (2) "what did I recover from the simulations". Question (1) inherently requires a different form of analysis than (2). |
I'm confused. |
Yes, I'm sure most of these we want to ignore, I was thinking more about the edge cases.
I agree. I'm happy not to worry about it for now. I've just seen many problems that took a long time to track down that were a result of similar choices. |
Yes, I meant what you describe as |
It would be useful to potentially filter out some diaSrc objects when running association based on a set of flags. This could help to remove some of the junk sources in the diaSrc catalogs.
The text was updated successfully, but these errors were encountered: