Colby Newman

Results 30 comments of Colby Newman

Apologies for the delay. SGP.NET emits a TEME ECI from `Sgp4::FindPosition`, and, by extension, all ECI coordinates referenced within SGP.NET are TEME. It does not support J2000 or ICRF ECI...

Well, with such a closed ecosystem it's probably just easier to do the same check I did for the button input devices in 713bf39, but something more dynamic always couldn't...

Oh, that's a good point. I'll base this system off Oxide's then.

Can you share the TLE and a timestamp where the issue occurs? I'll get it set up in a debugger and see where the issue is coming from. I'll also...

Can you confirm that this snippet properly represents and reproduces the issue? ```csharp var tle = new [] { "1 52708U 22053BE 22175.16667824 -.00063401 00000-0 -45001-3 0 9990", "2 52708...

Does it also break when using `DateTime.UtcNow`? All input times are in UTC.

Changing the inner loop to directly use `DateTime.UtcNow` seems to produce similar output to the first snippet: ```csharp while (true) { var o = gs.Observe(sat, DateTime.UtcNow); Console.WriteLine(o.RangeRate); Thread.Sleep(1000); } ```...

Apologies for the delay -- No, I haven't been able to reproduce this issue, on .NET 4 or .NET 6. Can you put together a minimal repo that can demonstrate...

Hi Denis, my sincerest apologies for delaying this issue for so long. My university semester did not afford me enough time to track down the issue. I've started looking into...

I was unable to reproduce this specific issue using the most recent Meteor M2 2 TLE in both Gpredict and SGP.NET. Here are the next eight passes to the specified...