Issues predicting satellite positions #895
-
I am attempting to simulate the imagery generated by a wide FOV telescope imager, so I can do some overlays over my observations. As such, I am generating the positions of stars and satellites at an epoch, determining their relative positions to my telescope in RA and DEC, and then projecting them into camera coordinate space to get their apparent pixel position given my telescope's orientation. Stars work great! But for some reason, I get very bizarre behavior when I try to add satellites to the test patterns. I'm sure I'm messing up something about the methodology, or misinterpreting how epochs are handled when pulling data from the propagated satellite catalog, but for the life of me I've yet been unable to get satellites to align well with my observations. While no doubt this stems in part with the challenges of getting the epoch of the imagery correct, the behavior of satellites in my synthetic imagery makes me think I'm interpreting some input/output incorrectly. Here's a reduced snippet of my code:
Absurd amounts of satellites show up as flagged as both being sunlit and in my camera FOV. Thousands. No amount of filtering seems to get rid of them either; altitude, sunlit, etc. Additionally, I get satellites whose altitude should be below the horizon supposedly having RA/Decs that would put them in my FOV, which... doesn't make any sense. I'm also almost positive my satellite altitude check is just straight up wrong, since it's reporting no satellites below 400 km in my FOV which... seems unlikely given my wide FOV. There's got to be something really stupidly obvious that I'm missing, but I'm not seeing it. I appreciate any insight. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Do you get exactly the same results with your |
Beta Was this translation helpful? Give feedback.
Three quick Saturday thoughts, in case any are helpful: