• ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.

Recent content by n72.75

  1. n72.75

    Atmospheric Winds implementation

    It's way too strong in most cases (Causes the NASSP Saturn 5 to fail to achieve a parking orbit due to how much it eats into the DV budget) It is not implemented in a way to mirrors real wind forces https://www.orbiter-forum.com/threads/atmospheric-wind-effects-do-not-feel-right.35124/post-538106
  2. n72.75

    The quest for proper time

    Orbiter uses TDB. I think it would be very hard to say exactly where the error is coming from other than to really go through all possible error sources and quantify them. E.g. if the error in Earth velocity is x ppm, what effect does that have on your drift error etc. Something easy to check...
  3. n72.75

    Project N1 Lunar

    I posted this in the shoutbox yesterday, but for anyone that didn't see it, this is a nice resource: https://web.archive.org/web/20220521220700/https://www.mishindiaries.com/
  4. n72.75

    Better Ephemerides, Rotation Models, and a Solution to X64 Builds

    Thank you. I'm a little unsure on how to proceed next, and could use your input. I'm assuming this is what I'm looking for: def UpdateRotation(self, MJD=MJD0): self.MJD = MJD et = (MJD - 51544.5) * 86400 rotate = sp.pxform(self.name, "ECLIPJ2000", et) x, y, z = np.dot(rotate...
  5. n72.75

    Better Ephemerides, Rotation Models, and a Solution to X64 Builds

    What is the best format to represent rotation in, as far as something that would get passed to the new clbkRotation function. I'm very on the fence, Quaternion vs Rotation matrix. I guess I could make overloads for both, but if cspice has a "preferred" or "native" format that we have to do less...
  6. n72.75

    Better Ephemerides, Rotation Models, and a Solution to X64 Builds

    I'm going to add these. I will create a CELBODY3 class, so that I don't break any vtables (not that there are huge amounts of legacy celestial body addons, but still good practice). Scratch that idea, Matt. Going full-in on scope creep.
  7. n72.75

    Advanced Question Computing RA/Dec from LOS vector

    Are we able to make API calls at the substep level?
  8. n72.75

    Project D3D9 to Vulkan

    Project management is the hardest part of most projects. It probably needs a dedicated core group working on it that has more or less, daily communication over discord/irc, with clear idea of what the goal is and who's doing what.
  9. n72.75

    MFD New EARTH MFD

    I'm very confused. Isn't this just google earth. I also don't understand the context here...
  10. n72.75

    Original Orbiter 2016 website down?

    You are probably signing up to make it if you're proposing a lot of changes :)
  11. n72.75

    Better Ephemerides, Rotation Models, and a Solution to X64 Builds

    I think I may do this as a seperate pull request but this is a high priority on my list. The current rotation rate necessitates a lot of compromises if you want long-term accuracy. Having neutation would be really nice too.
  12. n72.75

    Better Ephemerides, Rotation Models, and a Solution to X64 Builds

    Nice! Thank you. I will merge this into my branch and hopefully we can get it merged into Orbiter soon. I think the missing textures that I see you've added were one of the last pieces of that. Thank you.
  13. n72.75

    Updates Artemis II

    That is not possible on a free return trajectory, at least without a huge MCC or weird trajectories that vastly extend mission times a la Aretmis I.
  14. n72.75

    Installation Orbiter 2024 Crash on Launch

    Searching the forums for a problem (and the solution) that someone else had is a great resource. Especially since we have almost 19 years of searchable forum archives now...
  15. n72.75

    Project Soyuz 7K-T Custom

    Do we have much information by way of how this was done IRL? If I understand correctly, you're looking to create something like NASSP's RTCC MFD?
Back
Top