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

Investigate outliers in prediction algorithm #19

Closed
Tracked by #10
TomWagg opened this issue Sep 6, 2022 · 3 comments
Closed
Tracked by #10

Investigate outliers in prediction algorithm #19

TomWagg opened this issue Sep 6, 2022 · 3 comments
Assignees
Labels
todo Something to do

Comments

@TomWagg
Copy link
Collaborator

TomWagg commented Sep 6, 2022

image

Basically just want to investigate what's happening with the leftmost blue objects and rightmost orange objects in the plot above

@TomWagg TomWagg self-assigned this Sep 6, 2022
@TomWagg TomWagg added the todo Something to do label Sep 6, 2022
@TomWagg
Copy link
Collaborator Author

TomWagg commented Sep 6, 2022

False negatives

  • Edge of fields
    • Cases where the real object just about passes from one field to another. Most orbits are only in one or the other
    • 0035981
  • Radial velocity sensitivity
    • Location is strongly dependent on RV, large initial range means most orbits are different
    • 000F110 (later nights)
    • Begs the question of how we justify my arbitrary [-100, 100] km/s

@TomWagg
Copy link
Collaborator Author

TomWagg commented Sep 6, 2022

False positives

  • Field Shape
    • Possibly the shape of the field comes into play? (i.e. lost in the corners)
    • 000296A
    • 000D5F1 (night 11)
  • Combinations
    • Seems like low probability detections over different nights can combine to an overall high probability. i.e. some orbits have one combination of 3 nights and others have different 3 nights, combine to high probability. I think this is okay?
    • 00000A7
  • !???!!?
    • These ones baffle me, surely they should have been detected
    • 0029679
    • 000D5F1 (night 13), maybe magnitudes though?

@TomWagg
Copy link
Collaborator Author

TomWagg commented Sep 6, 2022

Summary of responses to this after speaking with Mario:

  • Account for the camera footprint using RubinSim
  • Don't worry about combinations or edges of fields, that's just luck
  • Radial velocities are too coarse, we're going to reduce the range

@TomWagg TomWagg closed this as completed Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Something to do
Projects
None yet
Development

No branches or pull requests

1 participant